RAD EventDesigner V3 (All OS)

Developed or developing a new product in PureBasic? Tell the world about it.
User avatar
mk-soft
Always Here
Always Here
Posts: 5333
Joined: Fri May 12, 2006 6:51 pm
Location: Germany

Re: RAD EventDesigner V3 (All OS)

Post by mk-soft »

Thats right 8)

Update v3.11
- Add CatchImage Support
- Add DataSection Support

:wink:
My Projects ThreadToGUI / OOP-BaseClass / EventDesigner V3
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive
User avatar
mk-soft
Always Here
Always Here
Posts: 5333
Joined: Fri May 12, 2006 6:51 pm
Location: Germany

Re: RAD EventDesigner V3 (All OS)

Post by mk-soft »

Update v3.12
- Bugfix MacOS CocoaMessage and Threads
- Optimize read forms

:wink:
My Projects ThreadToGUI / OOP-BaseClass / EventDesigner V3
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive
User avatar
mk-soft
Always Here
Always Here
Posts: 5333
Joined: Fri May 12, 2006 6:51 pm
Location: Germany

Re: RAD EventDesigner V3 (All OS)

Post by mk-soft »

Update v3.12r2
- Some Bugfix
- Code optimize
My Projects ThreadToGUI / OOP-BaseClass / EventDesigner V3
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive
User avatar
mk-soft
Always Here
Always Here
Posts: 5333
Joined: Fri May 12, 2006 6:51 pm
Location: Germany

Re: RAD EventDesigner V3 (All OS)

Post by mk-soft »

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.

:wink:
My Projects ThreadToGUI / OOP-BaseClass / EventDesigner V3
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive
User avatar
mk-soft
Always Here
Always Here
Posts: 5333
Joined: Fri May 12, 2006 6:51 pm
Location: Germany

Re: RAD EventDesigner V3 (All OS)

Post by mk-soft »

Update v3.13.1
- Bugfix PopupMenus
My Projects ThreadToGUI / OOP-BaseClass / EventDesigner V3
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive
User avatar
mk-soft
Always Here
Always Here
Posts: 5333
Joined: Fri May 12, 2006 6:51 pm
Location: Germany

Re: RAD EventDesigner V3 (All OS)

Post by mk-soft »

Update v3.14.0
- Create FrameGadget Events and TextGadget Events optional

Because FrameGadgets and TextGadgets do not create events by default, no event procedures are created.
My Projects ThreadToGUI / OOP-BaseClass / EventDesigner V3
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive
User avatar
mk-soft
Always Here
Always Here
Posts: 5333
Joined: Fri May 12, 2006 6:51 pm
Location: Germany

Re: RAD EventDesigner V3 (All OS)

Post by mk-soft »

Update v3.15.1
- Bugfix build GuiCommonFile.pb
- Update build GuiEventMainFile.pb
- Added Main Up/Down selected form file

:wink:
My Projects ThreadToGUI / OOP-BaseClass / EventDesigner V3
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive
User avatar
mk-soft
Always Here
Always Here
Posts: 5333
Joined: Fri May 12, 2006 6:51 pm
Location: Germany

Re: RAD EventDesigner V3 (All OS)

Post by mk-soft »

Update v3.15.2
- Update build GuiEventMainFile.pb
My Projects ThreadToGUI / OOP-BaseClass / EventDesigner V3
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive
User avatar
mk-soft
Always Here
Always Here
Posts: 5333
Joined: Fri May 12, 2006 6:51 pm
Location: Germany

Re: RAD EventDesigner V3 (All OS)

Post by mk-soft »

Update v3.15.4
- clear code

Cloud: OneDrive Public -> projects
My Projects ThreadToGUI / OOP-BaseClass / EventDesigner V3
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive
User avatar
Ktim07
User
User
Posts: 21
Joined: Wed Jun 28, 2023 7:55 pm

Re: RAD EventDesigner V3 (All OS)

Post by Ktim07 »

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
Serious souls !!!
User avatar
mk-soft
Always Here
Always Here
Posts: 5333
Joined: Fri May 12, 2006 6:51 pm
Location: Germany

Re: RAD EventDesigner V3 (All OS)

Post by mk-soft »

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
Start first with the basics of purebasic
My Projects ThreadToGUI / OOP-BaseClass / EventDesigner V3
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive
User avatar
Ktim07
User
User
Posts: 21
Joined: Wed Jun 28, 2023 7:55 pm

Re: RAD EventDesigner V3 (All OS)

Post by Ktim07 »

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
Serious souls !!!
User avatar
mk-soft
Always Here
Always Here
Posts: 5333
Joined: Fri May 12, 2006 6:51 pm
Location: Germany

Re: RAD EventDesigner V3 (All OS)

Post by mk-soft »

I have not yet created a video.

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.
My Projects ThreadToGUI / OOP-BaseClass / EventDesigner V3
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive
User avatar
Ktim07
User
User
Posts: 21
Joined: Wed Jun 28, 2023 7:55 pm

Re: RAD EventDesigner V3 (All OS)

Post by Ktim07 »

mk-soft wrote: Thu Jun 29, 2023 9:14 am 1. In the Purebasic IDE settings Part Form
- Disable #PB_Any
- Disable generate event procedure
Thanks Alot
Serious souls !!!
Post Reply