Mar-10-2025, 01:37 PM
Mar-11-2025, 02:58 AM
- Option 1
- The wxPyWiki webpage has everything you need to create this form.
It contains many examples that you can cut and paste to try out.
The outline makes navigation to the subject of choice very easy.
- The wxPyWiki webpage has everything you need to create this form.
- Option 2
- Log into 'X' (sign up for a free account if you don't have access)
- click on Grok
- enter the following into the query box: examples of simple data entry forms written with wxpython, using various sizers.
- This will give you code for the various types of sizers.. You can try out the various code provided, to see what fits your needs.
- Log into 'X' (sign up for a free account if you don't have access)
Mar-11-2025, 11:18 AM
Thank you.
Mar-12-2025, 06:24 AM
While it’s depreciated, I use dialog blocks to generate XRC files. then you can load the XRC into your wxDialog/ wxFrame
dialogblocks You’d still be able to generate that with the trial version
use the WYSIWYG editor to drop in the sizers and controls, there’s a view option to test the dialog.
For that dialog, I’d have a vertical sizer, then a few horizontals.
dialogblocks You’d still be able to generate that with the trial version
use the WYSIWYG editor to drop in the sizers and controls, there’s a view option to test the dialog.
For that dialog, I’d have a vertical sizer, then a few horizontals.