Page 1 of 1

Adding n number of MDI child windows

Posted: Mon Aug 16, 2004 10:24 am
by Shopro
Hi,

I need some help with the MDIGadget().

If you would want to let the user "Add" an n number of MDI child windows, with an n number of ExplorerListGadget()s, how should it be done? Since all gadget numbers are constants, I can't figure out how you could let the user do this.

Any advice :(?

Thanks!

Posted: Mon Aug 16, 2004 7:04 pm
by walker
Hi,

please take a look at the PB-Example "MDI Image Viewer" located in the Examples-Folder....
It's done with #PB_Any and a linked list 8)

cu

Posted: Tue Aug 17, 2004 4:46 pm
by Shopro
found it!

thanks man :)

-Shopro