iProcessing and XMLElement
in
Processing with Other Languages
•
2 years ago
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?
1