KeyWorksRW
KeyWorksRW
### Description: Using a static text control with markup text and the markup property checked, looks like it works fine in the Mockup panel on Windows. However, it's actually only...
### Description: When a project's language output directory is set when previously empty, all the forms get modified to prefix their files with the output directory, which results in errors...
### Description: In Python, we always set `SetAffirmativeButton`, `SetNegativeButton` and `SetCancelButton`. In Ruby, we don't set this at all. C++ uses `CreateStdDialogButtonSizer`, so these already have default values. For Python...
### Description: wxDatePickerCtrl can use a wxGenericValidator -- but we currently don't have any UI for it, or code to support it.
### Description: Once a derived file has been generated or created by the user, there is no longer any reason for wxUiEditor to consider it in functions like getOutputType() or...
### Description: The code base has been under development for several years, and over time different conventions have been used for function names. That can make it a bit confusing...
### Description: The new Unused testing dialog reveals that we have 22 generators not currently being used in the SDI testing app. This is the current list: - [x] Check3State...
### Description: With XRC, if wxUiEditor supports a control and/or properties that XRC doesn't support, a comment is made to that effect in the XRC panel display (which is removed...
### Description: The upside of creating a form version of wxPanel, wxToolBar, wxMenu, etc. is that it avoids having an extremely large source code file. The downside is that you...
### Description: The context menu for wxDataListCtrl should have a command for adding a dataViewListColumn. In addition, if the user has wxDataListCtrl selected, clicking the `DataView Column` in the Ribbon...