any way to just close RapaGUI?

Discuss GUI programming with the RapaGUI plugin here
Post Reply
Bugala
Posts: 1390
Joined: Sun Feb 14, 2010 7:11 pm

any way to just close RapaGUI?

Post 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?
plouf
Posts: 666
Joined: Sun Feb 04, 2018 11:51 pm
Location: Athens,Greece

Re: any way to just close RapaGUI?

Post by plouf »

manually close , only way

however moai.FreeApp() maybe suits you
Christos
Bugala
Posts: 1390
Joined: Sun Feb 14, 2010 7:11 pm

Re: any way to just close RapaGUI?

Post by Bugala »

Thanks. I think this is what I was looking for.
User avatar
airsoftsoftwair
Posts: 5830
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: any way to just close RapaGUI?

Post 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.
Post Reply