KeyWorksRW
KeyWorksRW
### Description: Currently when you insert a widget in the Navigation pane, the new widget is always appended to the end of the selected items children. This requires the user...
### Description: When something like a wxTextCtrl has a validator variable set, then Mockup should check validator data type and filter type, and create a validator that will work the...
### Description: Current testing for importing from the various designers is mostly limited to projects that I have downloaded. That's fairly thorough for wxFormBuilder where I have literally hundreds of...
### Description: The code for the Mockup panel was written very early in the project. It really needs a review to see if it's possible to make the display of...
### Description: We remove leading spaces in lambda functions, however that doesn't allow for indentation. It would make more sense to parse all the lines and see if there is...
### Description: While **wxGlade** only support a small subset of the **wxWidgets** controls that **wxFormBuilder** supports, it does have significantly better support for Python code. We need to take a...
### Description: When importing multiple projects into a single project, it would make sense to look at whether the project contains more than one form, and if that is the...
If cells are added to a wxGridBagSizer out of order (e.g., adding row 0 cells when there is already a row 1), the items in the navigation display will be...
### Description: While I was never able to get any app that used wxWidgets to build on WSL2, I'm sure the problem is surmountable, and is probably mostly due to...
### Description: Creating an MDI application is quite a bit more complicated than the more common SDI approach. While the frame window won't really benefit much from a RAD tool,...