Valuater Posted July 19, 2005 Share Posted July 19, 2005 (edited) Try the example in the help file, should be two different colored blue progress bars.See if that works correctly for you.<{POST_SNAPBACK}>tried... GUICtrlCreateProgress nopper.... i noticed this too in helpGUICtrlSetColor(-1,32250); not working with Windows XP Style????8) Edited July 19, 2005 by Valuater Link to comment Share on other sites More sharing options...
GaryFrost Posted July 20, 2005 Author Share Posted July 20, 2005 If your using a Windows XP them then that's probably the problem, this is a known problem. SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference. Link to comment Share on other sites More sharing options...
Valuater Posted July 20, 2005 Share Posted July 20, 2005 If your using a Windows XP them then that's probably the problem, this is a known problem.<{POST_SNAPBACK}>I really didn't understand that you meant "Theme"The properties for my theme says "Windows Xp"the other choices are classic and on-line-browse???8) Link to comment Share on other sites More sharing options...
GaryFrost Posted July 21, 2005 Author Share Posted July 21, 2005 Try classic and run the progress bar again. see if that fixes your problem. SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference. Link to comment Share on other sites More sharing options...
Valuater Posted July 21, 2005 Share Posted July 21, 2005 Try classic and run the progress bar again. see if that fixes your problem.<{POST_SNAPBACK}>yepper.... got the colors finallythanks again8) Link to comment Share on other sites More sharing options...
GaryFrost Posted July 22, 2005 Author Share Posted July 22, 2005 Added _Progress_Delete Deletes the progress bar and updates the arrays accordingly. See 1st post for files Gary SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference. Link to comment Share on other sites More sharing options...
GaryFrost Posted July 25, 2005 Author Share Posted July 25, 2005 Fixed bug in _Progress_Delete function, and fixed % not showing in beta .64 Set 1st post for Attachments SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference. Link to comment Share on other sites More sharing options...
GaryFrost Posted August 26, 2005 Author Share Posted August 26, 2005 Should work correctly with XP Themes now thanks to Holger Set 1st post for Attachments SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference. Link to comment Share on other sites More sharing options...
JavaScript_Freek Posted August 5, 2006 Share Posted August 5, 2006 Doesn't work. I get Error in one of them and nothing for other. [center]Cookyx.com :: Simple LAN Chat[/center] Link to comment Share on other sites More sharing options...
GaryFrost Posted August 5, 2006 Author Share Posted August 5, 2006 (edited) Doesn't work. I get Error in one of them and nothing for other.I imagine you would, it hasn't been updated since 3.1.1.64, beta is now at 3.1.1.133 soon to be 3.1.1.134Edit: I ran what is on the 1st post, no errors, but It did need a few minor tweaks to make it look 100% correct again. So more than likely you ran it with the release version rather than the beta, that would give you errors.Gary Edited August 5, 2006 by gafrost SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference. Link to comment Share on other sites More sharing options...
i542 Posted August 6, 2006 Share Posted August 6, 2006 That's very good UDF! i542 I can do signature me. Link to comment Share on other sites More sharing options...
Squirrely1 Posted August 27, 2006 Share Posted August 27, 2006 I'm curious about all the instances of _ArrayDelete() in Progress.au3. Does this serve to free-up memory or what? I thought an array could be deleted this way: $myArray = "" Das Häschen benutzt Radar Link to comment Share on other sites More sharing options...
GaryFrost Posted August 27, 2006 Author Share Posted August 27, 2006 I'm curious about all the instances of _ArrayDelete() in Progress.au3. Does this serve to free-up memory or what? I thought an array could be deleted this way: $myArray = "" Without looking at the code that I had written over a year ago. _ArrayDelete Deletes the specified element from the given array, returning the adjusted array. SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference. 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