forever Posted February 18, 2005 Author Posted February 18, 2005 use the attached files I think you will understand<{POST_SNAPBACK}>U used $WS_EX_LAYERED .. thats my problem i can't use it. I need demo-bg.jpg as the background and not the objects behind the window as background..you understand?
jpm Posted February 18, 2005 Posted February 18, 2005 U used $WS_EX_LAYERED .. thats my problem i can't use it. I need demo-bg.jpg as the background and not the objects behind the window as background..you understand? <{POST_SNAPBACK}>So You understand. WS_EX_LAYERED is mandatory for transparency.Currently you cannot have a transparent pic on top of another Pic control.I hope one day to find a solution for this situation.
forever Posted February 18, 2005 Author Posted February 18, 2005 That's bad... I think this is needed (transparency for a pic ontop another pic)..it could be used in so many situations... :| So ..i'll try toput a "background"window behind the main window.. a very bad workaorund but theonly one i have i think
therks Posted February 18, 2005 Posted February 18, 2005 (edited) Like I said. Better .gif transparency support. Or even if we could have something like $ACS_TRANSPARENT (Avi style) for images.Edit: Sorry, $ACS_TRANSPARENT only shows the background color of the GUI, not any images behind it. My mistake.He (we?) want AutoIt to support .gif's the way that browsers do.AutoIt:GuiCreate('AutoIt Window', 256, 223) GuiCtrlCreatePic('nw_backdrop.gif', 0, 0, 256, 223, 0) GuiCtrlCreatePic('kamaitachi.gif', 120, 120, 44, 80) GuiSetState() Do Until GUIGetMsg() = -3HTML:<title>IE Window</title> <img src="nw_backdrop.gif" style="position: absolute; top: 0; left: 0"> <img src="kamaitachi.gif" style="position: absolute; top: 120px; left: 120px">While we're at it, might as well ask for animated .gif support too! Edited February 18, 2005 by Saunders My AutoIt Stuff | My Github
jpm Posted February 26, 2005 Posted February 26, 2005 some good new for game maker 1.download the attached file and decompress in a folder 2.use the special autoit3-jpm.exe with the included script 3. use direction keys 4....
tuape Posted February 27, 2005 Posted February 27, 2005 some good new for game maker 1.download the attached file and decompress in a folder2.use the special autoit3-jpm.exe with the included script3. use direction keys4....<{POST_SNAPBACK}>Very nice!
therks Posted February 27, 2005 Posted February 27, 2005 Ooooh... now I really can't wait for some more betas to come out! My AutoIt Stuff | My Github
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now