Re: Set the Opacity of a Button Background

2016-03-03 Thread Scott Rossi
This a great solution Paul. And by using a roundrect graphic in place of a button, you can create pill-style (fully radiused) button -- unless there's a radius setting for roundrect buttons I've missed somewhere. Regards, Scott Rossi Creative Director Tactile Media, UX/UI Design On 3/3/16, 6

Re: Set the Opacity of a Button Background

2016-03-03 Thread Paul Hibbert
You are more than welcome, like most people on this list I’m just pleased to help. :) I’m sure you’ll realize, but the key to this effect is using the Ink setting ‘blendHardLight' with neutral colours, then any tone above 50% will darken the colours below and any tone less than 50% will lighten

Re: Set the Opacity of a Button Background

2016-03-02 Thread Sannyasin Brahmanathaswami
@ Scott Thank you. Actually all these other methods have their use cases. Yes, am familiar with using other controls as "buttons" anything with a mouseUp script will do the job in 80% of the cases. BR On March 1, 2016 at 11:26:57 AM, Scott Rossi (sc...@tactilemedia.com

Re: Set the Opacity of a Button Background

2016-03-02 Thread Sannyasin Brahmanathaswami
Aloha Paul: wow... awesome.. you did it! this works perfectly as needed. So I can just set up a template button and store this and create all new buttons according. Outstanding.. Big Mahalo from Hawaii BR On March 1, 2016 at 11:26:57 AM, Scott Rossi (sc...@tactilemedia.com

Re: Set the Opacity of a Button Background

2016-03-01 Thread Scott Rossi
Another option similar to Randy's is to create an image tile -- for example, a 48x48 white PNG that's 50% opaque -- and assign this as the backPattern of the button. Using this method you can scale the button to any size and the translucency will fill accordingly. You can also assign a separate i

Re: Set the Opacity of a Button Background

2016-03-01 Thread J. Landman Gay
On 3/1/2016 1:25 PM, Sannyasin Brahmanathaswami wrote: We looking at very simple button design: 1) Border color is on/white/2px 2) background is set to clear (no color assignment and no icon) 3) background opacity set to 50% # if we can figure out how 4) Button name/label white ... The

Re: Set the Opacity of a Button Background

2016-03-01 Thread Paul Hibbert
By adjusting some colour values and the ink mode I could achieve what I think you are looking for, however I may have misunderstood, because I don’t quite understand the bit about having 50% opacity of a clear background! Link to demo stack with my interpretation: https://www.dropbox.com/s/xhjq

Re: Set the Opacity of a Button Background

2016-03-01 Thread Randy Hengst
It sounds to me that you want the color of the button to be 50% … meaning that the card (or whatever) below it will show though. And, you want the border and name of button to be opaque… if all that is correct, you might want to give this a try. create an image in the color you want the button

Re: Set the Opacity of a Button Background

2016-03-01 Thread RM
Here's a demo of what I just wrote: https://www.dropbox.com/s/63u8h6sb0gk2yjo/Button%20Games.livecode.zip?dl=0 Richmond. On 1.03.2016 21:25, Sannyasin Brahmanathaswami wrote: We looking at very simple button design: 1) Border color is on/white/2px 2) background is set to clear (no color ass

Re: Set the Opacity of a Button Background

2016-03-01 Thread RM
On 1.03.2016 21:30, RM wrote: On 1.03.2016 21:25, Sannyasin Brahmanathaswami wrote: We looking at very simple button design: 1) Border color is on/white/2px 2) background is set to clear (no color assignment and no icon) 3) background opacity set to 50% # if we can figure out how 4)

Re: Set the Opacity of a Button Background

2016-03-01 Thread RM
On 1.03.2016 21:25, Sannyasin Brahmanathaswami wrote: We looking at very simple button design: 1) Border color is on/white/2px 2) background is set to clear (no color assignment and no icon) 3) background opacity set to 50% # if we can figure out how 4) Button name/label white Now...

Re: Set the Opacity of a Button Background

2016-03-01 Thread Sannyasin Brahmanathaswami
We looking at very simple button design: 1) Border color is on/white/2px 2) background is set to clear (no color assignment and no icon) 3) background opacity set to 50% # if we can figure out how 4) Button name/label white Now... I realize that if # 2 above is true, then possibly, since

Re: Set the Opacity of a Button Background

2016-03-01 Thread RM
On 1.03.2016 21:11, Sannyasin Brahmanathaswami wrote: I may have asked this before, but am I the only one who wishes we could set the opacity of the background of a button to discrete levels without having to change the blend level of the whole button? Yes, I realize that we can create a gra

Set the Opacity of a Button Background

2016-03-01 Thread Sannyasin Brahmanathaswami
I may have asked this before, but am I the only one who wishes we could set the opacity of the background of a button to discrete levels without having to change the blend level of the whole button? Yes, I realize that we can create a graphic object behind the button and set that, then make the