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

John Dixon dixonja at hotmail.co.uk
Sat Aug 4 16:54:07 EDT 2012




Rick...
Ignore my posts... all I did was disable it... I'm going to shut up !

> Rick...
> 
>       iphoneControlSet inputID, "enabled", "false" has worked for me...:-)
> 
> The script I used...
> 
> on openCard
>    if environment() = "mobile" then
>       iphoneControlCreate "multiline"
>       put the result into inputID
>       iphoneControlSet inputID, "rect", the rect of grc 2
>       iphoneControlSet inputID, "visible", "true"
>       iphoneControlSet inputID, "opaque", "false"
>       iphoneControlSet inputID, "fontName", "Helvetica"
>       iphoneControlSet inputID, "fontSize", 14
>       iphoneControlSet inputID, "textColor", "0,0,0"
>       iphoneControlSet inputID, "borderStyle", "none"
>       iphoneControlSet inputID, "autoCapitalizationType", "sentences"
>       iphoneControlSet inputID, "autoCorrectionType", "No"
>       iphoneControlSet inputID, "autoClear", "false"
>       iphoneControlSet inputID, "enabled", "false"
>    end if
> end openCard
> 
> Dixie
> > Hi Dixie,
> > 
> > Tried that just now..  
> > 
> > Nice try.. but no joy… ;-(
> > 
> > Other ideas?
> > 
> > Rick
> > 
> > 
> > On Aug 4, 2012, at 4:37 PM, John Dixon wrote:
> > 
> > > iphoneControlSet idOrName, "focus", "false".. ?
> > 
> > 
> > _______________________________________________
> > 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
>  		 	   		  
> _______________________________________________
> 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