Set a hilitedline for a datagrid.
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Set a hilitedline for a datagrid.
how does one set a hilitedline in a datagrid. ScrollLineIntoView works but how do I hilited the one I scrolled to? I noticed dgHilitedLine only allows a get according to the API page.
Hi Paul,
its not in the api but I found it on Trevors site:
http://revolution.screenstepslive.com/s ... Data-Grid-
first script near the bottom.
it works
regards
Bernd
Code: Select all
set the dgHilitedLines of group "DataGrid 1" to 1
http://revolution.screenstepslive.com/s ... Data-Grid-
first script near the bottom.
it works
regards
Bernd
-
- VIP Livecode Opensource Backer
- Posts: 1005
- Joined: Sat Apr 08, 2006 3:06 pm
- Contact:
Trevor,
you wrote
Besides: Thank you for creating and especially supporting the Datagrid. Without your support I think the mighty fine Datagrid would not have been used as widely as it is. Revolution has a powerful new tool, that solves a lot of problems and opens up many roads.
Thanks again
Bernd
you wrote
Paul D wrote:FYI - Both dgHilitedIndexes and dgHilitedLines appear in the API page
So may be you just add the set option to the API page. I didn't find it either.I noticed dgHilitedLine only allows a get according to the API page
Besides: Thank you for creating and especially supporting the Datagrid. Without your support I think the mighty fine Datagrid would not have been used as widely as it is. Revolution has a powerful new tool, that solves a lot of problems and opens up many roads.
Thanks again
Bernd
-
- VIP Livecode Opensource Backer
- Posts: 1005
- Joined: Sat Apr 08, 2006 3:06 pm
- Contact:
Ah, the docs don't state that you can both get or set the property. I will update it.
As for the support - you are welcome. I'm glad to see so many people using it.
As for the support - you are welcome. I'm glad to see so many people using it.
Trevor DeVore
ScreenSteps - https://www.screensteps.com
LiveCode Repos - https://github.com/search?q=user%3Atrevordevore+topic:livecode
LiveCode Builder Repos - https://github.com/search?q=user%3Atrevordevore+topic:livecode-builder
ScreenSteps - https://www.screensteps.com
LiveCode Repos - https://github.com/search?q=user%3Atrevordevore+topic:livecode
LiveCode Builder Repos - https://github.com/search?q=user%3Atrevordevore+topic:livecode-builder