Update v3.13
- Added: Create from prefix can be disabled.
You can now disable the creation of the prefix. But it is not recommended.
But with the PureVision form files it might make sense.
Adding the form files XY_windows.pb from PureVision should be enough.
Hallo, Is there a step by step documentation or video, on how to use this EventDesigner for an individual with basic programming skills?? Please your help is appreciated
Ktim07 wrote: Wed Jun 28, 2023 8:01 pm
Hallo, Is there a step by step documentation or video, on how to use this EventDesigner for an individual with basic programming skills?? Please your help is appreciated
I am already familiar with the basics, however from the information I have gathered from this thread is that it could make the task of incorporating, events in the forms that I am designing (to be used in a new app I am programming) much easier
1. In the Purebasic IDE settings Part Form
- Disable #PB_Any
- Disable generate event procedure
2. Create a form with the FormDesigner
- Change the name of the window constant (Window_0 -> WinMain). Is used as prefix.
- Create gadget, etc. and assign meaningful names for the constants.
3. Save the form as FormMain.pbf.
4. Start EventDesigner.
5. Add the file FormMain.pbf with AddForm.
6. Start process. Dialog is open
Setting (recommendation)
- First Window Parent
- Window Position Auto
- Include Images
7. Start Button (If the project is not yet saved, the save diaglog comes automatically)
8. Open with Purebasic the main file GuiMainFile.pb and the other Gui*.pb files.
For subwindows just add them in the EventDesigner
In the file GuiEvent[XYZ].pb you can program your event reaction in the event procedures.
The files GuiCommonFile.pb and GuiEventMainFile.pb must not be changed.