Jester009 Posted September 9, 2007 Posted September 9, 2007 Hi, I want to embed an image in my GUI. The image is in a webpage. I searched for a method to directly embed the image but found none. So i used 'InetGet' to download the it first and then 'GUICtrlCreatePic' to embed. It takes few seconds for the image to be visible. What I want is to display the text 'LOADING' (may be blinking) in the area where the image is going to appear. Any method to achieve this?? Thanks Jester009
ConeXXion Posted September 9, 2007 Posted September 9, 2007 Hi,I want to embed an image in my GUI. The image is in a webpage. I searched for a method to directly embed the image but found none. So i used 'InetGet' to download the it first and then 'GUICtrlCreatePic' to embed.It takes few seconds for the image to be visible. What I want is to display the text 'LOADING' (may be blinking) in the area where the image is going to appear. Any method to achieve this??ThanksJester009hey i am in a kind of problem like that... i need to embed a pic in my GUI but not from internet... just from my pc...... i need help too
Jester009 Posted September 9, 2007 Author Posted September 9, 2007 hey i am in a kind of problem like that... i need to embed a pic in my GUI but not from internet... just from my pc...... i need help too For you something like this may help, i guess... $pic = GUICtrlCreatePic("path for the pic", 10, 10, 200, 70)
Siao Posted September 9, 2007 Posted September 9, 2007 (edited) What I want is to display the text 'LOADING' (may be blinking) in the area where the image is going to appear. Any method to achieve this??GUICtrlCreateLabel, then GUICtrlSetData as necessary, maybe GUICtrlSetState too (to disable/hide when not needed). Edited September 9, 2007 by Siao "be smart, drink your wine"
Xand3r Posted September 9, 2007 Posted September 9, 2007 try to use _IECreateEmbedded (search the helpfile) Only two things are infinite, the universe and human stupidity, and i'm not sure about the former -Alber EinsteinPractice makes perfect! but nobody's perfect so why practice at all?http://forum.ambrozie.ro
eltorro Posted September 12, 2007 Posted September 12, 2007 You find an example of what your looking for here. Regards, [indent]ElTorro[/indent][font="Book"] Decide, Commit, Achieve[/font]_ConfigIO.au3Language Translation --uses Google(tm) MsgBox Move XML wrapper UDF XML2TreeView Zip functionality Split your GUI Save Print ScreenZipPluginEdit In Place listviewSome of my scripts on Google code
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