 |
AutoHotkey Community Let's help each other out
|
| View previous topic :: View next topic |
| Author |
Message |
qqq
Joined: 31 May 2005 Posts: 11
|
Posted: Fri Jun 03, 2005 4:14 pm Post subject: Gui |
|
|
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 |
|
 |
niwi
Joined: 27 Feb 2005 Posts: 128 Location: Heidelberg, Germany
|
Posted: Fri Jun 03, 2005 5:30 pm Post subject: Re: Gui |
|
|
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 |
|
 |
qqq
Joined: 31 May 2005 Posts: 11
|
Posted: Fri Jun 03, 2005 9:05 pm Post subject: |
|
|
| Yes. When you try to make animation of several pictures, they are imposed one on another, and the system brakes |
|
| Back to top |
|
 |
MYYM
Joined: 05 Apr 2005 Posts: 132
|
Posted: Fri Jun 03, 2005 10:14 pm Post subject: |
|
|
| 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 |
|
 |
qqq
Joined: 31 May 2005 Posts: 11
|
Posted: Sat Jun 04, 2005 7:01 am Post subject: |
|
|
| Thx |
|
| Back to top |
|
 |
|
|
You can post new topics in this forum You can reply to topics in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|