Re: OK... what am I missing?

2012-04-17 Thread Mark Wieder
Tereza- Monday, April 16, 2012, 8:48:53 PM, you wrote: Does anyone have any insight at all? I’ve exhausted myself over this. It used to work! It works in the IDE! I have a deadline! Two ideas: 1. the datagrid library is a system stack, and so if it throws errors the IDE won't catch them (or

Re: OK... what am I missing?

2012-04-17 Thread Mark Wieder
Tereza- ... getting late here... correcting myself... on startup insert the script of stack libRemoteDebug into front end startup -- -Mark Wieder mwie...@ahsoftware.net ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit

Re: OK... what am I missing?

2012-04-17 Thread Tereza Snyder
Jacque wrote: If you haven't done it yet, one quick way to find out is to set the standalone settings in the Bug Reports pane to save errors to a file. If there's an execution error it will show up there. I have try-catches everywhere; I have errors written to stdout; I have my own

Re: OK... what am I missing?

2012-04-17 Thread Bob Sneidar
Why group Modules of me? Why not just group Modules? Bob On Apr 16, 2012, at 8:48 PM, Tereza Snyder wrote: I am at my wit’s end. Suddenly, my datagrid stopped working in my standalone. At first, I laughed, Oh ho, I must have neglected to load the revdatagrid library! It’ll be fixed in a

Re: OK... what am I missing?

2012-04-17 Thread Tereza Snyder
Because I never assume the default stack to be what I need it to be. I require that any scripts that address objects use of me or of the target or of stack… or of card But I did try removing the of me just in case that was throwing execution off somehow. Made no difference. Still the same

Re: OK... what am I missing?

2012-04-17 Thread Phil Davis
I had a similar problem a few weeks ago. The problem: my standalone app is a 'splash' style app and didn't have a DG substack of its own. I added a DG to the standalone app stack, made it small, hid it and never use it. Now when I make it into a standalone, the Standalone Builder finds the

OK... what am I missing?

2012-04-16 Thread Tereza Snyder
I am at my wit’s end. Suddenly, my datagrid stopped working in my standalone. At first, I laughed, Oh ho, I must have neglected to load the revdatagrid library! It’ll be fixed in a jiffy! But no. The lockmessages must be true! no. The data array must be empty! no. ... Many, many hours

Re: OK... what am I missing?

2012-04-16 Thread J. Landman Gay
On 4/16/12 10:48 PM, Tereza Snyder wrote: but when the statement: set the dgData of grp Modules of me to gModinfoA is encountered, the 'setprop dgData' in the revdatgrid library IS NOT EXECUTED, and my next statement: dispatch SortDataByKey to grp Modules of me with title,