mobileFindContact crashes app

Getting into LiveCode for iOS? Ask your questions here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
theagilepad
Posts: 50
Joined: Mon May 09, 2011 3:01 pm

mobileFindContact crashes app

Post by theagilepad » Tue Feb 05, 2013 2:18 pm

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
Paul Johnson
theAgilePad
Manchester - England
m : 07818 832421

LCNeil
Livecode Staff Member
Livecode Staff Member
Posts: 1223
Joined: Wed Oct 03, 2012 4:07 pm

Re: mobileFindContact crashes app

Post by LCNeil » Tue Feb 12, 2013 6:18 pm

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
--

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

Post Reply