PBDev - Editor

Developed or developing a new product in PureBasic? Tell the world about it.
Edwin Knoppert
Addict
Addict
Posts: 1073
Joined: Fri Apr 25, 2003 11:13 pm
Location: Netherlands
Contact:

PBDev - Editor

Post by Edwin Knoppert »

(obsolete)
Last edited by Edwin Knoppert on Thu Jun 23, 2005 11:30 am, edited 1 time in total.
Karbon
PureBasic Expert
PureBasic Expert
Posts: 2010
Joined: Mon Jun 02, 2003 1:42 am
Location: Ashland, KY
Contact:

Post 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!
-Mitchell
Check out kBilling for all your billing software needs!
http://www.k-billing.com
Code Signing / Authenticode Certificates (Get rid of those Unknown Publisher warnings!)
http://codesigning.ksoftware.net
Edwin Knoppert
Addict
Addict
Posts: 1073
Joined: Fri Apr 25, 2003 11:13 pm
Location: Netherlands
Contact:

Post by Edwin Knoppert »

(obsolete)
Last edited by Edwin Knoppert on Thu Jun 23, 2005 11:31 am, edited 1 time in total.
Edwin Knoppert
Addict
Addict
Posts: 1073
Joined: Fri Apr 25, 2003 11:13 pm
Location: Netherlands
Contact:

Post by Edwin Knoppert »

(obsolete)
Last edited by Edwin Knoppert on Thu Jun 23, 2005 11:31 am, edited 1 time in total.
Karbon
PureBasic Expert
PureBasic Expert
Posts: 2010
Joined: Mon Jun 02, 2003 1:42 am
Location: Ashland, KY
Contact:

Post 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?
-Mitchell
Check out kBilling for all your billing software needs!
http://www.k-billing.com
Code Signing / Authenticode Certificates (Get rid of those Unknown Publisher warnings!)
http://codesigning.ksoftware.net
Edwin Knoppert
Addict
Addict
Posts: 1073
Joined: Fri Apr 25, 2003 11:13 pm
Location: Netherlands
Contact:

Post by Edwin Knoppert »

(obsolete)
Last edited by Edwin Knoppert on Thu Jun 23, 2005 11:31 am, edited 1 time in total.
Karbon
PureBasic Expert
PureBasic Expert
Posts: 2010
Joined: Mon Jun 02, 2003 1:42 am
Location: Ashland, KY
Contact:

Post 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.
-Mitchell
Check out kBilling for all your billing software needs!
http://www.k-billing.com
Code Signing / Authenticode Certificates (Get rid of those Unknown Publisher warnings!)
http://codesigning.ksoftware.net
Post Reply