Page 2 of 2
Re: Problem filling a DataGrid table
Posted: Fri Nov 26, 2010 8:36 pm
by Dixie
exhusden..
Not in my version of the user guide.... page 137...5.3.6 Blocking System Messages
Dixie
Re: Problem filling a DataGrid table
Posted: Sat Nov 27, 2010 12:28 pm
by Zryip TheSlug
exheusden wrote:Now for the difficult part: can you explain why this is necessary, please?
Hi Exheusden,
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,
Re: Problem filling a DataGrid table
Posted: Sat Nov 27, 2010 12:39 pm
by exheusden
I believe that this only applies in my case if the "i.e" (
id
est)in
If messages are locked when you try to access a data grid property (i.e. the dgProps["alternate row color"] of group "DataGrid")…
is changed to "e.g." (
exempli
gratia).
Though, to be honest, I had no idea that I was trying to access a data grid property.
Re: Problem filling a DataGrid table
Posted: Sat Nov 27, 2010 1:10 pm
by Zryip TheSlug
exheusden wrote:I believe that this only applies in my case if the "i.e" (
id
est)in
If messages are locked when you try to access a data grid property (i.e. the dgProps["alternate row color"] of group "DataGrid")…
is changed to "e.g." (
exempli
gratia).
Though, to be honest, I had no idea that I was trying to access a data grid property.
Exheusden,
Consider all the "keywords" prefixed by dg as properties of a datagrid:
- dgDataOfLine
- dgText
- dgData
etc
Regards,