Never mind. Looks like this little bad boy is the problem. I put this in my 
openStack handler, forgetting that I initialize EVERYTHING in the openStack 
handler, so none of my libraries were loading. 

   -- skip if building a standalone
   if the environment is "development" AND \
         there is a stack "revStandaloneProgress" AND \
         the mode of stack "revStandaloneProgress" > 0 then
      exit openStack
   end if

GAKK!
Bob S


> On Oct 1, 2018, at 15:55 , Bob Sneidar via use-livecode 
> <use-livecode@lists.runrev.com> wrote:
> 
> Looks like the hack I have in place for nesting datagrid behaviors has 
> effectively broken the standalone app builder for my app. I can't use a prior 
> version because all my datagrid behavoirs throughout my app are nested. I 
> can't just use the community version of Livecode and have my technicians run 
> the app in the IDE, because I would have to ALSO hack those version for 
> nested datagrids. 
> 
> Does anyone know if nested datagrid behaviors made it into 9.0.1?
> 
> Bob S
> 
> 
> _______________________________________________
> 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


_______________________________________________
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