Page 1 of 1

PBDev - Editor

Posted: Fri Nov 12, 2004 8:45 pm
by Edwin Knoppert
(obsolete)

Posted: Fri Nov 12, 2004 9:19 pm
by Karbon
I decided to give PBDev a try but ran into a wall right off. I've looked over the documentation as best I can but didn't see anything on this.

I added a panel gadget (which you are calling a tab control). How do you add more tabs? How do you add gadgets (controls) to the tabs once you have them?

PBDev is certainly an interesting approach to PB!

Posted: Fri Nov 12, 2004 11:18 pm
by Edwin Knoppert
(obsolete)

Posted: Fri Nov 12, 2004 11:21 pm
by Edwin Knoppert
(obsolete)

Posted: Sat Nov 13, 2004 3:30 am
by Karbon
Apart from making whole forms to go on the tabs (which kind of defeats the purpose of a panel/tab gadget), there isn't any way to add more tabs and gadgets on those tabs?

Posted: Sat Nov 13, 2004 11:11 am
by Edwin Knoppert
(obsolete)

Posted: Sun Nov 14, 2004 1:07 am
by Karbon
Edwin Knoppert wrote:Have you followed the link above?
The forms way is just another method to rapidly do this.
I'm trying to explain that PBDev is transparent and you can still access controls with code.
Yes, I did follow the links and I do realize that I can still add tabs by calling AddGadgetItem(). If I can only add tabs in code then can I only add gadgets to those tabs in code?
So.. Adding and removing items using plain code can still be done.
The forms are 'misused' but inserted as ordinary statements just like when you polulate a tab control yourself.
Misused? I'm not sure I follow.