yet another datagrid problem
Posted: Mon Sep 05, 2011 7:43 pm
Hi,
I have some code that builds an array X and throws it at a datagrid.
It works perfectly.
I press button A, which populates X with different data.
When I throw it at the datagrid, absolutely nothing happens.
I press button B. It populates X with different data and throws it at the datagrid, which works perfectly.
Now this is what gets me - I press button A and now it works.
I'm used to getting the array messed up and getting a garbled datagrid, but in this case the array seems perfect, but what gets me is that the command "set the dgData of group gridname to griddata" doesn't return, nothing after it is executed. The behaviour script isn't invoked. Message watcher shows the datagrid doing nothing. If during this dark despairing nothingness I press the LC button "Errors" and suppress them, the app hangs. When I try and get out of LC, it hangs that also, so I have to kill the LC process.
This is just weird.
Kevin
I have some code that builds an array X and throws it at a datagrid.
It works perfectly.
I press button A, which populates X with different data.
When I throw it at the datagrid, absolutely nothing happens.
I press button B. It populates X with different data and throws it at the datagrid, which works perfectly.
Now this is what gets me - I press button A and now it works.
I'm used to getting the array messed up and getting a garbled datagrid, but in this case the array seems perfect, but what gets me is that the command "set the dgData of group gridname to griddata" doesn't return, nothing after it is executed. The behaviour script isn't invoked. Message watcher shows the datagrid doing nothing. If during this dark despairing nothingness I press the LC button "Errors" and suppress them, the app hangs. When I try and get out of LC, it hangs that also, so I have to kill the LC process.
This is just weird.
Kevin