Form Design Question
Posted: Mon Sep 20, 2021 11:24 pm
Hi, I hope someone can point me in the right direction.
I'm seriously considering purchasing PureBasic, but need to know what to expect and the best ways to take advantage of it before I do.
I come from a VB 6 and Delphi Background, though it's been many years since I programmed in anything.
I normally like to layout my forms, setup event handlers using the GUI and then add my specific code after the basic layout is complete. In VB and Delphi, you could easily do this. Everything I see for PureBasic in terms creating forms, controls, etc. seems to be code based. Is there anything that focuses on using the GUI as much as possible including adding event handlers ready for the code to be added?
For example, in VB I could click on an object, say a button, and then the event handler opened up letting my input my code. Then if I wanted the button to do something like updating the caption on another object, I could just do something like objectname.caption="New Text"
I'd really like to see a video or some great examples of doing this type of thing.
I'm seriously considering purchasing PureBasic, but need to know what to expect and the best ways to take advantage of it before I do.
I come from a VB 6 and Delphi Background, though it's been many years since I programmed in anything.
I normally like to layout my forms, setup event handlers using the GUI and then add my specific code after the basic layout is complete. In VB and Delphi, you could easily do this. Everything I see for PureBasic in terms creating forms, controls, etc. seems to be code based. Is there anything that focuses on using the GUI as much as possible including adding event handlers ready for the code to be added?
For example, in VB I could click on an object, say a button, and then the event handler opened up letting my input my code. Then if I wanted the button to do something like updating the caption on another object, I could just do something like objectname.caption="New Text"
I'd really like to see a video or some great examples of doing this type of thing.