EscapeQuit(FALSE) doesn't work

Find quick help here to get you started with Hollywood
Post Reply
bitRocky
Posts: 162
Joined: Fri Nov 14, 2014 6:01 pm

EscapeQuit(FALSE) doesn't work

Post by bitRocky »

Hi

I wanted to intercept the ESC key to do some stuff before quit, but the EscapeQuit(False) command doesn't work in my ytSearch app.
A small test script works though.

Is there a special case when I can't deactivate the ESC key to immediately quit an app?
User avatar
airsoftsoftwair
Posts: 6017
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: EscapeQuit(FALSE) doesn't work

Post by airsoftsoftwair »

Do you use any plugins or some special setup? The following works here:

Code: Select all

EscapeQuit(False)
WaitLeftMouse
End
Please provide some more details or an MCVE...
plouf
Posts: 753
Joined: Sun Feb 04, 2018 11:51 pm
Location: Athens,Greece

Re: EscapeQuit(FALSE) doesn't work

Post by plouf »

He also said that esc works in simple examples
Since its app is ytsearh may he uses hurl, maybe when hurl is active and working doesnt ?!
Christos
User avatar
airsoftsoftwair
Posts: 6017
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: EscapeQuit(FALSE) doesn't work

Post by airsoftsoftwair »

plouf wrote: Sun Sep 13, 2026 6:28 pm He also said that esc works in simple examples
Oops, right, didn't see that. Then we need an MCVE of course or is it a MUI app or something? Then EscapeQuit() of course won't work.
bitRocky
Posts: 162
Joined: Fri Nov 14, 2014 6:01 pm

Re: EscapeQuit(FALSE) doesn't work

Post by bitRocky »

Sorry, this is no bug, my fault;)

I'm using RapaGUI I didn't know what I was doing before, everything is working how it should be!
Post Reply