forever 0 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? Share this post Link to post Share on other sites
jpm 104 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. Share this post Link to post Share on other sites
forever 0 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 Share this post Link to post Share on other sites
therks 33 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 Share this post Link to post Share on other sites
jpm 104 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.... Share this post Link to post Share on other sites
tuape 0 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! Share this post Link to post Share on other sites
therks 33 Posted February 27, 2005 Ooooh... now I really can't wait for some more betas to come out! My AutoIt Stuff | My Github Share this post Link to post Share on other sites