Normal Topic Auto-opening combo box? (Read 1386 times)
albeamer
Member
Members
*
Offline


No personal text

Posts: 20
Joined: Dec 2nd, 2002
Auto-opening combo box?
May 12th, 2005 at 9:51pm
Print Post Print Post  
Is there a command that will direct a combo box to open automatically when a user navigates to it, without requiring the user to click on the arrow?
  
Back to top
 
IP Logged
 
Bob_Hansen
Senior Member
Members
*****
Offline


WOW, They have the Internet
on computers now!

Posts: 1861
Location: Salem, NH
Joined: Nov 24th, 2002
Re: Auto-opening combo box?
Reply #1 - May 13th, 2005 at 1:13am
Print Post Print Post  
How about a macro that presses the Down Arrow on Field Entry for the combo?
  



Bob Hansen
Sesame Database Manager Professional
Sensible Solutions Inc.
Salem, NH
603-898-8223
Skype ID = sensiblesolutions
Back to top
IP Logged
 
albeamer
Member
Members
*
Offline


No personal text

Posts: 20
Joined: Dec 2nd, 2002
Re: Auto-opening combo box?
Reply #2 - May 13th, 2005 at 2:56am
Print Post Print Post  
That sounds right, but whenever I record and play back such a macro, the combo choices flash on the screen and then disappear, and the box then contains the first choice in the list.
  
Back to top
 
IP Logged
 
Hammer
YaBB Administrator
Lanticans
*****
Offline


Fire bad. Tree pretty.

Posts: 3436
Location: Ohio
Joined: Nov 22nd, 2002
Re: Auto-opening combo box?
Reply #3 - May 13th, 2005 at 3:17pm
Print Post Print Post  
Have you considered using @PopupMenu instead?
  

- Hammer
The plural of anecdote is not data.
Back to top
IP Logged
 
albeamer
Member
Members
*
Offline


No personal text

Posts: 20
Joined: Dec 2nd, 2002
Re: Auto-opening combo box?
Reply #4 - May 15th, 2005 at 2:57pm
Print Post Print Post  
@PopupMenu does open the list on entry to the element, but it does not allow use of the combo box treatment of being able to narrow down the list of choices as each letter is typed.
  
Back to top
 
IP Logged
 
Carl Underwood
Senior Member
Members
*****
Offline



Posts: 1351
Location: New Hampshire
Joined: Mar 11th, 2003
Re: Auto-opening combo box?
Reply #5 - May 15th, 2005 at 6:18pm
Print Post Print Post  
Erika,

Is there any chance that @PopupMenu will someday allow us to type in the first few characters, and have the highlight move to that particular portion of the list, similar to how combo boxes work?
  


Carl Underwood
CDU Computer Consulting LLC
Epsom, New Hampshire
Back to top
IP Logged
 
The Cow
YaBB Administrator
*****
Offline



Posts: 2530
Joined: Nov 22nd, 2002
Re: Auto-opening combo box?
Reply #6 - May 15th, 2005 at 6:52pm
Print Post Print Post  
Quote:
Erika,

Is there any chance that @PopupMenu will someday allow us to type in the first few characters, and have the highlight move to that particular portion of the list, similar to how combo boxes work?


Yes, there is a new command going in an upcoming release called @PopupChoiceList (the name may change), that provides a popup choice list with scrollbars, paging, and alphebetic selection.
  

Mark Lasersohn&&Programmer&&Lantica Software, LLC
Back to top
IP Logged
 
Carl Underwood
Senior Member
Members
*****
Offline



Posts: 1351
Location: New Hampshire
Joined: Mar 11th, 2003
Re: Auto-opening combo box?
Reply #7 - May 15th, 2005 at 8:19pm
Print Post Print Post  
Thank you, Mark!

This will be a great addition to Sesame.
  


Carl Underwood
CDU Computer Consulting LLC
Epsom, New Hampshire
Back to top
IP Logged