On Sat, Aug 20, 2016 at 8:29 PM, Mike Bonner <bonnm...@gmail.com> wrote:

> Made a button with this..
> on mouseUp
>

I'd actually go with popping up a script on mouseDown . . . I have somewhat
more elaborate code from mouseover popups in my application,

on mouseDown btNo

switch

case  (btNo =2) AND (the selectedText is not empty) then

popup button  chooseTextSurround

break
...

end switch

end mouseDown


I actually palette a stack, but that's more for customization and to have a
scrollable list available, as i recall

-- 
Dr. Richard E. Hawkins, Esq.
(702) 508-8462
_______________________________________________
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/mailman/listinfo/use-livecode

Reply via email to