Clicking Groups in DataGrids

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
Gage
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 224
Joined: Tue Mar 26, 2013 8:59 pm

Clicking Groups in DataGrids

Post by Gage » Tue Jun 11, 2013 4:12 am

Hello,

I am working with a DataGrid form, and am trying to write a script on MouseUp in the behavior script that causes a row to expand in size. The actual logic of the script should be fine, but I am not actually able to get the MouseUp handler to activate when I click the group I am using as my custom button.

MouseUp does register when I click the background graphic, but not when I target the group I am interested in, or any of the fields, for that matter (which is good, but leads me to believe there is something inherent in DataGrids that prevent targeted groups from calling the MouseUp handler in the Behavior Script.

Any insight would be great...

Thanks!
Phil E.

Gage
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 224
Joined: Tue Mar 26, 2013 8:59 pm

Re: Clicking Groups in DataGrids

Post by Gage » Tue Jun 11, 2013 4:34 am

Dumbfounded, but somehow, without my doing anything except writing this post, it works.

Universe works in interesting ways.

Phil E.

Post Reply