SystemRequest / moai.request displayed as a list

Discuss GUI programming with the RapaGUI plugin here
Post Reply
amyren
Posts: 352
Joined: Thu May 02, 2019 11:53 am

SystemRequest / moai.request displayed as a list

Post by amyren »

When using SystemRequest() or moai.Request() and the buttons are set to anything else than "OK", "Cancel", "Yes" or "No" the choices will turn up as a list instead as buttons.
Is that a known limitation with RapaGUI or a bug (I could not find it mentioned in the docs)?
plouf
Posts: 462
Joined: Sun Feb 04, 2018 11:51 pm
Location: Athens,Greece

Re: SystemRequest / moai.request displayed as a list

Post by plouf »

most probably you are refering to correct hollywood behaviuir

reported and discussed
viewtopic.php?f=27&t=3291
and
viewtopic.php?f=10&t=2225
Christos
amyren
Posts: 352
Joined: Thu May 02, 2019 11:53 am

Re: SystemRequest / moai.request displayed as a list

Post by amyren »

Thanks, that explains it.
The easiest workaround for most cases is to rephrase the text in the requestor so that it fits the standard Yes/No or OK/Cancel answers.
Post Reply