AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Gui

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
qqq



Joined: 31 May 2005
Posts: 11

PostPosted: Fri Jun 03, 2005 4:14 pm    Post subject: Gui Reply with quote

Hi all!

As at creation Gui of the interface to delete some objects not destroying all interface, and then again them to create?
For example, I have created picture
(Gui, Add, Picture, w300 h-1, C:\My Pictures\Company Logo.gif),
how to me it then during of the program it to delete?
Back to top
View user's profile Send private message
niwi



Joined: 27 Feb 2005
Posts: 128
Location: Heidelberg, Germany

PostPosted: Fri Jun 03, 2005 5:30 pm    Post subject: Re: Gui Reply with quote

Hi,

qqq wrote:
As at creation Gui of the interface to delete some objects not destroying all interface, and then again them to create?
For example, I have created picture
(Gui, Add, Picture, w300 h-1, C:\My Pictures\Company Logo.gif),
how to me it then during of the program it to delete?

I'm not sure if I understood your question: you wnat to know how you can display a picture and remove it from the window without destroying the gui?

Another question: where do you come from? Which languages do you speak?

NiWi.
Back to top
View user's profile Send private message
qqq



Joined: 31 May 2005
Posts: 11

PostPosted: Fri Jun 03, 2005 9:05 pm    Post subject: Reply with quote

Yes. When you try to make animation of several pictures, they are imposed one on another, and the system brakes
Back to top
View user's profile Send private message
MYYM



Joined: 05 Apr 2005
Posts: 132

PostPosted: Fri Jun 03, 2005 10:14 pm    Post subject: Reply with quote

qqq wrote:
When you try to make animation of several pictures, they are imposed one on another, and the system brakes


Try this example ( You'll need 3 pictures pic1.jpg, pic2.jpg,pic3.jpg )
Code:
Gui,Add, picture, Vap,Pic1.jpg
Gui, Add, Button, , &Change
Gui show, , Test
return

ButtonChange:
Guicontrol,,ap,Pic2.jpg
sleep 100
Guicontrol,,ap,Pic3.jpg
return
Back to top
View user's profile Send private message Visit poster's website
qqq



Joined: 31 May 2005
Posts: 11

PostPosted: Sat Jun 04, 2005 7:01 am    Post subject: Reply with quote

Thx
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group