How to use the progress indicator in “open from cloud”?

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
2
down vote

favorite
2












I like the circular loading indicator seen in the "save to the cloud" dialog:



enter image description here



Is there any way to call it programmatically?










share|improve this question





















  • ProgressIndicator[Appearance -> "Necklace"] comes close.
    – Szabolcs
    5 hours ago














up vote
2
down vote

favorite
2












I like the circular loading indicator seen in the "save to the cloud" dialog:



enter image description here



Is there any way to call it programmatically?










share|improve this question





















  • ProgressIndicator[Appearance -> "Necklace"] comes close.
    – Szabolcs
    5 hours ago












up vote
2
down vote

favorite
2









up vote
2
down vote

favorite
2






2





I like the circular loading indicator seen in the "save to the cloud" dialog:



enter image description here



Is there any way to call it programmatically?










share|improve this question













I like the circular loading indicator seen in the "save to the cloud" dialog:



enter image description here



Is there any way to call it programmatically?







front-end dynamic gui-construction progressindicator






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked 6 hours ago









user5601

65511233




65511233











  • ProgressIndicator[Appearance -> "Necklace"] comes close.
    – Szabolcs
    5 hours ago
















  • ProgressIndicator[Appearance -> "Necklace"] comes close.
    – Szabolcs
    5 hours ago















ProgressIndicator[Appearance -> "Necklace"] comes close.
– Szabolcs
5 hours ago




ProgressIndicator[Appearance -> "Necklace"] comes close.
– Szabolcs
5 hours ago










1 Answer
1






active

oldest

votes

















up vote
5
down vote













It is something along those lines:



Framed[
DynamicModule[t = 0
, Overlay[

Animator[Dynamic@t, AppearanceElements -> None, AnimationRepetitions -> Infinity
, AnimationRate -> 1
]
, Rotate[ Dynamic @ RawBoxes @ FEPrivate`ImportImage[
FrontEnd`ToFileName["Dialogs", "CloudDialogs", "ProgressSpinner.png"]
], Dynamic[2 Pi t]]

, ImageSize -> 100, 100, Alignment -> Center]
]
, Background -> Gray
]


enter image description here






share|improve this answer






















    Your Answer




    StackExchange.ifUsing("editor", function ()
    return StackExchange.using("mathjaxEditing", function ()
    StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix)
    StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
    );
    );
    , "mathjax-editing");

    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "387"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    convertImagesToLinks: false,
    noModals: false,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: null,
    bindNavPrevention: true,
    postfix: "",
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );













     

    draft saved


    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmathematica.stackexchange.com%2fquestions%2f182985%2fhow-to-use-the-progress-indicator-in-open-from-cloud%23new-answer', 'question_page');

    );

    Post as a guest






























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    5
    down vote













    It is something along those lines:



    Framed[
    DynamicModule[t = 0
    , Overlay[

    Animator[Dynamic@t, AppearanceElements -> None, AnimationRepetitions -> Infinity
    , AnimationRate -> 1
    ]
    , Rotate[ Dynamic @ RawBoxes @ FEPrivate`ImportImage[
    FrontEnd`ToFileName["Dialogs", "CloudDialogs", "ProgressSpinner.png"]
    ], Dynamic[2 Pi t]]

    , ImageSize -> 100, 100, Alignment -> Center]
    ]
    , Background -> Gray
    ]


    enter image description here






    share|improve this answer


























      up vote
      5
      down vote













      It is something along those lines:



      Framed[
      DynamicModule[t = 0
      , Overlay[

      Animator[Dynamic@t, AppearanceElements -> None, AnimationRepetitions -> Infinity
      , AnimationRate -> 1
      ]
      , Rotate[ Dynamic @ RawBoxes @ FEPrivate`ImportImage[
      FrontEnd`ToFileName["Dialogs", "CloudDialogs", "ProgressSpinner.png"]
      ], Dynamic[2 Pi t]]

      , ImageSize -> 100, 100, Alignment -> Center]
      ]
      , Background -> Gray
      ]


      enter image description here






      share|improve this answer
























        up vote
        5
        down vote










        up vote
        5
        down vote









        It is something along those lines:



        Framed[
        DynamicModule[t = 0
        , Overlay[

        Animator[Dynamic@t, AppearanceElements -> None, AnimationRepetitions -> Infinity
        , AnimationRate -> 1
        ]
        , Rotate[ Dynamic @ RawBoxes @ FEPrivate`ImportImage[
        FrontEnd`ToFileName["Dialogs", "CloudDialogs", "ProgressSpinner.png"]
        ], Dynamic[2 Pi t]]

        , ImageSize -> 100, 100, Alignment -> Center]
        ]
        , Background -> Gray
        ]


        enter image description here






        share|improve this answer














        It is something along those lines:



        Framed[
        DynamicModule[t = 0
        , Overlay[

        Animator[Dynamic@t, AppearanceElements -> None, AnimationRepetitions -> Infinity
        , AnimationRate -> 1
        ]
        , Rotate[ Dynamic @ RawBoxes @ FEPrivate`ImportImage[
        FrontEnd`ToFileName["Dialogs", "CloudDialogs", "ProgressSpinner.png"]
        ], Dynamic[2 Pi t]]

        , ImageSize -> 100, 100, Alignment -> Center]
        ]
        , Background -> Gray
        ]


        enter image description here







        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited 4 hours ago

























        answered 4 hours ago









        Kuba♦

        100k11195495




        100k11195495



























             

            draft saved


            draft discarded















































             


            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmathematica.stackexchange.com%2fquestions%2f182985%2fhow-to-use-the-progress-indicator-in-open-from-cloud%23new-answer', 'question_page');

            );

            Post as a guest













































































            Comments

            Popular posts from this blog

            Long meetings (6-7 hours a day): Being “babysat” by supervisor

            Is the Concept of Multiple Fantasy Races Scientifically Flawed? [closed]

            Confectionery