Lord_Doominik Posted December 11, 2005 Posted December 11, 2005 you have to do it like this: ;create LayerGUI $LogoGUI = GUICreate("Logo", 400, 100, (@DesktopWidth - 400) / 2, 150, $WS_POPUP, $WS_EX_LAYERED, $mainGUI) $Logo = GUICtrlCreatePic("Logo.gif", 0, 0, 400, 100) GUISetState() this works...
JSThePatriot Posted December 11, 2005 Posted December 11, 2005 (edited) erifash said: You need to make each picture frame-by-frame (each saved in .gif format) then use a program like UnFREEz to put them together in one gif sequence.Never heard of this method. I always just use a program to make an animated gif. Make each layer and it groups them for me. I use Xara Xtreme not expensive and completely worth it.Also IrfanView doesnt do a bad job with the transparancy, but it still leaves a little ring around the edge.Edit: Link FixedJS Edited December 11, 2005 by JSThePatriot AutoIt Links File-String Hash Plugin Updated! 04-02-2008 Plugins have been discontinued. I just found out. ComputerGetInfo UDF's Updated! 11-23-2006 External Links Vortex Revolutions Engineer / Inventor (Web, Desktop, and Mobile Applications, Hardware Gizmos, Consulting, and more)
AgentSmith15 Posted December 12, 2005 Posted December 12, 2005 erifash said: You need to make each picture frame-by-frame (each saved in .gif format) then use a program like UnFREEz to put them together in one gif sequence.Or if you have Photoshop CS or CS2 there is a program that comes with it called ImageReady and you can make animations with that [center][/center]
Scriptkiddi3 Posted December 12, 2005 Posted December 12, 2005 erifash said: You need to make each picture frame-by-frame (each saved in .gif format) then use a program like UnFREEz to put them together in one gif sequence.OR you could use Macromedia Flash... $$ [-"Scriptkiddie, nice to meet you!"-]
peter1234 Posted December 12, 2005 Posted December 12, 2005 (edited) jpm said: See the example 2 in GUICtrlCreatePic in 3.1.1.94.to have the transparency working you need 2 windows. I have tried to find the help file for 3.1.1.94, but can't. Where should I look?EDIT: never mind, looks like example in 3.1.1.95 is the same. Edited December 12, 2005 by peter1234
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