Disable "Copy Select-All Define" in iOS Scroller?

John Dixon dixonja at hotmail.co.uk
Sat Aug 4 16:37:03 EDT 2012


Rick...

iphoneControlSet idOrName, "focus", "false".. ?

> From: harrison at all-auctions.com
> Subject: RE: Disable "Copy Select-All Define" in iOS Scroller?
> Date: Sat, 4 Aug 2012 16:29:45 -0400
> To: use-livecode at lists.runrev.com
> 
> Hi Dixie,
> 
> I don't think that is the problem.  Unless I'm not understanding your question.
> 
> I'm creating the control like this:
> 
> iphoneControlCreate "multiline", "ViewingField3"
> 
> If I do this:
> 
>    put mobileControlGet("ViewingField3", "id") into VarID3
>    answer "VarID3 = " & VarID3
> 
> VarID3 shows up as being = 3   which in this case is correct
> since it is the 3rd control I've created.
> 
> If I do the following it makes no difference.
> 
>  iphoneControlSet 3, "editable", false
> 
> Other thoughts?
> 
> Rick
> 
> 
> On Aug 4, 2012, at 3:52 PM, John Dixon wrote:
> 
> > 
> > 
> > Rick...
> > 
> > Is it perhaps because you have not given the iphoneControlSet command an ID reference.. as in :-
> > iphoneControlSet IDorName, property, value
> > 
> > Dixe
> 
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
 		 	   		  


More information about the use-livecode mailing list