Gauge.Handle

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #33192
    Sereby
    Participant

    i tryed to make the styled Gauge to a Marquee gauge but for that i do need the Handle of the Gauge!

    But whyever it do not have a property called Handle… any idea how to make the gauge to a Marquee gauge?

    found here a way for Progressbars:
    http://www.swissdelphicenter.ch/de/showcode.php?id=1680

    #40228
    Support
    Keymaster

    TGauge can't have the Handle because it's TGraphicControl.
    You can use TsProgressBar component I think, you can change the Style property to pbstMarquee there.

    #40231
    Sereby
    Participant

    damn.. i just changed from TProgressbar to TsGauge because gauge had the % lable i wanted and looks nice..
    Now back again to TsProgressbar :-/ does the automatical calculation work there, too?

    #40233
    Support
    Keymaster

    QUOTE (Sereby @ Aug 17 2009, 03:38 PM)
    does the automatical calculation work there, too?


    I'm sorry, what you mean?

    #40235
    Sereby
    Participant

    i mean with TsGauge i just have to add one Progressstep and the internal Label shows the State of Progress (10%, 20%, 50%, 67% …).

    With Progressbar i'm missing this one :-/
    But with TsGauge i do not have a Marquee :-/

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.