Posted: Mon Nov 19, 2001 1:41 am
Restored from previous forum. Originally posted by wavemaker.
Hi,
I don't think this is now possible with PureBasic: create an MDI client window, and MDI childs. Of course, you can do it using the API, but:
* Then you can't benefit from PB gadget functions, etc.
* You must code fifty lines more than it would be needed if you just had to write:
OpenWindow(whatever, #MDI,... )
or:
OpenMDIWindow(blah, blah... )
What about it, Fred?
Regards,
Juan Calderón Alonso
Registered user
Hi,
I don't think this is now possible with PureBasic: create an MDI client window, and MDI childs. Of course, you can do it using the API, but:
* Then you can't benefit from PB gadget functions, etc.
* You must code fifty lines more than it would be needed if you just had to write:
OpenWindow(whatever, #MDI,... )
or:
OpenMDIWindow(blah, blah... )
What about it, Fred?
Regards,
Juan Calderón Alonso
Registered user