Jump to content

Recommended Posts

Posted

what if i wanted to use an image and set it as the background or overlay it over my entire gui?

this would allow me to have complete control over how everything looks and i could have custom labels, buttons, fonts, etc, because its all just an image right?

and when i want to display realtime data and such, couldnt i just overlay on top of the image?

would this be hard and has it been done before?

if so i would like to see the example please.

please help

Posted

Is this the only way?

I dont have 3.2.12 and I really don't even understand that first link. Its a gui, fine. But know one can even move it so whats the point.

Can't I just remove the title bar, and set the background image of the gui to my image?

Posted

Is this the only way?

I dont have 3.2.12 and I really don't even understand that first link. Its a gui, fine. But know one can even move it so whats the point.

Can't I just remove the title bar, and set the background image of the gui to my image?

I know! Just remove the title bar, and set the background image of the GUI to your image!

Wait... Didn't you just answer your own question? muttley

If that is what you want, You will need the GUI Style $WS_POPUP, GUICtrlCreatePic, And GUICtrlSetState with the $GUI_LOCK or @SW_LOCK parameters.

Posted

I'm using XSkin by the way and right under XSkinGUICreate() I did:

$win_bkg = GUICtrlCreatePic($gui_bkg, 0, 0, 200, 470)
GUICtrlSetState(-1, $GUI_ONTOP)
GUICtrlSetState($win_bkg, $GUI_SHOW)

And it's so not working...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...