KeyWorksRW
KeyWorksRW
### Description: Internal builds have the ability to preview dialogs either using C++ or XRC. In addition, there is an XRC test dialog that also contains an XRC preview. It...
### Description: I'm seeing a discrepancy between a dialog with a minimum size set built and displayed from a program, and the dialog as displayed both in the Mockup panel...
### Description: Lambda event handlers with `\\n` in the string turn the double backslash into a single backslash when the lambda is re-edited.
### Description: Support for the webp image format is being added to wxWidgets, however the actual source code is not included. Linux systems _may_ have the library as a system...
### Description: While most SVG files will display correctly in wxWidgets 3.2, there are some that do not. That difference could become even more pronounced in the future if lunasvg...
### Description: wxUiEditor is using lunasvg to display SVG files in the Mockup panel. Unless the dev has stated they are using wxWidgets 3.3, that display could potentially be wrong....
### Discussed in https://github.com/KeyWorksRW/wxUiEditor/discussions/1434 Originally posted by **rossanoparis** March 12, 2024 It would be very helpful to add a way based on which the user should be able to add...
### Description: The inherit code in the Ruby panel needs to expose and implement the `prop_ruby_inherit_name` so that code generation can generate a working Ruby inherited class.
### Description: A common method of setting and Icon for a Windows executable is to set the APPICON in the resource file. Unfortunately, you can't supply a SVG file for...
### Description: On Windows, a `wxComboBox` with a large number of entries will display a vertical scrollbar. On Ubuntu 22.04, I get arrows at the top and bottom, but no...