seabannan
Results
2
issues of
seabannan
How do you return the inserted id when using the newRecord function ``` var record = model.newRecord({ description: data.description, type: data.type, userEntered: data.userEntered }); Ti.API.info(record); record.save(); ``` How can i...
Hi everytime i run the code i get the following issues ``` [ERROR] Script Error = 'undefined' is not a function (evaluating 'obj.otherwise()') (unknown file) 2012-08-20 09:15:29.483 socketio.titanium[4170:1b50b] *** Terminating...