Ok,
getting a step further with this. This does work, but is rather ugly:
To Read out a current label of the comboBox:
on mouseUp
lock screen
local tProps,tSelection
select the text of btn "Combo"
focus on btn "Combo"
answer the selection
put the unicodeText of the selection i
Forget what I said earlier. No good results at all. For now I give up.
:(
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mail
The function mentioned by Ron Barber here:
http://lists.runrev.com/pipermail/use-livecode//2011-June/157016.html
helps. At least if it is either or... No good results for mixed languages
though.
local tUni,tAsUTF16
put the selectedText of btn "combo" into tUni
put RawDataToUTF16(tUni) into
Hi Mark,
not in a combobox I am afraid, as there is free text entry for that control...
*sigh*
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://