On 4/12/2016 1:48 PM, Mike Bonner wrote:
You can use the "mouserelease" message for this.This script in the popup works in both 7 and 8.Didn't check earlier versions. on menuPick pItemName put pItemName -- displays what was chosen end menuPick on mouserelease put "Nothing chosen" -- if nothing was chosen end mouserelease
That's better than my approach. -- Jacqueline Landman Gay | [email protected] HyperActive Software | http://www.hyperactivesw.com _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
