DavidW Posted December 22, 2016 Share Posted December 22, 2016 Hi all, Is there a possibility where i run more progress bars at once? i already figured out how to do them on exact coordinates, I just need a point in the right direction to run more progressbars at once. What im trying to do is create a progressbar that will be stuck at 100% for example and then create a new progress bar on a other location (based on my coordinates already know how that will be stuck at 100% aswell and create a new progessbar etc and so on. So that in the end i have like 4-5 progressbars running at 100% on different coordinates Link to comment Share on other sites More sharing options...
BrewManNH Posted December 22, 2016 Share Posted December 22, 2016 Yes, it's possible use GUICtrlCreateProgress on your GUI. If I posted any code, assume that code was written using the latest release version unless stated otherwise. Also, if it doesn't work on XP I can't help with that because I don't have access to XP, and I'm not going to.Give a programmer the correct code and he can do his work for a day. Teach a programmer to debug and he can do his work for a lifetime - by Chirag GudeHow to ask questions the smart way! I hereby grant any person the right to use any code I post, that I am the original author of, on the autoitscript.com forums, unless I've specifically stated otherwise in the code or the thread post. If you do use my code all I ask, as a courtesy, is to make note of where you got it from. Back up and restore Windows user files _Array.au3 - Modified array functions that include support for 2D arrays. - ColorChooser - An add-on for SciTE that pops up a color dialog so you can select and paste a color code into a script. - Customizable Splashscreen GUI w/Progress Bar - Create a custom "splash screen" GUI with a progress bar and custom label. - _FileGetProperty - Retrieve the properties of a file - SciTE Toolbar - A toolbar demo for use with the SciTE editor - GUIRegisterMsg demo - Demo script to show how to use the Windows messages to interact with controls and your GUI. - Latin Square password generator Link to comment Share on other sites More sharing options...
Moderators JLogan3o13 Posted December 22, 2016 Moderators Share Posted December 22, 2016 (edited) You would need to create separate GUIs with GuiCtrlCreateProgess Edit: Too slow Edited December 22, 2016 by JLogan3o13 "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum! Link to comment Share on other sites More sharing options...
DavidW Posted December 22, 2016 Author Share Posted December 22, 2016 ok thanks, so something like this? right Link to comment Share on other sites More sharing options...
Moderators JLogan3o13 Posted December 22, 2016 Moderators Share Posted December 22, 2016 You could; I am hoping that is just for examples. Why on earth would you want that many? "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum! Link to comment Share on other sites More sharing options...
BrewManNH Posted December 22, 2016 Share Posted December 22, 2016 If that's what you're trying to accomplish, then yes. If it's not the explain why. Also, lose the annoying sound effects in your video. Thank G-d I wasn't at work when I played that video. If I posted any code, assume that code was written using the latest release version unless stated otherwise. Also, if it doesn't work on XP I can't help with that because I don't have access to XP, and I'm not going to.Give a programmer the correct code and he can do his work for a day. Teach a programmer to debug and he can do his work for a lifetime - by Chirag GudeHow to ask questions the smart way! I hereby grant any person the right to use any code I post, that I am the original author of, on the autoitscript.com forums, unless I've specifically stated otherwise in the code or the thread post. If you do use my code all I ask, as a courtesy, is to make note of where you got it from. Back up and restore Windows user files _Array.au3 - Modified array functions that include support for 2D arrays. - ColorChooser - An add-on for SciTE that pops up a color dialog so you can select and paste a color code into a script. - Customizable Splashscreen GUI w/Progress Bar - Create a custom "splash screen" GUI with a progress bar and custom label. - _FileGetProperty - Retrieve the properties of a file - SciTE Toolbar - A toolbar demo for use with the SciTE editor - GUIRegisterMsg demo - Demo script to show how to use the Windows messages to interact with controls and your GUI. - Latin Square password generator Link to comment Share on other sites More sharing options...
Moderators JLogan3o13 Posted December 22, 2016 Moderators Share Posted December 22, 2016 That video is from 2009, and made by someone else. My question stands: why would you want that many? "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum! Link to comment Share on other sites More sharing options...
DavidW Posted December 22, 2016 Author Share Posted December 22, 2016 1 minute ago, JLogan3o13 said: That video is from 2009, and made by someone else. My question stands: why would you want that many? just to troll some friends ;P Link to comment Share on other sites More sharing options...
Moderators JLogan3o13 Posted December 22, 2016 Moderators Share Posted December 22, 2016 (edited) Precisely what I thought. Please read through our forum rules, especially the part about "joke/spoof" scripts, and you'll see why this thread is locked (mainly because using a language as powerful as AutoIt to "troll friends" is amazingly childish and stupid). Hope to see you with a legitimate post in the future. Edited December 22, 2016 by JLogan3o13 BrewManNH 1 "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum! Link to comment Share on other sites More sharing options...
Recommended Posts