Re: MenuButton styles

2009-10-21 Thread Greg Brown
to do, maybe we can help you find another way to accomplish it. Greg On Oct 21, 2009, at 8:22 AM, Alejandro Vilar wrote: Hi, I'm having some problems with MenuButton styles, particularly with focusable and opaque,

Re: MenuButton styles

2009-10-21 Thread Alejandro Vilar
ncubator.apache.org/pivot/1.3/docs/api/org/apache/pivot/wtk/skin/terra/TerraMenuButtonSkin.html However, if you can describe more specifically what you are trying to do, maybe we can help you find another way to accomplish it. Greg On Oct 21, 2009, at 8:22 AM, Al

Re: MenuButton styles

2009-10-21 Thread Greg Brown
x27;t define "focusable" or "opaque" properties: http://incubator.apache.org/pivot/1.3/docs/api/org/apache/pivot/wtk/skin/terra/TerraMenuButtonSkin.html However, if you can describe more specifically what you are trying to do, maybe we can help you find another way to accomplish it. Greg O

Re: MenuButton styles

2009-10-21 Thread Todd Volkert
efined by the JavaBean properties >> of its skin class. For menu buttons, this is an instance of >> org.apache.pivot.wtk.skin.terra.TerraMenuButtonSkin by default. >> TerraMenuButtonSkin doesn't define "focusable" or "opaque" properties: >> >> >> http

Re: MenuButton styles

2009-10-21 Thread Greg Brown
do, maybe we can help you find another way to accomplish it. Greg On Oct 21, 2009, at 8:22 AM, Alejandro Vilar wrote: Hi, I'm having some problems with MenuButton styles, particularly with focusable and opaque, I can't assign those values at runtime, for example: Code: public static v

Re: MenuButton styles

2009-10-21 Thread Alejandro Vilar
ou are trying to do, maybe we can help you find another way to accomplish it. Greg On Oct 21, 2009, at 8:22 AM, Alejandro Vilar wrote: Hi, I'm having some problems with MenuButton styles, particularly with focusable and opaque, I can't assign those values at runtime, for example:

Re: MenuButton styles

2009-10-21 Thread Greg Brown
ote: Hi, I'm having some problems with MenuButton styles, particularly with focusable and opaque, I can't assign those values at runtime, for example: Code: public static void main(String[] args) { MenuButton menuButton = new MenuButton(); menuButton.getStyles().put("

MenuButton styles

2009-10-21 Thread Alejandro Vilar
Hi, I'm having some problems with MenuButton styles, particularly with focusable and opaque, I can't assign those values at runtime, for example: Code: public static void main(String[] args) { MenuButton menuButton = new MenuButton(); menuButton.getStyles().put(