"waiting" type progress bar...

Just starting out? Need help? Post your questions and find answers here.
ebs
Enthusiast
Enthusiast
Posts: 561
Joined: Fri Apr 25, 2003 11:08 pm

Re: "waiting" type progress bar...

Post by ebs »

Fred wrote: Mon Apr 17, 2023 4:20 pm RASHAD hidden magic, don't try to understand it. Just accept.
If I have to... :D
User avatar
Demivec
Addict
Addict
Posts: 4281
Joined: Mon Jul 25, 2005 3:51 pm
Location: Utah, USA

Re: "waiting" type progress bar...

Post by Demivec »

ebs wrote: Mon Apr 17, 2023 4:17 pm
RASHAD wrote: Wed Apr 12, 2023 2:45 pm

Code: Select all

  SendMessage_(GadgetID(0),1034,1,0)  
PLEASE tell me what Windows message 1034 is!
I looked at all the messages that have that value and I can't see anything that relates to a progress bar.
Perhaps it is PBM_SETMARQUEE.
ebs
Enthusiast
Enthusiast
Posts: 561
Joined: Fri Apr 25, 2003 11:08 pm

Re: "waiting" type progress bar...

Post by ebs »

Demivec wrote: Mon Apr 17, 2023 5:58 pm Perhaps it is PBM_SETMARQUEE.
Got it...

Using

Code: Select all

SetGadgetState(0, -1)
does sort of the same thing, just slower.
normeus
Enthusiast
Enthusiast
Posts: 475
Joined: Fri Apr 20, 2012 8:09 pm
Contact:

Re: "waiting" type progress bar...

Post by normeus »

to "Hasselhoff" it, Replace the first if with:

Code: Select all

  Static y=1
  x - y
  If x = -100 Or x =380 
    y = y*(-1) 
  EndIf
Thank you Rashad

Norm.
google Translate;Makes my jokes fall flat- Fait mes blagues tombent à plat- Machte meine Witze verpuffen- Eh cumpari ci vo sunari
Post Reply