Acanis Posted October 6, 2013 Share Posted October 6, 2013 Hmmm, true... Sorry ... Dunno what happend yesterday! Link to comment Share on other sites More sharing options...
Yashied Posted December 10, 2013 Author Share Posted December 10, 2013 Links updated.P.S.If you can't download my programs in other posts please change address:http://yashied.narod2.ru/tohttp://yashied.ru/ My UDFs: iKey | FTP Uploader | Battery Checker | Boot Manager | Font Viewer | UDF Keyword Manager | Run Dialog Replacement | USBProtect | 3D Axis | Calculator | Sleep | iSwitcher | TM | NetHelper | File Types Manager | Control Viewer | SynFolders | DLL Helper Animated Tray Icons UDF Library | Hotkeys UDF Library | Hotkeys Input Control UDF Library | Caret Shape UDF Library | Context Help UDF Library | Most Recently Used List UDF Library | Icons UDF Library | FTP UDF Library | Script Communications UDF Library | Color Chooser UDF Library | Color Picker Control UDF Library | IPHelper (Vista/7) UDF Library | WinAPI Extended UDF Library | WinAPIVhd UDF Library | Icon Chooser UDF Library | Copy UDF Library | Restart UDF Library | Event Log UDF Library | NotifyBox UDF Library | Pop-up Windows UDF Library | TVExplorer UDF Library | GuiHotKey UDF Library | GuiSysLink UDF Library | Package UDF Library | Skin UDF Library | AITray UDF Library | RDC UDF Library Appropriate path | Button text color | Gaussian random numbers | Header's styles (Vista/7) | ICON resource enumeration | Menu & INI | Tabbed string size | Tab's skin | Pop-up circular menu | Progress Bar without animation (Vista/7) | Registry export | Registry path jumping | Unique hardware ID | Windows alignment More... Link to comment Share on other sites More sharing options...
Valnurat Posted January 26, 2016 Share Posted January 26, 2016 Does this still work? Yours sincerely Kenneth. Link to comment Share on other sites More sharing options...
Gianni Posted January 26, 2016 Share Posted January 26, 2016 (edited) It works here, (win7 x64, AutoIt v 3.3.14.2) Just change line 187 of animate.au3 from $Size = DllCall($ghGDIPDll, 'uint', 'GdipGetImageDimension', 'ptr', $hImage, 'float*', 0, 'float*', 0) to $Size = DllCall($__g_hGDIPDll, 'uint', 'GdipGetImageDimension', 'ptr', $hImage, 'float*', 0, 'float*', 0) variable $ghGDIPDll becomes $__g_hGDIPDll Edited January 26, 2016 by Chimp Leo1906 1 Chimp small minds discuss people average minds discuss events great minds discuss ideas.... and use AutoIt.... Link to comment Share on other sites More sharing options...
Leo1906 Posted July 25, 2016 Share Posted July 25, 2016 This is a very cool feature! Thanks a lot for this I don't really understand how it can be animated while the script runs, but it seems that this job is outsourced to a dll? I noticed something that bothers me a bit .. I use the animation while my script executes another exe with RunWait. The whole time the animation is running smoothly. BUt after this my script starts to do some real work and the CPU-Usage gets higher (Autoit only use one core and this core is then at 100%). While the one core is at 100% the animation runs really really slow ... (I don't change the animation speed) Is there a way to get the animation to have always the same speed. Even when the one core is at 100% usage ..? As I said I don't understand how it's beeing animated while running something else .. Is it possible to set the animation to another core than the one the Script is running on? Tanks for your help Link to comment Share on other sites More sharing options...
JTK Posted January 20, 2017 Share Posted January 20, 2017 Hey Yashied This is so cool. Thanks! Awesome Link to comment Share on other sites More sharing options...
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