Page 1 of 1

moai.Request() bug in RapaGUI on Linux

Posted: Wed Feb 08, 2017 1:23 pm
by SamuraiCrow
When using moai.Request("", "Message here", "Ok", "Error") on Arm Linux on my RasPi 2, I get a listview gadget in the requrester with the "Ok" from the Buttons$ field listed as an entry. As a workaround, I'll see if SystemRequest() will do the job on all platforms. If so, why the duplication?

Re: moai.Request() bug in RapaGUI on Linux

Posted: Fri Feb 10, 2017 11:22 pm
by airsoftsoftwair
Change "Ok" into "OK" and it should work correctly :)

Btw, the reason why there is moai.Request() and SystemRequest() is that MUI offers its own requester functions whereas SystemRequest() uses AmigaOS' native requesters. On all other platforms there is no difference between moai.Request() and SystemRequest().

Re: moai.Request() bug in RapaGUI on Linux

Posted: Tue Feb 14, 2017 4:14 pm
by SamuraiCrow
Thanks! That helped!