Is this the famed "can't modify a compiled app" problem? Is your stack that contains the groups the main stack? If so, then you cannot modify the main stack after it is compiled.
To repeat an old, old solution, have your main stack be a dumb splash screen that calls your real stack as a substack of your application. Then you can modify the stack all you want. Bob On Aug 18, 2010, at 7:17 AM, [email protected] wrote: > Hi, > > I'm having a strange problem, maybe someone can assist... > > I need to duplicate a group of controls into another group and do some things > with it afterwards. In the IDE the following works fine: > > copy grp "RightPageOriginalNew" to group "PageList" > put it into vNewPage > > But when I save the app as a standalone, no copy is made and the variable It > returns empty... > > I'm running on Mac, RR version 4.5.0-dp3, but 4.0 gives the same result. > > Can someone tell me what I'm doing wrong? > > > Met vriendelijke groeten, > Warm Regards, > > PublishingTools4u > Ton Kuypers > +32 (0) 477 739 530 > > Aardbemden 11 • B-2400 • Mol • Belgium > www.publishingtools4u.com > > > > _______________________________________________ > use-revolution mailing list > [email protected] > Please visit this url to subscribe, unsubscribe and manage your subscription > preferences: > http://lists.runrev.com/mailman/listinfo/use-revolution _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
