Hmmm.
I tried several kluges, and none worked. No errors, but no cursors. In a button script somewhere, where the combo is btn 1:
Code: Select all
on mouseUp
get the selectedchunk of btn 1
get word 2 of the selectedLine of btn 1
select after line it of btn 1
end mouseUp
These are snippets from several tests, and mean nothing. But they show that the text properties of the button, which are its contents, which are its menuItems, are there, I just can't quite figure out how to use "field" properties in a button.
Something interesting. If you step through the handler above, you can see a "blink" of a selection being made in the combo in line 3. I do not see it when it simply runs. I may keep trying...
Craig Newman