PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → Combobox - speed of the assisted input
Combobox - speed of the assisted input
Débuté par Arie Mars, 10 jan. 2011 11:01 - 4 réponses
Posté le 10 janvier 2011 - 11:01
Hi,
I have a combobox containing project with projectnumbers up to 10 characters.
When the user start typing a projectnumber, the assisted input helps finding a matiching project and automically puts the combo on a the first corresponding row.
But nog all of my users are typing fast enough :sneg:
When typing to slow, the combobox skips the former input.
Is there a way to decrease this "time before assisted input restarts" ?
Posté le 10 janvier 2011 - 14:06
Hi Arie,
I have a very similar issue - I have a table control with a programmed column header "search" where the user can click on the magnifying glass and enter a search string in the column header. If they pause for too long - they're in trouble - it does the search too soon! :sneg:
This isn't a high priority for me at the moment, but after a quick look at the Help system, I thought I may be able to use the "Wait" function in some way? But that's as far as I got.
Wait(10000, waitMouseAndKeyboard)

Am I correct - I wonder?
Posté le 10 janvier 2011 - 15:50
Hi Darren,
sounds interesting. I'll give it a try, but at the moment I'm on another project. It isn't a big issue now, just one of the things my customer mentioned. If I solve it I will post it here
Membre enregistré
68 messages
Posté le 04 octobre 2015 - 20:24
Hello DarrenF,
I am interested in your "programmed column header". May I ask how did you do that?
Kind regards

Petr
Membre enregistré
68 messages
Posté le 04 octobre 2015 - 20:25
Hello Arie,

did you solve it? I work on similar thing now.

Thank you

Kind regards

Petr