Page 1 of 1

any way to just close RapaGUI?

Posted: Tue Jan 14, 2025 12:57 pm
by Bugala
As my programs idea is that user selects screenmode etc. related, then clicks the "START"-button, I would like RAPAGui to quit from the background and software otherwise continue forward.

However, Each example about RAPAGui that had some sort of quit-button, were simply using Hollywood "End" which means ending the whole Hollywood program. I only want the RAPAGui to close.

Is there any command that would simply close the RAPAGui and yet continue executing rest of the Hollywood program, or do I have to manually close all the RAPAGui windows to achieve this?

Re: any way to just close RapaGUI?

Posted: Tue Jan 14, 2025 1:42 pm
by plouf
manually close , only way

however moai.FreeApp() maybe suits you

Re: any way to just close RapaGUI?

Posted: Tue Jan 14, 2025 1:56 pm
by Bugala
Thanks. I think this is what I was looking for.

Re: any way to just close RapaGUI?

Posted: Fri Jan 24, 2025 10:28 pm
by airsoftsoftwair
plouf wrote: Tue Jan 14, 2025 1:42 pm however moai.FreeApp() maybe suits you
Note that this won't close RapaGUI. On Windows/macOS/Linux all scripts that @REQUIRE RapaGUI will run through RapaGUI until Hollywood terminates. More details here.