ListRequest goes behind the screen, can i get it front?

Find quick help here to get you started with Hollywood
User avatar
airsoftsoftwair
Posts: 5830
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: ListRequest goes behind the screen, can i get it front?

Post by airsoftsoftwair »

plouf wrote: Fri Dec 27, 2024 8:49 pm to answer original "can i get to front" , seems that workarounds are
1) a minor delay i.e wait(20)
2) also if you start with hidden display as said in other post will have no problem i.e. @DISPLAY {hidden=True}
3) final you can closedisplay(1) before listrequest, and then opendisplay(1) (or dont open again :)
Ok, so this seems like an issue caused by the asynchronous nature of Intuition because apparently opening the small screenmode requester window seems to be quicker than opening the large Hollywood window. So probably just adding a manual delay like suggested by plouf is the best idea to fix this.
Post Reply