Achilles Posted July 22, 2007 Posted July 22, 2007 This is a simplified version of what I'm trying to do: #include <GUIConstants.au3> $gui = GuiCreate('Testing', @DesktopWidth, @DesktopHeight, 0, 0, $WS_POPUP, BitOr($WS_EX_TOOLWINDOW, $WS_EX_TOPMOST)) GuiSetBkColor(0) $fadeIn = 0x00080000 $fadeOut = 0x00090000 $speed = 1000 $parameters = $gui & ' ' & $fadeIn & ' ' & $speed Run(@AutoItExe & ' /AutoIt3ExecuteScript "' & @ScriptDir & '\Animation.au3' & '" ' & $parameters) Sleep(1000) $parameters = $gui & ' ' & $fadeOut & ' ' & $speed Run(@AutoItExe & ' /AutoIt3ExecuteScript "' & @ScriptDir & '\Animation.au3' & '" ' & $parameters) GuiDelete()oÝ÷ Øw«z+-ë®*m¶«-¡·jY^t â«b¢v®ßZØZ²Úz)íëçbç-¢¼¨~Ø^~*ì¶«¶íç(uæ®¶seôæÖFRb33c¶6ÖDÆæU³ÒÂb33c¶6ÖDÆæU³%ÒÂb33c¶6ÖFÆæU³5Ò ¤gVæ2ôæÖFRb33c¶wVÂb33c¶æÖFöåGRÂb33c¶æÖFöå7VVB FÆÄ6ÆÂgV÷C·W6W#3"æFÆÂgV÷C²ÂgV÷C¶çBgV÷C²ÂgV÷C´æÖFUvæF÷rgV÷C²ÂgV÷C¶væBgV÷C²Âb33c¶wVÂgV÷C¶çBgV÷C²Âb33c¶æÖFöå7VVBÂgV÷C¶ÆöærgV÷C²Âb33c¶æÖFöåGR¤VæDgVæ The answer to this problem is NOT combining both codes! Thanks for any help! My Programs[list][*]Knight Media Player[*]Multiple Desktops[*]Daily Comics[*]Journal[/list]
James Posted July 22, 2007 Posted July 22, 2007 This is on the AutoIt wrappers. There is something on there like this. I suggest checking it out. Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ
Achilles Posted July 22, 2007 Author Posted July 22, 2007 This is on the AutoIt wrappers. There is something on there like this. I suggest checking it out.Any helpful links? My Programs[list][*]Knight Media Player[*]Multiple Desktops[*]Daily Comics[*]Journal[/list]
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now