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 

FileInstall - Msgbox , Could not extract file:

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Bug Reports
View previous topic :: View next topic  
Author Message
ladiko



Joined: 14 Jul 2006
Posts: 168
Location: Berlin

PostPosted: Sat Apr 05, 2008 12:06 pm    Post subject: FileInstall - Msgbox , Could not extract file: Reply with quote

At first i have my hello_world.ahk:
Code:
Msgbox , hello world :-)
return


and at second there is my file_inst_test.ahk:
Code:
FileInstall, hello_world.exe , %A_ScriptDir%\hello_world.exe , 1
If(errorLevel)
   Msgbox , 16 , %A_ScriptName% - this is my error message , could not extract hello_world.exe
return


now i compiled both and run the hello_world.exe. i dont klick the OK-button, so the file is in access and couldnt be replaced by FileInstall --> My error message (with the error icon and my choosen text) should appear?!?!?!

but what happens:

and then, when i click on OK:


and this is a big problem if you have a gui that it +Alwaysontop cause the automatic error message apears under your gui. if you could create your own msgbox, you can make it appear on top of your gui.

so please chris, remove the default messagebox. i have errorlevel and can handle it myself Smile

thank you for your patience!
Back to top
View user's profile Send private message
tic



Joined: 22 Apr 2007
Posts: 1272

PostPosted: Tue Apr 08, 2008 7:14 pm    Post subject: Reply with quote

Code:
Gui, +OwnDialogs
Back to top
View user's profile Send private message
ladiko



Joined: 14 Jul 2006
Posts: 168
Location: Berlin

PostPosted: Wed Apr 09, 2008 12:42 am    Post subject: Reply with quote

good idea ,tic! i dont thought about that! could be a solution until the default message is removed.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Bug Reports 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