FROM : Raffael Cavallaro
DATE : Sun Nov 04 15:51:52 2007
On Nov 4, 2007, at 7:55 AM, Bill Dudney wrote:
> I went ahead and built a really simple app that has 2 buttons, one
> is layer backed (labeled beeper) the other is not (labeled rotate).
> When you hit rotate the beeper button rotates an additional 15
> degrees from where it is, when you hit beeper it beeps.
>
> The UI is ugly but its not mean to be an example of nice UI :)
>
> http://bill.dudney.net/roller/objc/resource/LayerBackedControls.zip
>
> Is the url to grab the project.
I don't know if anyone else is seeing this, but there's a bug in how
the rotated button is drawn whenever its angle is some multiple of 90
degrees:
90: text normal, button is a very small circle, like a radio button,
but clickable region is as wide as button should be
180: Button is normal width, but has no rounded ends - just two
straight line top and bottom borders. Clickable region is as it should
be.
270: text normal, button is a combination of the two above -
orientation is off by 90 degrees (i.e., it's horizontal when it should
be vertical, and its extent is only as wide as the button is tall. No
rounded corners, just top and bottom borders.
360: normal
all other angles are correct, and this pattern repeats as you cycle.
regards
Ralph
Raffael Cavallaro, Ph.D.
<email_removed>
DATE : Sun Nov 04 15:51:52 2007
On Nov 4, 2007, at 7:55 AM, Bill Dudney wrote:
> I went ahead and built a really simple app that has 2 buttons, one
> is layer backed (labeled beeper) the other is not (labeled rotate).
> When you hit rotate the beeper button rotates an additional 15
> degrees from where it is, when you hit beeper it beeps.
>
> The UI is ugly but its not mean to be an example of nice UI :)
>
> http://bill.dudney.net/roller/objc/resource/LayerBackedControls.zip
>
> Is the url to grab the project.
I don't know if anyone else is seeing this, but there's a bug in how
the rotated button is drawn whenever its angle is some multiple of 90
degrees:
90: text normal, button is a very small circle, like a radio button,
but clickable region is as wide as button should be
180: Button is normal width, but has no rounded ends - just two
straight line top and bottom borders. Clickable region is as it should
be.
270: text normal, button is a combination of the two above -
orientation is off by 90 degrees (i.e., it's horizontal when it should
be vertical, and its extent is only as wide as the button is tall. No
rounded corners, just top and bottom borders.
360: normal
all other angles are correct, and this pattern repeats as you cycle.
regards
Ralph
Raffael Cavallaro, Ph.D.
<email_removed>
| Related mails | Author | Date |
|---|---|---|
| Daniel Griscom | Nov 3, 14:43 | |
| Daniel Griscom | Nov 4, 04:23 | |
| Bill Dudney | Nov 4, 13:55 | |
| Raffael Cavallaro | Nov 4, 15:51 | |
| Daniel Griscom | Nov 4, 16:49 | |
| Raffael Cavallaro | Nov 4, 18:01 | |
| listposter | Nov 5, 02:20 | |
| Bill Dudney | Nov 7, 06:29 |






Cocoa mail archive

