1 Jul 2011 02:04
RE: Combobox
Pete, I gave up on comboboxes for a different reason--they don't have the unicodeText property, being half-buttons, half fields. I ended up emulating a combobox by putting two fields on the card--a one-line text input field, and below it, a list field. The list field is locked and initially hidden. When the user clicks in the input field, the list field is shown; when the user presses Enter in the input field, the list field is hidden again. Slava > -----Original Message----- > From: use-livecode-bounces@... [mailto:use-(Continue reading)livecode- > bounces@...] On Behalf Of Pete > Sent: Thursday, June 30, 2011 6:58 PM > To: How to use LiveCode > Subject: Re: Combobox > > Another quirk I just discovered with comboboxes. Setting the > menuHistory of > a combobox displays the correct choice, but subsequent clicks on the > arrow > to display the choices do not position the list of choices at the > displayed > value, as it does with an option menu. In fairness, the dictionary > does not > claim it will do that for comboboxes but it seems a little strange that > it > doesn't. >
RSS Feed