KeyWorksRW
KeyWorksRW
### Description: Currently, SVG, XMP and Animation images have to be external (animation images are currently broken until we decide how to handle these three types). zlib.decompress(string) supposedly takes a...
### Description: wx.Dialog.CreateStdDialogButtonSizer can be used in wxPython if the buttons are from the set `wx.OK, wx.CANCEL, wx.YES, wx.NO, wx.APPLY, wx.CLOSE, wx.HELP`. We already use this in C++ code generation,...
### Description: In C++, having one class per file is the standard practice. In Python, however, modules often contain multiple classes, as well as functions. We already support a combined...
### Description: `ListViewGenerator` has a `contents` property for initializing strings in a wxListView, but each item lacks the ability to set color, font, state, bitmap, etc. What would be ideal...
### Description: wxTreebook allows nested subpages of any reasonable depth. We currently allow one subpage, but do not allow that subpage to have it's own subpages. If a page is...
### Description: Currently, the only way to update an image is to reload the project. If the user has a project file open, and is using a graphics editor to...
### Description: The `parameters` property of a `CustomControl` is currently just a normal string. This should be changed to use a custom dialog, similar to what we use for the...
### Description: It's possible to load a project file from a newer version of wxUiEditor that has properties that we don't recognize. It's likely that the various objects will display...
### Description: If a menu item type is set to wxITEM_CHECK and a bitmap is used, the normal checkbox will not be displayed if the item is checked. Instead the...
### Description: The Derived Source panel is no longer showing event handlers. This may be because the derived file already exists, but it would be worth showing those event handlers...