-
What message do you use to have a specific item in a Umenu chosen up load?
-
I guess you have to use the Umenu's list number, is it possible to do it with text?
-
you could load a specific item with a "set x" message
whereas the "append x" message adds that item to the umenu -
if you send 'symbol {list-item-name}' it will select the first item who's name matches your message, rather than by index
-
thanks