moai.Request() bug in RapaGUI on Linux

Report any Hollywood bugs here
Post Reply
SamuraiCrow
Posts: 475
Joined: Fri May 15, 2015 5:15 pm
Location: Waterville, Minnesota USA

moai.Request() bug in RapaGUI on Linux

Post 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?
I'm on registered MorphOS using FlowStudio.
User avatar
airsoftsoftwair
Posts: 5433
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

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

Post 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().
SamuraiCrow
Posts: 475
Joined: Fri May 15, 2015 5:15 pm
Location: Waterville, Minnesota USA

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

Post by SamuraiCrow »

Thanks! That helped!
I'm on registered MorphOS using FlowStudio.
Post Reply