Combobox menu button does not accept typing

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
erikhans08
Posts: 87
Joined: Wed Mar 25, 2015 2:01 am

Combobox menu button does not accept typing

Post by erikhans08 » Sat Mar 19, 2016 7:12 am

My combobox menu button will not accept typing into the "field" part.
The typing just bounces right off.
After extensive googling, dictionary and forum searching... still no code or settings.

The extent of my menu button coding---this works with a pulldown menu:
on menuPick the_itemName // up to 100 lines
set the label of button "Move_Increment" of stack "Locations" to the_itemName
// more commands...
end menuPick

For remedial teaching purposes I would like to do this in one button.
Not a button with a list field until the next learning stage.

Thanks,
Erik Hansen

jacque
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 7393
Joined: Sat Apr 08, 2006 8:31 pm
Contact:

Re: Combobox menu button does not accept typing

Post by jacque » Sat Mar 19, 2016 8:27 pm

There's likely a script interfering somewhere. Is the button scripted? How about the card? Any keydown/keyup handlers somewhere in the path? Do you get the same results with a new combo box button dragged to the card?
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com

erikhans08
Posts: 87
Joined: Wed Mar 25, 2015 2:01 am

Re: Combobox menu button does not accept typing

Post by erikhans08 » Sun Mar 20, 2016 11:51 am

No scripting but it is working with new buttons now.
Thanks

Post Reply