SystemRequest with "non standard buttons" looks strange

Discuss any general programming issues here
User avatar
Clyde
Posts: 348
Joined: Sun Feb 14, 2010 12:38 pm
Location: Dresden / Germany

Re: SystemRequest with "non standard buttons" looks strange

Post by Clyde »

I see, no problem. Maybe this remark could be added to the RapaGUI documentation somewhere!?
Currently using: Hollywood 9 with Windows IDE and Hollywood 9 with Visual Studio Code and hw4vsc
plouf
Posts: 467
Joined: Sun Feb 04, 2018 11:51 pm
Location: Athens,Greece

Re: SystemRequest with "non standard buttons" looks strange

Post by plouf »

Maybe the answer to this is the use of "moai.CreateDialog(xml$[, parent$])"
this RapaGUI class is actually to create dialog, with simple buttons, or anything more complex

it is by far more complicated that just systemrequest thought
Christos
User avatar
airsoftsoftwair
Posts: 5433
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: SystemRequest with "non standard buttons" looks strange

Post by airsoftsoftwair »

plouf wrote: Sat Aug 24, 2019 5:20 am Maybe the answer to this is the use of "moai.CreateDialog(xml$[, parent$])"
this RapaGUI class is actually to create dialog, with simple buttons, or anything more complex
Yes, you can easily replicate what SystemRequest() does using moai.CreateDialog()... no big deal...
Clyde wrote: Fri Aug 23, 2019 10:00 pm I see, no problem. Maybe this remark could be added to the RapaGUI documentation somewhere!?
Unlikely because it might appear in several distinct shapes depending on the target UI toolkit and I don't want to discuss them all in the doc.
Post Reply