Page 1 of 1

moai.Request shows weird requesters...

Posted: Thu Mar 14, 2024 8:38 pm
by phipslk
When I call

Code: Select all

moai.Request("Missing", "Enter name", "Ok")
I get a requester with a listview showing "Ok" and a button "Ok".
The demo code from helpfiles

Code: Select all

moai.Request("RapaGUI", "Hello!\n\n" ..
    "Do you like RapaGUI!", "Yes|No")
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.

Re: moai.Request shows weird requesters...

Posted: Thu Mar 14, 2024 9:17 pm
by plouf
its a "feature" only basic "OK" "yes" etc uses widnwos API, if you change it a custom one used

check https://forums.hollywood-mal.com/viewtopic.php?t=3291