Great, thanks! Pete Haworth
On Jan 21, 2011, at 2:23 PM, zryip theSlug wrote: > On Fri, Jan 21, 2011 at 11:00 PM, Peter Haworth <[email protected]> > wrote: >> Thanks. That tells me how to grab the right click on a header column, but I >> also need to know the coordinates of the column that was clicked on. Any >> ideas? > > Pete, > > In the datagrid group script: > > on mouseDown pMouseBtn > dgMouseDown pMouseBtn > if (the dgHeaderControl of the target is not empty) then > put the rect of the dgHeaderControl of the target > end if > end mouseDown > > > Best regards, > -- > -Zryip TheSlug- wish you the best! 8) > http://www.aslugontheroad.co.cc > > _______________________________________________ > 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 > _______________________________________________ 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
