On Thu, Dec 23, 2010 at 1:07 PM, Peter Haworth <p...@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
_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to