Quantcast
Channel: Text File IO and Ruby I/O in the API
Browsing all 13 articles
Browse latest View live

Text File IO and Ruby I/O in the API

@sannerwind wrote: how do you do simple Open, Close, read file, write files that are standard ASCII files (.txt) via the API. Example of ruby reading/ writing into a text file in the Plugins directory...

View Article



Image may be NSFW.
Clik here to view.

Text File IO and Ruby I/O in the API

@tt_su wrote: (I moved this from Meta to Developers > Ruby API) The SketchUp API doesn't provide methods to read or write files - this is one by Ruby itself. So you need to supplement The Sketch...

View Article

Image may be NSFW.
Clik here to view.

Text File IO and Ruby I/O in the API

@DanRathbun wrote: tt_su: The SketchUp API doesn't provide methods to read or write files - this is one by Ruby itself. So you need to supplement the Sketch API docs with the Ruby language docs:...

View Article

Text File IO and Ruby I/O in the API

@sannerwind wrote: Above gentlemen, thank you. Twas hard to believe SU did not add a few basic I/O or FILE classes/ methods, ruby IO references in their docs Hard to imagine a competent/ worthy system...

View Article

Text File IO and Ruby I/O in the API

@sannerwind wrote: how do you do simple Open, Close, read file, write files that are standard ASCII files (.txt) via the API. Example of ruby reading/ writing into a text file in the Plugins directory...

View Article


Image may be NSFW.
Clik here to view.

Text File IO and Ruby I/O in the API

@tt_su wrote: (I moved this from Meta to Developers > Ruby API) The SketchUp API doesn't provide methods to read or write files - this is one by Ruby itself. So you need to supplement The Sketch...

View Article

Image may be NSFW.
Clik here to view.

Text File IO and Ruby I/O in the API

@DanRathbun wrote: tt_su: The SketchUp API doesn't provide methods to read or write files - this is one by Ruby itself. So you need to supplement the Sketch API docs with the Ruby language docs:...

View Article

Text File IO and Ruby I/O in the API

@sannerwind wrote: Above gentlemen, thank you. Twas hard to believe SU did not add a few basic I/O or FILE classes/ methods, ruby IO references in their docs Hard to imagine a competent/ worthy system...

View Article


Text File IO and Ruby I/O in the API

@romboutv wrote: Hi guys, sorry for buggin here. Ive got this piece of code which i got from some one.It check all open panels in SU and writes those to a txt file. The problem is it somehow doesnt...

View Article


Text File IO and Ruby I/O in the API

@john_drivenupthewall wrote: hi, I finally saw you messages and PM'd you at SCF... john Read full topic

View Article

Text File IO and Ruby I/O in the API

@romboutv wrote: Well i got it fixed by changing a variable in the code... i replaced |tb| with my_toolsbars. I then wrights the correct code to the textfile need to get the tool panels back...

View Article

Text File IO and Ruby I/O in the API

@DanRathbun wrote: The IO.write and Kernel.puts methods expect a String object as an argument.When this is not true, many Ruby methods will attempt to coerce the argument into a String, by calling...

View Article

Text File IO and Ruby I/O in the API

@john_drivenupthewall wrote: it was old v8 one of mine that I had quickly pulled out of something else... it's a helper for the fact you need to turn them on individually from the 'hidden' menu on a...

View Article

Browsing all 13 articles
Browse latest View live


Latest Images