<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic How to add progress bar in script UI? in 3ds Max Programming Forum</title>
    <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/how-to-add-progress-bar-in-script-ui/m-p/4049483#M25451</link>
    <description>I wrote a script I need for my production environment which works great but I'd like to add a progress bar to it so I can see what's going on.&lt;BR /&gt;&lt;BR /&gt;The script basically handles actions that I usually do manually on imported geometry. It basically cleans up the mesh and saves me a lot of time. But on some dense meshes it take a little time and at first I had no way to tell if the script was working or if max just gave up on me and froze. The script is definitely working but I thought it would be nice to add that progress bar interface just to make it more user friendly.&lt;BR /&gt;&lt;BR /&gt;Anyone knows how to do that?</description>
    <pubDate>Sat, 13 Dec 2008 02:49:50 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2008-12-13T02:49:50Z</dc:date>
    <item>
      <title>How to add progress bar in script UI?</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/how-to-add-progress-bar-in-script-ui/m-p/4049483#M25451</link>
      <description>I wrote a script I need for my production environment which works great but I'd like to add a progress bar to it so I can see what's going on.&lt;BR /&gt;&lt;BR /&gt;The script basically handles actions that I usually do manually on imported geometry. It basically cleans up the mesh and saves me a lot of time. But on some dense meshes it take a little time and at first I had no way to tell if the script was working or if max just gave up on me and froze. The script is definitely working but I thought it would be nice to add that progress bar interface just to make it more user friendly.&lt;BR /&gt;&lt;BR /&gt;Anyone knows how to do that?</description>
      <pubDate>Sat, 13 Dec 2008 02:49:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/how-to-add-progress-bar-in-script-ui/m-p/4049483#M25451</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-12-13T02:49:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to add progress bar in script UI?</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/how-to-add-progress-bar-in-script-ui/m-p/4049484#M25452</link>
      <description>You could use this one which is in the max gui. Quite handy I must say. Just look up the &lt;I&gt;progressBar&lt;/I&gt; method in the mxs help and it will show you the rest of the stuff you can do with this one. There's also a progress bar available for rollouts and even one you can access through dotnet. So, alot to choose from. &lt;span class="lia-unicode-emoji" title=":grinning_face_with_big_eyes:"&gt;😃&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE&gt;&lt;BR /&gt;&lt;BR /&gt;progressStart "Doing stuffs.."&lt;BR /&gt;&lt;BR /&gt;progressUpdate 50&lt;BR /&gt;&lt;BR /&gt;progressUpdate 75&lt;BR /&gt;&lt;BR /&gt;progressEnd()&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;BR&lt;BR /&gt;MrK</description>
      <pubDate>Sat, 13 Dec 2008 06:28:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/how-to-add-progress-bar-in-script-ui/m-p/4049484#M25452</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-12-13T06:28:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to add progress bar in script UI?</title>
      <link>https://forums.autodesk.com/t5/3ds-max-programming-forum/how-to-add-progress-bar-in-script-ui/m-p/4049485#M25453</link>
      <description>I wrote my own 'floating progress bar' function, mainly because the production artists never seemed to notice the standard one. &lt;BR /&gt;&lt;BR /&gt;Like other rollout dialogs, it does not always update when used in tight loops, however.&lt;BR /&gt;&lt;BR /&gt;&lt;P&gt;&lt;A class="migr-att-link" href="http://area.autodesk.com/userdata/forum/1/14342_HOfPuIn9lX8LMZBGzGo2.zip" target="_blank"&gt;14342_HOfPuIn9lX8LMZBGzGo2.zip&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Dec 2008 23:52:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-programming-forum/how-to-add-progress-bar-in-script-ui/m-p/4049485#M25453</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-12-15T23:52:34Z</dc:date>
    </item>
  </channel>
</rss>

