You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello using this sdk for titanium i have a problem when i try to use: "Parse.Query.or"
[WARN] Exception in event callback. {
line = 134;
message = "'undefined' is not a function (evaluating 'Parse.Query.or(query1.containedIn(\"id_sender\", \"id_receiver\",[currentUser_Msg.id]),query2.containedIn(\"id_receiver\", [currentUser_Msg.id]))')";
name = TypeError;
sourceId = 271521376;
sourceURL = "file://localhost/Users/Julio/Library/Application%20Support/iPhone%20Simulator/5.0/Applications/15AF9A2A-79C8-43A6-9620-5BE07BA8E817/NextLatin.app/Menu.js";
}
Do you know what is the best way to use the statement OR ?
Thanks!
The text was updated successfully, but these errors were encountered:
I think it might be because the SDK version i used is older and did not include the .or function.
I will try to update between tonight and tomorrow so it has the newest version.
Sorry about that, I have been a bit busy.
Best,
Juan
On Jan 23, 2013, at 11:09 PM, julioquezadamx [email protected] wrote:
Hello using this sdk for titanium i have a problem when i try to use: "Parse.Query.or"
[WARN] Exception in event callback. {
line = 134;
message = "'undefined' is not a function (evaluating 'Parse.Query.or(query1.containedIn("id_sender", "id_receiver",[currentUser_Msg.id]),query2.containedIn("id_receiver", [currentUser_Msg.id]))')";
Hello using this sdk for titanium i have a problem when i try to use: "Parse.Query.or"
[WARN] Exception in event callback. {
}
Do you know what is the best way to use the statement OR ?
Thanks!
The text was updated successfully, but these errors were encountered: