Page 2 of 2

Re: RAD EventDesigner V3 (All OS)

Posted: Tue Sep 10, 2019 9:18 pm
by mk-soft
Thats right 8)

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

:wink:

Re: RAD EventDesigner V3 (All OS)

Posted: Thu Sep 12, 2019 6:38 pm
by mk-soft
Update v3.12
- Bugfix MacOS CocoaMessage and Threads
- Optimize read forms

:wink:

Re: RAD EventDesigner V3 (All OS)

Posted: Sat Sep 14, 2019 8:37 pm
by mk-soft
Update v3.12r2
- Some Bugfix
- Code optimize

Re: RAD EventDesigner V3 (All OS)

Posted: Sun Sep 15, 2019 4:07 pm
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:

Re: RAD EventDesigner V3 (All OS)

Posted: Fri Oct 04, 2019 4:12 pm
by mk-soft
Update v3.13.1
- Bugfix PopupMenus

Re: RAD EventDesigner V3 (All OS)

Posted: Thu Oct 31, 2019 2:19 pm
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.

Re: RAD EventDesigner V3 (All OS)

Posted: Sun Aug 30, 2020 9:24 am
by mk-soft
Update v3.15.1
- Bugfix build GuiCommonFile.pb
- Update build GuiEventMainFile.pb
- Added Main Up/Down selected form file

:wink:

Re: RAD EventDesigner V3 (All OS)

Posted: Fri Dec 04, 2020 3:50 pm
by mk-soft
Update v3.15.2
- Update build GuiEventMainFile.pb

Re: RAD EventDesigner V3 (All OS)

Posted: Tue Sep 21, 2021 12:35 pm
by mk-soft
Update v3.15.4
- clear code

Cloud: OneDrive Public -> projects

Re: RAD EventDesigner V3 (All OS)

Posted: Wed Jun 28, 2023 8:01 pm
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

Re: RAD EventDesigner V3 (All OS)

Posted: Wed Jun 28, 2023 11:05 pm
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

Re: RAD EventDesigner V3 (All OS)

Posted: Wed Jun 28, 2023 11:50 pm
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

Re: RAD EventDesigner V3 (All OS)

Posted: Thu Jun 29, 2023 9:14 am
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.

Re: RAD EventDesigner V3 (All OS)

Posted: Thu Jun 29, 2023 10:52 am
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

Re: RAD EventDesigner V3 (All OS)

Posted: Mon Apr 08, 2024 10:22 am
by mk-soft
Update v3.15.7
- Added WebViewGadget
- Added SysTray

;)