manually close , only way
however moai.Freeapp() maybe suits you
Search found 590 matches
- Tue Jan 14, 2025 1:42 pm
- Forum: RapaGUI
- Topic: any way to just close RapaGUI?
- Replies: 2
- Views: 37
- Sun Jan 12, 2025 3:06 pm
- Forum: Newbie questions
- Topic: Hollywood MODE=ASK conflict
- Replies: 4
- Views: 218
Re: Hollywood MODE=ASK conflict
rereading, OP looks like a future wishlist, aka "i want to know the option of mode="ASK" user has selected", in that case post it to wihslist section of forum also i fully agree with Flinx, that a "MCVE" a small demo showing what you want to do will help i.e. i mean wha...
- Sat Jan 11, 2025 3:34 am
- Forum: Newbie questions
- Topic: Hollywood MODE=ASK conflict
- Replies: 4
- Views: 218
Re: Hollywood MODE=ASK conflict
can you explain a bit what are these "difficulties" ? i ask because i had the impression you (we) have move on during past discussions !? by the sentence "changes to 640x480 the HOST" give me the impression that you dont specify hollywood display Hollywwod "display" ( s...
- Fri Jan 10, 2025 2:45 pm
- Forum: RapaGUI
- Topic: How to dynamically add Radio items, and a page.
- Replies: 6
- Views: 282
Re: How to dynamically add Radio items, and a page.
1) can't find "Screenmode" because you have no id, only title="Screenmoe" add id="Screenmode" (object identify by id not title) 2) amigapages$ title lacks closing " -> title="Amigatesti (") 3) a group need at least 1 object, if there are no objects ATM, u...
- Sat Dec 28, 2024 1:45 pm
- Forum: Newbie questions
- Topic: ListRequest goes behind the screen, can i get it front?
- Replies: 10
- Views: 2597
Re: ListRequest goes behind the screen, can i get it front?
For aos 3 and aos4 i dont have either
I,and most others use winuae ! especially for os3 is pretty complete
I,and most others use winuae ! especially for os3 is pretty complete
- Fri Dec 27, 2024 8:49 pm
- Forum: Newbie questions
- Topic: ListRequest goes behind the screen, can i get it front?
- Replies: 10
- Views: 2597
Re: ListRequest goes behind the screen, can i get it front?
after some testing... to answer MCVE seems that getdisplay() brings screen on front and too fast i.e. GetDisplayModes() ListRequest("title","body",{1,2,3}) to answer original "can i get to front" , seems that workarounds are 1) a minor delay i.e wait(20) 2) also if you ...
- Tue Dec 24, 2024 5:45 am
- Forum: Newbie questions
- Topic: ListRequest goes behind the screen, can i get it front?
- Replies: 10
- Views: 2597
Re: ListRequest goes behind the screen, can i get it front?
the example in his first post do that
- Sat Dec 21, 2024 1:31 am
- Forum: Newbie questions
- Topic: ListRequest goes behind the screen, can i get it front?
- Replies: 10
- Views: 2597
Re: ListRequest goes behind the screen, can i get it front?
just a note
this ,as i see, happens in AOS3/4 only, as under windows and morphos seems work as intented ? (correct me if wrong)
must have to do with way os3/4 handled, as there was similar behavior to other oses long ago and fixed !
this ,as i see, happens in AOS3/4 only, as under windows and morphos seems work as intented ? (correct me if wrong)
must have to do with way os3/4 handled, as there was similar behavior to other oses long ago and fixed !
- Sat Dec 21, 2024 1:10 am
- Forum: Hollywood bugs
- Topic: in AOS3 black window appears.
- Replies: 2
- Views: 1198
Re: in AOS3 black window appears.
i dont think its emulation issue, this is most probably the hollywood initial display, hide it with this line as first line of your script @DISPLAY {hidden=True} then imho new display can have a new id like Display(2) p.s. if you use my requester, use this with cancel aware version, as i later found...
- Mon Dec 09, 2024 7:25 pm
- Forum: Hollywood bugs
- Topic: CreateDisplay mode="moderequester" hardcoded height
- Replies: 8
- Views: 2787
Re: CreateDisplay mode="moderequester" hardcoded height
Means that i have misunderstood the usage of "display"
Works ok
Btw original MCVE has a typo