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!
I am beginner in live code, I am looking for the code of set the default item in combobox , eg: select, item1, item2, item3, if I select item 2 or 3 after performing it's task the it's automatically set to "select" option, is it possible
Setting the label of an option button does not change the menuHistory, nor fire the "menuPick" message.
One may set the menuHistory (in the earlier example) to, say, 1, which will show "item 1", and the label will also be "item 1". But if you then set the label to "item 3", the menuHistory does not change; it stays at 1. Perhaps this is a feature, that you can have the label follow the menuHistory, but not the other way around. Perhaps it is anomalous behavior.