moai.Request shows weird requesters...

Discuss GUI programming with the RapaGUI plugin here
Post Reply
phipslk
Posts: 24
Joined: Sun Oct 29, 2023 7:21 pm

moai.Request shows weird requesters...

Post 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.
plouf
Posts: 473
Joined: Sun Feb 04, 2018 11:51 pm
Location: Athens,Greece

Re: moai.Request shows weird requesters...

Post 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
Christos
Post Reply