Popup button and DataGrid

zryip theSlug zryip.theslug at gmail.com
Fri Jan 21 17:08:03 EST 2011


On Fri, Jan 21, 2011 at 10:56 PM, Paul Looney <support at ahsomme.com> wrote:
> Peter,
> That makes sense but what is the syntax?
> I tried putting:
>
> on dgMouseDown
>     -- various things
> end dgMouseDown
>
> but that handler never got called.
> I tried:
>
> on mouseDown
>     send "dgMouseDown" to grp "Pending Orders Data Grid"
>     popup btn "Selected Orders Popup"
> end mouseDown
>
> which seemed to have no effect.
> Seem to be really close now.

on mouseDown
   dgMouseDown 1
   popup btn "Selected Orders Popup"
end mouseDown


Best regards,
-- 
-Zryip TheSlug- wish you the best! 8)
http://www.aslugontheroad.co.cc




More information about the use-livecode mailing list