Jump to content

Recommended Posts

Posted

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

Posted

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

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 :)

Posted

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)
Posted (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 by Siao

"be smart, drink your wine"

Posted

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

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...