Jump to content

Progress Bar with % in bar


GaryFrost
 Share

Recommended Posts

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 help

GUICtrlSetColor(-1,32250); not working with Windows XP Style

????

8)

Edited by Valuater

NEWHeader1.png

Link to comment
Share on other sites

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)

NEWHeader1.png

Link to comment
Share on other sites

  • 1 month later...
  • 11 months later...

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.134

Edit: 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 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

  • 3 weeks later...

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 = ""

:P

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...