I'm rather new to processing and I'm having a hard time finding answers using google (putting in the word "processing" with a programing question comes up with answers for different programing languages containing the string something like "processing data"
)
My question is, how do I log the data type of an object? Knowing this will answer my other question, "what is the data type of the root document class?" Thanks!
Has anyone ever had a problem trying to use the XMLElement class using iProcessing to make iphone apps? Whenever I try to instantiate a new XMLElement, the application just freezes and does nothing. Doing the same thing inside the native Processing IDE, it works perfectly fine. Any thoughts? I am also getting an error when trying to get one of the elements with getFloat. The error reads "The function getFloat(String) does not exist.". I have no idea why this is since XMLElement is included in the download. Do I need to have an import statement at the top?