Oops, your profile's looking a bit empty! To help us tailor your experience, please fill in key details like your SketchUp version, skill level, operating system, and more. Update and save your info on your profile page today!
🛣️ Road Profile Builder | Generate roads, curbs and pavements easily Download
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