Page 1 of 1

mobileFindContact crashes app

Posted: Tue Feb 05, 2013 2:18 pm
by theagilepad
I have the following piece of code on a iOS app but it causes the app to crash after execution of the last statement. The scenario is when I enter a short value for the search such as "A" or "AZ". The list of ids is displayed but the app then crashes.

on mouseUp
local temp

ask "enter name"
put it into temp
mobileFindContact temp
put the result into temp

answer temp

end mouseUp

Re: mobileFindContact crashes app

Posted: Tue Feb 12, 2013 6:18 pm
by LCNeil
Dear Paul,

What version of iOS are you deploying to?

Neil Roger
--
RunRev Support Team ~ h t t p ://w w w . runrev . c o m
Support Open Source LiveCode on Kick-starter
h t t p : //w w w . kickstarter .c o m/projects/1755283828/open-source-edition-of-livecode
--

--------------