[iOS] - Unwanted borders around buttons

Devin Asay devin_asay at byu.edu
Wed Nov 23 15:01:56 EST 2011


Thanks, Chris. The showFocusBorder property was the culprit.

On Nov 23, 2011, at 12:49 PM, Chris Sheffield wrote:

> Devin,
> 
> Here are my steps to get an unadorned button:
> 
> 	set the opaque of the selectedObject to false
>       set the showBorder of the selectedObject to false
>       set the showName of the selectedObject to false
>       set the shadow of the selectedObject to false
>       set the hiliteBorder of the selectedObject to false
>       set the armBorder of the selectedObject to false
>       set the showFocusBorder of the selectedObject to false
>       set the hiliteIcon of the selectedObject to 0
>       set the hoverIcon of the selectedObject to 0
> 
> Could it be the armBorder in your case?
> 
> Chris
> 

Devin Asay
Humanities Technology and Research Support Center
Brigham Young University







More information about the use-livecode mailing list