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
			
			
									
									mobileFindContact crashes app
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
- 
				theagilepad
- Posts: 50
- Joined: Mon May 09, 2011 3:01 pm
mobileFindContact crashes app
Paul Johnson
theAgilePad
Manchester - England
m : 07818 832421
						theAgilePad
Manchester - England
m : 07818 832421
Re: mobileFindContact crashes app
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
--
--------------
			
			
									
									
						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
--
--------------
