Datagrid Error in Standalone

Trevor DeVore lists at mangomultimedia.com
Thu Dec 23 15:36:46 EST 2010


On Thu, Dec 23, 2010 at 3:07 PM, Peter Haworth <pete at mollysrevenge.com>wrote:

> Hi Trevor,
> The try/catch did come up with the same error that I see in the standalone.
>  Here's what was displayed:
>

It looks like you are doing more than just resizing the window. This error
report was caused by setting the dgData of the data grid. This is occurring
while you are processing the selectionChanged message in the data grid. The
engine will complain if you try to delete the control that is the target of
the current event which I think is what is happening.

Can you trying using send in time to see if it fixes the issue?

send myMessage to button "DB_Type" in 0 milliseconds

-- 
Trevor DeVore
Blue Mango Learning Systems
ScreenSteps: http://www.screensteps.com
Releasable Revolution Resources for Developers:
http://revolution.bluemangolearning.com



More information about the use-livecode mailing list