Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 04/15/2013 in all areas

  1. Hi Autoit Folks, i created a software install and update utility, using Autoit called 'USSU Unlimited' What can USSU Unlimited do? USSU Unlimited will scan your computer for installed software, checks the installed versions to the supported versions within the local/online catalog. it will then highlight the status according to: update needed, up-to-date, new version found or not installed. the user is fully in control. Part from main version checker gui: Tray mode: Different menu options: Main installer GUI: Please feel free to check it out at http://www.ussu.eu If anyone is interested on helping within the development please feel free to contact me!..for the source code. attached you will find the English language template, feel free to make a translation Current translations are: English 2.0.5.0 Dutch 2.0.5.0 French 2.0.5.0 German 2.0.5.0 Italian (2.0.5.5) Preferred are Spanish and Swedish Release Log: Latest: 2.0.5.6 [bug fixes and Enhancements] - Fixed Flash player IE detection within windows 8(x64), note that updates in windows 8 for flash player IE are done by Windows updates. - Fixed 7zip 64bit detection. - Fixed Winrar 5.x detection - Upgraded the windows key finder for windows 8 support. - Upgraded the windows key finder for office 2013 support version 2.0.5.5 [Enhancements and changes] - Added Italian and Turkish program translations. - Added the 'Run on system start-up' feature. This feature will start USSU Unlimited in the background during system start-up. - When USSU is started on system start-up it will notify the user with a 'click-able balloon' item to install all new updates at once. A default refresh interval of 2 hours is set for this balloon item(this will be editable in the next version, it will also disable java, flash etc update pop-ups). - Improved the silent installations for the supported applications. - Added a new in-program update feature for future use, to update USSU unlimited components. Regards, Flappert87 language-english.au3
    1 point
  2. Go to http://www.facebook.com Log in Post status update WIN!!!
    1 point
  3. @Danger111 If the replies to this topic has frustrated you, try testing this example for an extended length of time when your a little tired. It should cure you. ; The chance of the AdlibRegister's function returning ; to the loop after any of the If statements to execute ; the following command line is possible, but unlikely. Global $Flag = 1 HotKeySet("E", "_Exit") AdlibRegister("_Break", 6000) _start() Func _Start() While 1 $Flag = 1 MouseMove(0, 0, 10) If $Flag = 0 Then ContinueLoop Sleep(1000) If $Flag = 0 Then ContinueLoop MouseMove(587, 377, 10) If $Flag = 0 Then ContinueLoop MsgBox(0, "Box1", "Box1", 1) If $Flag = 0 Then ContinueLoop MsgBox(0, "Box2", "Box2", 1) If $Flag = 0 Then ContinueLoop MsgBox(0, "Box3", "Box3", 1) WEnd EndFunc ;==>_Start Func _Break() MouseMove(20, 350) MsgBox(0, "Box4", "Box4") $Flag = 0 EndFunc ;==>_Break Func _Exit() Exit 0 EndFunc ;==>_Exit
    1 point
  4. Did you install the full SciTE Editor with all tools?
    1 point
  5. No,I don't think so. Have you seen that the gif is shortly visible without background before it gets transparent? Setting left position is a cosmetic decision, I build the GUI outside of the visible boundaries of the monitor and the next Winmove will re-position the GUI (with the transparent gif this time) to the correct place, which is not '-1,-1' anyway, so it doesn't matter. GreenCan
    1 point
  6. The idea is that example script are posted into the . mmmmm Examples forum Moved
    1 point
  7. So it's only for Vista+ Btw, when exits after Vista message, there is syntax error (undeclared $hTheme).
    1 point
×
×
  • Create New...