Jump to content

Sky Slate Blueberry Blackcurrant Watermelon Strawberry Orange Banana Apple Emerald Chocolate

Indeterminate Progress Bar?


  • Please log in to reply
5 replies to this topic
Redcore
  • Guests
  • Last active:
  • Joined: --
Hi guys, its me again. Your impatient anonymous user.

Im just wondering if it is possible to display an Indeterminate Progress Bar in a GUI.

Reply ASAP Please. Thanks in advance.

MasterFocus
  • Moderators
  • 4323 posts
  • Last active: Jan 28 2016 01:38 AM
  • Joined: 08 Apr 2009
What do you mean by "indeterminate"?
Related: <!-- m -->http://www.autohotke... ... m#Progress<!-- m -->

-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Antonio França -- git.io -- github.com -- ahk4.net -- sites.google.com -- ahkscript.org

Member of the AHK community since 08/Apr/2009. Moderator since mid-2012.


Redcore
  • Guests
  • Last active:
  • Joined: --
What? You don't know whats a "Indeterminate Progress Bar" ?

This is an Indeterminate Progress Bar on Vista/7 :
Posted Image
And On XP/Classic:
Posted Image

This is the normal progress bar:
Posted Image

I want to know how to achieve displaying an Indeterminate Progress Bar in an AHK Gui.

Learning one
  • Members
  • 1483 posts
  • Last active: Jan 02 2016 02:30 PM
  • Joined: 04 Apr 2009
Gui, Add, Progress, vlvl  -Smooth 0x8 w250 h18 ; PBS_MARQUEE = 0x8

Gui, Show, , Please wait...

SetTimer, Push, 45

Return



Push:

GuiControl, , lvl, 1

Return



GuiClose:

ExitApp
http://www.autohotkey.com/forum/viewtopic.php?t=13469

Redcore
  • Guests
  • Last active:
  • Joined: --
OMG Thank you very much Learning one! It worked perfectly.

MasterFocus
  • Moderators
  • 4323 posts
  • Last active: Jan 28 2016 01:38 AM
  • Joined: 08 Apr 2009
Oh, ok, seems pretty obvious but I really didn't know what is was called.
Good to know. :)

-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Antonio França -- git.io -- github.com -- ahk4.net -- sites.google.com -- ahkscript.org

Member of the AHK community since 08/Apr/2009. Moderator since mid-2012.