Jump to content

another GUI in one gui


Dejan
 Share

Recommended Posts

i have a GUI and a button into it. now when i clicks the button it starts another gui but on closing it closes the parent gui. i searched the forum about it but no success.

my another problem is here http://www.autoitscript.com/forum/index.php?showtopic=79162 i am waiting for someone to help me there.

i am very new and sorry if these are stupid questions or are in wrong section. but i really need to know about it.

[font="Comic Sans MS"]In Barishon se dosti acchi nahin Faraz, Kaccha tera makan hai kucch to khayal Ker.[/font]
Link to comment
Share on other sites

i have a GUI and a button into it. now when i clicks the button it starts another gui but on closing it closes the parent gui. i searched the forum about it but no success.

my another problem is here http://www.autoitscript.com/forum/index.php?showtopic=79162 i am waiting for someone to help me there.

i am very new and sorry if these are stupid questions or are in wrong section. but i really need to know about it.

On the second GUI you have a 'While' loop don't you? It probably says:

Case $GUI_EVENT_CLOSE
    Exit

Change it to:

Case $GUI_EVENT_CLOSE
    GuiDelete($hGui2)
    Exitloop
Edited by Szhlopp
Link to comment
Share on other sites

On the second GUI you have a 'While' loop don't you? It probably says:

Case $GUI_EVENT_CLOSE
    Exit

Change it to:

Case $GUI_EVENT_CLOSE
    GuiDelete($hGui2)
    Exitloop
thanks dude. can you tell me how can i use a animated GIF into my gui? i tried to use GuiCtrlCreateGraphic() and GuiCtrlCreatePic() but the Gif is not moving and animating.

also i want to know how can i do it http://www.autoitscript.com/forum/index.php?showtopic=79162

thanks for the help.

[font="Comic Sans MS"]In Barishon se dosti acchi nahin Faraz, Kaccha tera makan hai kucch to khayal Ker.[/font]
Link to comment
Share on other sites

thanks dude. can you tell me how can i use a animated GIF into my gui? i tried to use GuiCtrlCreateGraphic() and GuiCtrlCreatePic() but the Gif is not moving and animating.

also i want to know how can i do it http://www.autoitscript.com/forum/index.php?showtopic=79162

thanks for the help.

Shrug on the inet? ;)

By default AutoIt doesn't support animated GIF's. Though somebody posted a UDF to play them in the 'Example Scripts' forum. Try a search=)

Link to comment
Share on other sites

  • Developers

dejan/..ran.,

- Please do not double post questions?.

- Please remove the rather large animated image from your sig.

Jos

Edited by Jos

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

  • Developers

sorry for this. i will never do it again. and i am going to remove the pic in sig now...

Thanks.

;) just wondering why you didn't ask about my posts first line... guess you understood what I meant.

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...