Page 2 of 2

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

Posted: Mon Jan 06, 2025 10:53 pm
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.