exhusden..
Not in my version of the user guide.... page 137...5.3.6 Blocking System Messages
Dixie
Problem filling a DataGrid table
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
-
- VIP Livecode Opensource Backer
- Posts: 163
- Joined: Tue Jan 26, 2010 10:15 pm
- Contact:
Re: Problem filling a DataGrid table
Hi Exheusden,exheusden wrote:Now for the difficult part: can you explain why this is necessary, please?
As pointed out already in this thread, you should have a look to this part of the datagrid documentation:
http://lessons.runrev.com/spaces/lesson ... Suffering-
And especially to the topic: "Do not lock messages when accessing data grid properties."
Regards,
TheSlug
http://www.aslugontheroad.com - Tutorials, demo stacks and plugins for LiveCode
Data Grid Helper - An intuitive interface for building LiveCode's Data Grids
Excel Library- Extends the LiveCode language for controlling MS Excel
http://www.aslugontheroad.com - Tutorials, demo stacks and plugins for LiveCode
Data Grid Helper - An intuitive interface for building LiveCode's Data Grids
Excel Library- Extends the LiveCode language for controlling MS Excel
Re: Problem filling a DataGrid table
I believe that this only applies in my case if the "i.e" (id est)in
Though, to be honest, I had no idea that I was trying to access a data grid property.
is changed to "e.g." (exempli gratia).If messages are locked when you try to access a data grid property (i.e. the dgProps["alternate row color"] of group "DataGrid")…
Though, to be honest, I had no idea that I was trying to access a data grid property.
-
- VIP Livecode Opensource Backer
- Posts: 163
- Joined: Tue Jan 26, 2010 10:15 pm
- Contact:
Re: Problem filling a DataGrid table
Exheusden,exheusden wrote:I believe that this only applies in my case if the "i.e" (id est)inis changed to "e.g." (exempli gratia).If messages are locked when you try to access a data grid property (i.e. the dgProps["alternate row color"] of group "DataGrid")…
Though, to be honest, I had no idea that I was trying to access a data grid property.
Consider all the "keywords" prefixed by dg as properties of a datagrid:
- dgDataOfLine
- dgText
- dgData
etc
Regards,
TheSlug
http://www.aslugontheroad.com - Tutorials, demo stacks and plugins for LiveCode
Data Grid Helper - An intuitive interface for building LiveCode's Data Grids
Excel Library- Extends the LiveCode language for controlling MS Excel
http://www.aslugontheroad.com - Tutorials, demo stacks and plugins for LiveCode
Data Grid Helper - An intuitive interface for building LiveCode's Data Grids
Excel Library- Extends the LiveCode language for controlling MS Excel