moai.Request() behaves strange

Discuss GUI programming with the RapaGUI plugin here
User avatar
airsoftsoftwair
Posts: 5433
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: moai.Request() behaves strange

Post by airsoftsoftwair »

mrupp wrote: Sat May 22, 2021 10:09 pm Yes I have, but I'd like to plead to treat this as a bug for the following reasons:
True, with Hollywood's SystemRequest() the question icon is there. The reason why it isn't with RapaGUI seems to be wxWidgets-related. See here:
wxICON_QUESTION: Displays a question mark symbol. This icon is automatically used with wxYES_NO so it's usually unnecessary to specify it explicitly. This style is not supported for message dialogs under wxMSW when a task dialog is used to implement them (i.e. when running under Windows Vista or later) because Microsoft guidelines indicate that no icon should be used for routine confirmations. If it is specified, no icon will be displayed.
Source: https://docs.wxwidgets.org/trunk/classw ... ialog.html

So you need to complain to the wxWidgets guys because they apparently don't like question mark symbols in dialog boxes :)
Post Reply