wxUiEditor icon indicating copy to clipboard operation
wxUiEditor copied to clipboard

RAD tool used to create and maintain wxWidgets UI elements.

Results 110 wxUiEditor issues
Sort by recently updated
recently updated
newest added

### Description: Calling `wxWindow::FromDIP()` in `wxFrame::Create()` before any application window has been created will result in an Assert in wxWidgets. A possible alternative would be to generate: ```c++ if (!wxFrame::Create(parent,...

design change

Hi, I'm trying to use the `derived_class`, and `derived_params` properties to generate a base class for my main frame window that inherits from something other than `wxFrame` (such as `wxDocParentFrame`)....

bug

When adding a control do not pre-check "using dialog units", IMO using dialog units in wxWidgets code is quite unusual. Additionally, add an option to use device independent pixels, which...

enhancement
design change

### Description: When importing a wxs layout file, I got the following errors: Unable to create wxBitmapButton as a child of wxNotebook Unable to create wxButton as a child of...

bug

### Description: It looks like the filename for the Images list is not being used for the #include generated in any C++ header files that use functions/data from the Images...

bug

### Description: We already have problems with C++ supporting two versions of wxWidgets, and wxPerl may end up with 4 supported versions, and we are about to start supporting content...

enhancement

### Description: Currently for C++ generated classes, if you specify that the class will be derived, then all event handlers are declared virtual and call `event.Skip();`. If you specify that...

enhancement

### Description: If the Project file is selected, we could show a sample of a derived/inherited wxApp class in the matching language's derived/inherited panels. This code wouldn't be generated, but...

enhancement

### Description: Unfortunately DialogBlocks does not add any special header to their binary version of a .pjd file., so until you read it you don't know if it is an...

enhancement

### Description: wxBitmapComboBox can have both a label and a bitmap for each item. NodeProperty has a NODEPROP_BMP_COMBO_ITEM structure and a `as_bmp_combo_items()` method to return a vector of these, but...

enhancement