sketchucation logo sketchucation
    • Login
    πŸ€‘ SketchPlus 1.3 | 44 Tools for $15 until June 20th Buy Now

    My_progress_bar

    Scheduled Pinned Locked Moved Developers' Forum
    3 Posts 2 Posters 207 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • honoluludesktopH Offline
      honoluludesktop
      last edited by

      I made the following progress bar. Will it slow down my plugin too much?

      #visual counter at bottom of page
      count_100 = count_100 +1
      if count_100 == 100
        count_bar = count_bar + "|"
          if count_bar == "|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||"
            count_bar = ""
          end
        count_100 = 0
        Sketchup.set_status_text "Processing; #{count_bar}", SB_PROMPT
      end
      

      Can I change the color of the "|"? If so, how do I do red?

      1 Reply Last reply Reply Quote 0
      • thomthomT Offline
        thomthom
        last edited by

        @honoluludesktop said:

        Will it slow down my plugin too much?

        String comparisons are slow:
        if count_bar == "|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||"
        instead try if count_bar.length == 100

        @honoluludesktop said:

        Can I change the color of the "|"? If so, how do I do red?

        Nope - no control over SU's UI.

        Thomas Thomassen β€” SketchUp Monkey & Coding addict
        List of my plugins and link to the CookieWare fund

        1 Reply Last reply Reply Quote 0
        • honoluludesktopH Offline
          honoluludesktop
          last edited by

          Tom, thanks.

          1 Reply Last reply Reply Quote 0
          • 1 / 1
          • First post
            Last post
          Buy SketchPlus
          Buy SUbD
          Buy WrapR
          Buy eBook
          Buy Modelur
          Buy Vertex Tools
          Buy SketchCuisine
          Buy FormFonts

          Advertisement