This might help you:
view layout [
style my-button button 40x40 edge none
colors reduce [blue red] font-size 20
my-button "1"
my-button "2"
]
You could also use some images:
...
my-button %image-up.png %image-down.png
...
> I'm trying to make a cell phone demo for the computer which involves
> having the button on the phones to become active.
>
> For example... I want the demo to be able to have clickable 'numbers' to
> dial a phone number, and a clickable 'send' button to emulate placing a
> call.
>
> I run into a problem because, the phone's buttons are not rectangular in
> shape. I made the phone's buttons into separate images and overlayed
> them onto the main image of the phone, but the REBOL buttons are
> rectangular in shape, and have a shadow/border.
>
>
> Is there a way either to:
>
> 1) Make the buttons in REBOL/VIEW, have no border and no effect when the
> mouse clicks on it? (Buttons usually sink when clicked on).
>
> 2) Make a coordinate system over the image of the phone and detecting
> mouse clicks over that coordinate, particularily over buttons?
>
> Thanks!
> Matt
--
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the
subject, without the quotes.