moai.Request shows weird requesters...
Posted: Thu Mar 14, 2024 8:38 pm
When I call
I get a requester with a listview showing "Ok" and a button "Ok".
The demo code from helpfiles
works fine until I change the Buttons to only "Ok". Then I get the above problem.
Edit: The problem appears on windows. On Amiga it works fine.
Code: Select all
moai.Request("Missing", "Enter name", "Ok")The demo code from helpfiles
Code: Select all
moai.Request("RapaGUI", "Hello!\n\n" ..
"Do you like RapaGUI!", "Yes|No")
Edit: The problem appears on windows. On Amiga it works fine.