New to PB - questions to clear confusion
Posted: Sun Feb 14, 2021 3:47 am
Good evening.
I'm considering switching over to PB for my business related projects. I'm experienced in VB.net as well as PHP, Python, and, years ago, C. I've dabbled in several other tools and languages but get tired of the needless complexity (and bloat) that seems to be inherent in most development environments plus I'm not a fan of OOP although I can do it. I've spent some time playing around with PB today and developed some questions that I have not found good answers.
1. Is there a particular program flow recommended? Something like how in VB you - Form -> Events-> Code?
2. When using the GUI form designer, how do you name the reference to the form in the properties (object) window? I was able to change the reference by editing the form code but it seems like this could be done in the GUI designer.
3. I created an initial form with a button and a text gadget. When I test it, the button is not visible although the form is. Is this because there are no events generated for the form?
Honestly I find the structure and code on the back quite simple from a code standpoint but the Form Designer/GUI has me a bit confused. Thanks in advance.
I'm considering switching over to PB for my business related projects. I'm experienced in VB.net as well as PHP, Python, and, years ago, C. I've dabbled in several other tools and languages but get tired of the needless complexity (and bloat) that seems to be inherent in most development environments plus I'm not a fan of OOP although I can do it. I've spent some time playing around with PB today and developed some questions that I have not found good answers.
1. Is there a particular program flow recommended? Something like how in VB you - Form -> Events-> Code?
2. When using the GUI form designer, how do you name the reference to the form in the properties (object) window? I was able to change the reference by editing the form code but it seems like this could be done in the GUI designer.
3. I created an initial form with a button and a text gadget. When I test it, the button is not visible although the form is. Is this because there are no events generated for the form?
Honestly I find the structure and code on the back quite simple from a code standpoint but the Form Designer/GUI has me a bit confused. Thanks in advance.