Adding n number of MDI child windows

Everything else that doesn't fall into one of the other PB categories.
Shopro
Enthusiast
Enthusiast
Posts: 148
Joined: Tue May 13, 2003 8:05 am

Adding n number of MDI child windows

Post 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!
walker
Enthusiast
Enthusiast
Posts: 634
Joined: Wed May 05, 2004 4:04 pm
Location: Germany

Post 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
Shopro
Enthusiast
Enthusiast
Posts: 148
Joined: Tue May 13, 2003 8:05 am

Post by Shopro »

found it!

thanks man :)

-Shopro
Post Reply