Andrew-

Monday, February 8, 2010, 10:26:11 AM, you wrote:

> here is the logic which I had in mind.

> Load gLandownerContact into the text of "optionMenu"
> on optionMenu's MouseUp (down, whatev),
> Load a the full list from DB.

you might try something like

put lineOffset(gLandOwnerContact, tFullList) into tIndex
put tFullList into button "btnOptionMenu"
lock messages -- don't trigger the menuPick event yet
set the menuHistory of button "btnOptionMenu" to tIndex
unlock messages

-- 
-Mark Wieder
 mwie...@ahsoftware.net

_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to