Hi,
I'm happy so far with my datagrids - they seem to be doing the job.
However, when setting up a datagrid, and clicking on the Row behaviour button, I always get a script called button "behaviour script", regardless of the name of my datagrid. This is fine, until I want to edit multiple datagrids, all of which seem to be controlled by different scripts but with the same name.
Any way I can name the script that governs row behaviour to something different ? Can't find it in docs....
Thanks !
Datagrid behaviour script
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Re: Datagrid behaviour script
When you have a lot of those behaviour scripts up and they are all named the same thing, "Behavior Script" it does get confusing.Any way I can name the script that governs row behaviour to something different ?
All you have to do is change the name of the button the script is on from "Behaviour Script" to "EnterANameHere".
The group that uses the script button references the button by id so as long as you dont change the id, I figure it will work. (I have tried this quickly just now to be sure)
You could also comment in the top of the script
Code: Select all
##EnterANameHere
To change the name of the button the script is on you need to find it using the Application Browser in the Tools drop down menu. It will be in the DataGrids substack on one of the cards. Follow your nose.
Hope this helps 4 months late.
Re: Datagrid behaviour script
Thanks for the response.
However, we are now considering leaving LC as a development platform. We are currently looking into other solutions for app development.
However, we are now considering leaving LC as a development platform. We are currently looking into other solutions for app development.