Josef.L
Josef.L
I can't reliably reproduce it? It happens un very dep recursive Loops. My be it is a Problem of my connection to Netbeans.
`UI.create_cursor` documentation: logical cursor size and incorrectly implies coordinates begin at 1
**UI.create_cursor(cursorPath, dx, dy) has different behaviors** Windows: SketchUp Version 2020 - 2023: dx , dy are Integer from 0 to 31! OS X: SketchUp Version 2020 - 2022: dx ,...
stderr do not get the „ERROR MESSAGE“
Here is an Example. Run the ruby script, appended below. You would see: stdout.log includes the String! stderr.log is empty! the error is only printed in the Sketchup ruby Console!...
I use Netbeans. Netbeans starts as standard ruby script. (PseudoConsole) The PseudoConsole starts Sketchup with redirecting $stdout and $stderr to files. The PseudoConsole runs 3 Threads 1.) Read $stdout and...
Hello MSP-Greg Your Code did not work on Windows 10 and SketchUp 2019 Error: #
@MSP-Greg Sorry but you misunderstand my Problem. Writing to $stdout and $ stderr is working fine but if an error occurs, the Error Message is not written to one of...
It would be very good if the entire output goes over stdout and stderr. That would help me a lot.
### **Run the attached Ruby code.** $stdout contains text and $stderr is empty because the error is only written to the Ruby console. ```ruby path = File.dirname(__FILE__) system "explorer \"#{path.gsub(/\//,...