Plugin to create a progress bar
-
Thanks, it was a path "/Plugins/ProgressBar/html" problem.
It works now ! -
Hey, i actually writing a plugin for SketchUp and implemented the progressbar. On windows this works fine and as expected, but now i tried to port this plugin for mac and the progressbar causes bugsplats. In my opinion the using of a second thread causes (the single threaded?) SketchUp to crash. Did anyone mentioned this before or has someone a workaround for this problem?
-
Are you using Ruby threads? Threads in Ruby 1.8 are green threads, meaning not native threads.
Can you elaborate on how you implemented a progressbar?
Advertisement