TsArcPreloader – suggestion to add a new function “DefaultPosition”

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #68234
    Rafał Drzewiecki
    Participant

    Hello,

    I use TsArcPreloader like to TsImage but with auto rotation (in progress). I will to stoped rotation and set custom image to set default position. Can You add below procedure or similar to next alpha version?

    procedure TsArcPreloader.DefaultPosition;
    begin
      FProgressAngle := 0;
      Repaint;
    end;
    #68235
    Support
    Keymaster

    Hi
    Thank you for suggestion. I will think how to name this method, maybe “SetToStart” or something similar.

    #68237
    HeDiBo
    Participant

    I’m thinking: Rezero, Reinitialize, Resync, Reset, something like that

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