KeyWorksRW
KeyWorksRW
Can you paste in the C++ code that you used to create 4) above? Or, even better, select the dialog in wxUiEditor, choose Copy and paste the XML file into...
With an actual button, you could set the bitmap position to the top, increase the margins around it, and get what you want without setting the button size at all....
Here's my thoughts/plans for this issue: Starting with version 3.1.7, FromDIP can be used to scale values based on the screen resolution. It has an advantage over ConvertDialogToPixels in that...
The following is just reference information: - This [link](https://docs.wxwidgets.org/trunk/overview_high_dpi.html) is to the current wxWidgets documentation of High DPI support - From the documentation: >Actually, using any pixel values is not...
I've mostly got this implemented now, though a bit differently than originally planned. Now when an older project is loaded, I automatically convert wxSize and wxPoint that used dialog units...
PR #1487 now has initial support for the revised method of scaling and should show up in daily builds starting on 8/9/24. In particular, older projects with dialog units will...
I see what the problem is. Without a top level sizer for a wxNotebook or wxPanel, wxWidgets won't be able to automatically size/resize child controls based on their size and...
Actually, I do need to see how your .wxs file is laid out -- I think there must be something between wxNotebook and the controls and sizers you are trying...
First off, thank-you for attaching the zip file. The pasted .wxs file was missing a lot of the content, so I couldn't just paste it into a new .wxs file...
With the daily build on 8/19, your wxSmith project file should import fine. Note that because of the fixed sizes rather than sizers, some controls do not display correctly on...