PanelGadget: Dialog Class instead of Static

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
PolyVector
Enthusiast
Enthusiast
Posts: 499
Joined: Wed Sep 17, 2003 9:17 pm
Location: Southern California
Contact:

PanelGadget: Dialog Class instead of Static

Post by PolyVector »

I've noticed (using Spy++) that each tab on a panel gadget has a 'Static' window to group all gadgets together.... Now, I think the usual way to do this is to use Dialog windows (Class: "#32770").
I know it doesn't really matter in most cases, but It causes problems with some skin engines...

Also, it seems strange that PanelGadgets need to be on top of their own static window...

Edit: Same goes for the container gadget :D
Last edited by PolyVector on Mon May 24, 2004 9:53 pm, 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 »

This might because of the easy to use transparancy statics offers.
PolyVector
Enthusiast
Enthusiast
Posts: 499
Joined: Wed Sep 17, 2003 9:17 pm
Location: Southern California
Contact:

Post by PolyVector »

Maybe you're right

I just spent a couple hours setting up a tab control manually with Dialog windows instead... and there's still problems with the skin engine... how odd... oh well! :)

scratch this request then! :roll:
Post Reply