I am in the process of learning Processing through setting myself little projects. I am picking up the syntax, but I am having trouble with thinking of the structure of programs...
If I wanted to cause that to draw a rectangle, wait a little, then draw a text(tweet) for 5 seconds, and then once the tweet has disappeared, hide the rectangle , what would be the steps needed to make that happen?
I don't want anyone to write code for me, but rather explain how I'd need to do it, eg.
1. Put status.getUser().getScreenName() and status.getText() into global String variables
I have dabbled with various languages throughout the years, being able to cobble together bits and pieces to get them to work, but have never completely gotten to grips with OOP concepts and learned a language properly.
I have made the decision to to properly learn to think like a programmer using Processing. I have posted here before, but will now probably be asking questions quite regularly on this forum as I persist in learning this fun language.
Anyways...
I have learned about scoping, but cannot figure out why I am getting problems with the below code.
filenames[] returns null so I get a null pointer.
import java.io.*;
File folder = new File(sketchPath("") + "/images");
Hello, I am trying to save an image out of processing to a Samba share. Currently I am having to mount the share and then write to /Volumes/Sharename, but would there be a way for me to not have to mount it and write to the share from within processing like: smb://web/Sharename?