Datagrid Error in Standalone

Trevor DeVore lists at mangomultimedia.com
Thu Dec 23 14:42:05 EST 2010


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

> I'll try.  A little difficult since the error doesn't occur in the IDE
> although the datagrid corruption does.
>

The IDE is probably suppressing the error message. You can wrap your code in
a try/catch statement and report the error that way:

on selectionChanged
   try
      ...
   catch e
      answer "oops, an error:" && e
   end try
end selectionChanged

Is the error any different from that reported in the standalone?

-- 
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