Changes between Version 4 and Version 5 of wxFormBuilder
- Timestamp:
- 11/26/12 05:46:11 (7 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
wxFormBuilder
v4 v5 13 13 1. Using wxFormBuilder open the appropriate file in the project fbp directory. 14 14 2. Install FormBuilder plugin from SVN (it's not good enough to release) 15 1. NOTE: you need to install the FormBuilder plugin (not just run it with 'dev -a') as it uses File::ShareDir, which only seems to work fro installed files. 15 16 3. Use the FormBuilder plugin to generate the code for the dialog. 16 17 4. Save the code over the top of the existing .pm module in the Padre::Wx::FBP namespace with no modifications. The ::FBP:: namespace is designed specifically for this purpose, to hold unmodified generated files. 17 18 5. Open the Padre::Wx::Dialog:: module, which inherits from the ::FBP:: module. Edit to apply any custom changes needed to match the generated code. 18 19 20 19 21 = Building GUI application = 20 22
