Why is the visible size of option/push buttons different?

2015-10-06 Thread Tiemo Hollmann TB
option button to get both the same look. When unchecking threeD border of the push buttons, it gets the same size as the option button (with a different border look). Is this a bug, a wanted behavior or some compatibility heritage from old days? Tiemo

Re: Push Buttons

2010-11-26 Thread Warren Kuhl
Mike/Andre, You have been most helpful. I used the scripts you entered Mike and have adjusted the colors to my specs. It is working great. Thank you both! Warren On Fri, Nov 26, 2010 at 1:43 PM, Mike Bonner wrote: > The following should do as Andre has suggested, you can mess with the > opa

Fwd: Push Buttons

2010-11-26 Thread Mike Bonner
The following should do as Andre has suggested, you can mess with the opacity to get what you want. I also didn't set your desired colors i'm sure, but gives a quick simple example. on mouseEnter set the colorOverlay["opacity"] of me to 100 set the colorOverlay["color"] of me to "0,255,255"

Re: Push Buttons

2010-11-26 Thread Andre Garzia
glad to be of assistance. I am having quite a day with lots of fireworks. :-D gonna ask for a pizza delivery now to celebrate squashing a php bug On Fri, Nov 26, 2010 at 5:26 PM, Warren Kuhl wrote: > Andre, > > Thanksthis really helps. Have a wonderful day! > > Warren > > On Fri, Nov 26, 2

Re: Push Buttons

2010-11-26 Thread Warren Kuhl
Andre, Thanksthis really helps. Have a wonderful day! Warren On Fri, Nov 26, 2010 at 1:13 PM, Andre Garzia wrote: > Warren, > > You can set the overlay for the default state of the button and then on > mouseenter you can set it to another overlay by script to create the hoover > effect. S

Re: Push Buttons

2010-11-26 Thread Andre Garzia
Warren, You can set the overlay for the default state of the button and then on mouseenter you can set it to another overlay by script to create the hoover effect. Sorry but I don't know the syntax to set the overlay by script or I would have posted here andre On Fri, Nov 26, 2010 at 4:52 PM, Wa

Re: Push Buttons

2010-11-26 Thread Warren Kuhl
Mike/Andre, Thanks for your help. It seems like I am limited to what I can do with the overlays. What I am trying to to is have a button blue and a yellow when hovering over it (Similar to the color sceme that Microsoft uses with Word). With the overlays, I can only seem to get a different shad

Re: Push Buttons

2010-11-26 Thread Andre Garzia
bitmap effects like color overlay works on the jelly buttons, so there is a way! As they say: "Where there is a will, there is a hack!" On Fri, Nov 26, 2010 at 4:37 PM, Mike Bonner wrote: > Nope, not the jelly buttons I don't believe. > > On Fri, Nov 26, 2010 at 11:30 AM, Andre Garzia >wrote:

Re: Push Buttons

2010-11-26 Thread Mike Bonner
Nope, not the jelly buttons I don't believe. On Fri, Nov 26, 2010 at 11:30 AM, Andre Garzia wrote: > oh that too... but that works for the jelly buttons as well? > > On Fri, Nov 26, 2010 at 4:24 PM, Mike Bonner wrote: > > > In the inspector, colors and patterns, the fill color changes the > uncl

Re: Push Buttons

2010-11-26 Thread Andre Garzia
oh that too... but that works for the jelly buttons as well? On Fri, Nov 26, 2010 at 4:24 PM, Mike Bonner wrote: > In the inspector, colors and patterns, the fill color changes the unclicked > color, and the hilited text changes the clicked color. > > On Fri, Nov 26, 2010 at 11:21 AM, Warren Kuh

Re: Push Buttons

2010-11-26 Thread Andre Garzia
Warren, I read plush button and then I wanted one to use as a pillow. What you want can be partially done using color overlays in the bitmap effects that on the inspector. :-) On Fri, Nov 26, 2010 at 4:21 PM, Warren Kuhl wrote: > Is it possible to change the colors of a push button? It looks

Re: Push Buttons

2010-11-26 Thread Mike Bonner
In the inspector, colors and patterns, the fill color changes the unclicked color, and the hilited text changes the clicked color. On Fri, Nov 26, 2010 at 11:21 AM, Warren Kuhl wrote: > Is it possible to change the colors of a push button? It looks like the > default is grey and blue when hover

Push Buttons

2010-11-26 Thread Warren Kuhl
Is it possible to change the colors of a push button? It looks like the default is grey and blue when hovering over. Thanks, Warren ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage yo