dgMouseDown issue multiple row selection

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
tasdvl9
Posts: 94
Joined: Fri Dec 06, 2013 3:55 am

dgMouseDown issue multiple row selection

Post by tasdvl9 » Mon Mar 17, 2014 6:37 pm

Hello,

I'm trying to select multiple rows in my DataGrid but when I add the dgMouseDown handler in my DataGrid
script, the hilite for the second row just flashes and disappears. Is there a way around this? I still need to use
that handler but also need to select multiple rows.

Thanks!

dunbarx
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10333
Joined: Wed May 06, 2009 2:28 pm

Re: dgMouseDown issue multiple row selection

Post by dunbarx » Mon Mar 17, 2014 7:00 pm

Hi.

Not sure what your issue is, but try this:

set the dgHiliteLines of group "yourDataGrid" to "1,3,5"

Craig Newman

tasdvl9
Posts: 94
Joined: Fri Dec 06, 2013 3:55 am

Re: dgMouseDown issue multiple row selection

Post by tasdvl9 » Mon Mar 17, 2014 7:45 pm

Hi.

Thanks for the response.

I appreciate it! :)

Klaus
Posts: 14199
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: dgMouseDown issue multiple row selection

Post by Klaus » Mon Mar 17, 2014 8:01 pm

What exactly does your dgMouseDown handler do?
Please post the script(s).

How did you set up your datagrid? "Table" or "Form"?
Auto hilite? Multiple hilites?

We are in fact working on "clairvoyance", but did not make it yet 8)

Post Reply