MDI Forms

Just starting out? Need help? Post your questions and find answers here.
Karbon
PureBasic Expert
PureBasic Expert
Posts: 2010
Joined: Mon Jun 02, 2003 1:42 am
Location: Ashland, KY
Contact:

MDI Forms

Post by Karbon »

I know it's been brought up before as I've read some of the previous posts but I'd like some new(er) input..

apparently PB doesn't really support MDI forms out of the box but it seems there are other external libraries for such a thing.. http://www.hellobasic.com/pbsgplib.htm that's one that I've found but I'm unsure about it's use really.

Can anyone make any suggestions about doing (or not doing) an MDI app in PB?

Yes, I know VB does MDI apps pretty easily but I'd rather avoid VB if at all possible.

Thanks!
-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 »

You may always discuss features of my code and/or products.

If you ever would be interested i can prepare an example for PureBasic.

Saves you the trouble of managing forms and childforms.
But you can always use plain API to do the same of course.

Edwin,
:)
Karbon
PureBasic Expert
PureBasic Expert
Posts: 2010
Joined: Mon Jun 02, 2003 1:42 am
Location: Ashland, KY
Contact:

Post by Karbon »

Hey Edwin, I'd love to see a quick example of how your libs make it easier to work with an MDI app.. If it does I'll have no problem forking over the $30ish!

Thanks!
-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 »

It's $39 actually 8)

Soon there will be a bonus part to this lib, a complete printpreview.
There is a beta with it available, see my forum..

I'll see about the MDI thing ok?
Edwin Knoppert
Addict
Addict
Posts: 1073
Joined: Fri Apr 25, 2003 11:13 pm
Location: Netherlands
Contact:

Post by Edwin Knoppert »

What is KY for country? :)
Fred
Administrator
Administrator
Posts: 18351
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Post by Fred »

The forum search is your friend:

viewtopic.php?p=12539#12539
User avatar
fsw
Addict
Addict
Posts: 1603
Joined: Tue Apr 29, 2003 9:18 pm
Location: North by Northwest

Post by fsw »

Fred wrote:The forum search is your friend:

viewtopic.php?p=12539#12539
Fred, maybe you and El_Choni could take the code, tweak it here and there, make a library out of it and than sell it for $38 :wink:

After that you can spend a nice weekend at the french coast with El_Choni on your side, and drink a nice beer 8)
El_Choni
TailBite Expert
TailBite Expert
Posts: 1007
Joined: Fri Apr 25, 2003 6:09 pm
Location: Spain

Post by El_Choni »

Fred, maybe you and El_Choni could take the code, tweak it here and there, make a library out of it and than sell it for $38
I think Fred has other priorities (or I hope so ;) As for me, I've been coding such a lib for six months (yes, very discontinued, I also had other priorities). But I don't have the guts to sell my buggy code, so I'll send it to Paul as usual when it's done.

And, about the coast, we have a nice one here, too. You choose, Fred XD (BTW, I'll visit Bretagne this summer).
El_Choni
User avatar
fsw
Addict
Addict
Posts: 1603
Joined: Tue Apr 29, 2003 9:18 pm
Location: North by Northwest

Post by fsw »

El_Choni wrote:And, about the coast, we have a nice one here, too.
I know, I know...
Was in the late 80ties in Spain, Miami Playa I think was the name of the village, and I liked it alot
:wink:
ricardo
Addict
Addict
Posts: 2438
Joined: Fri Apr 25, 2003 7:06 pm
Location: Argentina

Post by ricardo »

El_Choni wrote:And, about the coast, we have a nice one here, too.
Maybe we can organize some Pure Basic Coders Annual Convention!!

One year in France, other year Spain, other one Hawaii... :D
ARGENTINA WORLD CHAMPION
Karbon
PureBasic Expert
PureBasic Expert
Posts: 2010
Joined: Mon Jun 02, 2003 1:42 am
Location: Ashland, KY
Contact:

KY is for...

Post by Karbon »

KY is for Kentucky, in the US :-)

Edwin: Thanks! I'll check out
-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