I did the pre’s as well. What about “before”? Bob S
> On May 3, 2024, at 9:29 AM, J. Landman Gay via use-livecode > <[email protected]> wrote: > > I think the pre* handlers would need it too but try without and see how it > goes. It depends on where they are in the message hierarchy. > > -- > Jacqueline Landman Gay | [email protected] > HyperActive Software | http://www.hyperactivesw.com > On May 3, 2024 10:29:13 AM Bob Sneidar via use-livecode > <[email protected]> wrote: > >> Hi Jacque. >> >> I did attempt to deploy this solution a while back, but for whatever reason >> it failed to work, but I’m sure I missed something. I’m curious, should this >> also be applied to (pre) openCard / closeCard handlers as well? >> >> Thanks this is the simplest explanation I have seen. >> >> Bob S >> >> >>> On May 2, 2024, at 5:40 PM, J. Landman Gay via use-livecode >>> <[email protected]> wrote: >>> >>> It's this: >>> <https://forums.livecode.com/viewtopic.php?f=8&t=34933&sid=3c32a0e28cf01b21391bbfae080efcd8&start=15#p198477> >>> >>> The engine used to lock messages when building a standalone but that was >>> changed 4 years ago. Personally I think it causes more problems than it >>> solves, but the solution is to add (multiple) handlers to your stack to >>> avoid the dialog. Most of my stacks work okay without the additions, but if >>> you have certain handlers in the message hierarchy you get the dialog. The >>> code you need to add is in the link above. >>> -- >>> Jacqueline Landman Gay | [email protected] >>> HyperActive Software | http://www.hyperactivesw.com >>> On May 2, 2024 6:58:45 PM Bob Sneidar via use-livecode >>> <[email protected]> wrote: >>> >>>> Hi all. >>>> >>>> I have about had it with the Standalone asking me if I want to save, purge >>>> or cancel for stacks that are already open. I ONLY ever have one version >>>> of any stack that is open, unless the Standalone Builder is leaving stack >>>> IN the Standalone in memory, which would be breathtakingly bad >>>> programming, and I do not think they are doing that. >>>> >>>> What I would like to do is edit the library that is popping up that >>>> dialog, and setting it to where it always cancels (doesn’t change >>>> anything). I know I will have to update the library each time a new >>>> release came out but it’s worth it just to avoid the hassle of quitting >>>> and relaunching every time a different standalone need to be built. >>>> >>>> I tried editing the script of revSaveAsStandalone.livecode in the MacOS >>>> bundle, but the word “purge” does not occur in the library. Any idea what >>>> library is actually popping up that dialog? >>>> >>>> BTW the standalone building IS much faster with 9.6.12 (rc1) >>>> >>>> Bob S >>>> _______________________________________________ >>>> use-livecode mailing list >>>> [email protected] >>>> Please visit this url to subscribe, unsubscribe and manage your >>>> subscription preferences: >>>> http://lists.runrev.com/mailman/listinfo/use-livecode >>> >>> >>> >>> >>> _______________________________________________ >>> use-livecode mailing list >>> [email protected] >>> Please visit this url to subscribe, unsubscribe and manage your >>> subscription preferences: >>> http://lists.runrev.com/mailman/listinfo/use-livecode >> >> _______________________________________________ >> use-livecode mailing list >> [email protected] >> Please visit this url to subscribe, unsubscribe and manage your subscription >> preferences: >> http://lists.runrev.com/mailman/listinfo/use-livecode > > > > > _______________________________________________ > use-livecode mailing list > [email protected] > Please visit this url to subscribe, unsubscribe and manage your subscription > preferences: > http://lists.runrev.com/mailman/listinfo/use-livecode _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
