datagrid scrolling question

Douglas Ruisaard dougr at telus.net
Sun Aug 5 15:43:53 EDT 2018


OK.. the light bulb FINALLY went on .. I'm slow but, like the tortoise, I eventually "get there" (usually).  For some reason Brian's reply made me re-think how I could fetch the WiFi info query from *each* row, submit it to tsnet and then update each row in realtime.  I know, I know... that's what you've ALL been saying but I was interpreting that as processing ALL of the WiFi modules first *AND THEN* updating the WHOLE grid.  THAT would, of course, work but doing it one row at a time just wasn't penetrating the old noggin.

Works perfectly.  Thanks so much for your patience!  I reiterate, as has been done so many times to this group, how remarkably responsive and helpful this community is!

Douglas Ruisaard
Trilogy Software
(250) 573-3935

From: Brian Milby [mailto:brian at milby7.com] 
Sent: Sunday, August 05, 2018 8:22 AM
To: use-livecode at lists.runrev.com; Douglas Ruisaard
Subject: RE: datagrid scrolling question

You can get/put data from/into the grid one row at a time without needing to figure out the group name, so you could have it update in real time in your external button. You should be able to use the same behavior script (possibly with a slight modification) everywhere.

I’m not at a computer right now so I will work out an example later if someone else doesn’t beat me to it.

Thanks,
Brian





More information about the use-livecode mailing list