Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
alpha components
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  7 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Stefano  
View profile  
 More options Dec 12 2011, 10:44 pm
Newsgroups: alt.comp.lang.applescript
From: steban63L...@gmail.com (Stefano)
Date: Tue, 13 Dec 2011 04:44:16 +0100
Local: Mon, Dec 12 2011 10:44 pm
Subject: alpha components
is possible to get alpha components with applescript?

--
Togli "LEVA" dal mio indirizzo per contattarmi


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jolly Roger  
View profile  
 More options Dec 12 2011, 11:57 pm
Newsgroups: alt.comp.lang.applescript
From: Jolly Roger <jollyro...@pobox.com>
Date: Mon, 12 Dec 2011 22:57:32 -0600
Local: Mon, Dec 12 2011 11:57 pm
Subject: Re: alpha components
In article <1kc76g5.p2r4s3w3ograN%steban63L...@gmail.com>,

 steban63L...@gmail.com (Stefano) wrote:
> is possible to get alpha components with applescript?

That depends on what you mean by "alpha components", I imagine.

--
Send responses to the relevant news group rather than email to me.
E-mail sent to this address may be devoured by my very hungry SPAM
filter. Due to Google's refusal to prevent spammers from posting
messages through their servers, I often ignore posts from Google
Groups. Use a real news client if you want me to see your posts.

JR


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Stefano  
View profile  
 More options Dec 13 2011, 5:21 am
Newsgroups: alt.comp.lang.applescript
From: steban63L...@gmail.com (Stefano)
Date: Tue, 13 Dec 2011 11:21:33 +0100
Local: Tues, Dec 13 2011 5:21 am
Subject: Re: alpha components

> That depends on what you mean by "alpha components", I imagine.

need to set RGB+Alpha by dialog
in choose color haven't found

thanks for reply :)

--
Togli "LEVA" dal mio indirizzo per contattarmi


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jolly Roger  
View profile  
 More options Dec 15 2011, 11:11 am
Newsgroups: alt.comp.lang.applescript
From: Jolly Roger <jollyro...@pobox.com>
Date: 15 Dec 2011 16:11:05 GMT
Local: Thurs, Dec 15 2011 11:11 am
Subject: Re: alpha components

Stefano <steban63L...@gmail.com> wrote:
>> That depends on what you mean by "alpha components", I imagine.

> need to set RGB+Alpha by dialog
> in choose color haven't found

> thanks for reply :)

You need to explain more of what you are trying to accomplish, and with
which programs.

--
Posted from my iPhone.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Stefano  
View profile  
 More options Dec 15 2011, 8:41 pm
Newsgroups: alt.comp.lang.applescript
From: steban63L...@gmail.com (Stefano)
Date: Fri, 16 Dec 2011 02:41:51 +0100
Local: Thurs, Dec 15 2011 8:41 pm
Subject: Re: alpha components

> You need to explain more of what you are trying to accomplish, and with
> which programs.

ok sorry :)

want to use applescript to get color+alpha components (i'm writing a script for
configure a little utility)

one of feature of this utility need: RRGGBBAA colour (rgb+a)
in applescript i can use "choose color" for get rgb but can't find a way for set
alpha components

the result I get is: RRGGBBAA
after i can use it in do shell script "defaults write etc etc -data  RRGGBBAA"

--
Togli "LEVA" dal mio indirizzo per contattarmi


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jolly Roger  
View profile  
 More options Dec 15 2011, 9:09 pm
Newsgroups: alt.comp.lang.applescript
From: Jolly Roger <jollyro...@pobox.com>
Date: Thu, 15 Dec 2011 20:09:07 -0600
Local: Thurs, Dec 15 2011 9:09 pm
Subject: Re: alpha components
In article <1kcck4t.1fcwo5z1pmh6zyN%steban63L...@gmail.com>,

I was afraid of that. The Mac OS standard color picker doesn't display
the alpha channel controls when invoked by the Standard Additions
scripting addition, as far as I know. And if it did, it probably
wouldn't include the alpha channel setting in the results returned to
AppleScripts.  : /

--
Send responses to the relevant news group rather than email to me.
E-mail sent to this address may be devoured by my very hungry SPAM
filter. Due to Google's refusal to prevent spammers from posting
messages through their servers, I often ignore posts from Google
Groups. Use a real news client if you want me to see your posts.

JR


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Stefano  
View profile  
 More options Dec 16 2011, 5:32 am
Newsgroups: alt.comp.lang.applescript
From: steban63L...@gmail.com (Stefano)
Date: Fri, 16 Dec 2011 11:32:58 +0100
Local: Fri, Dec 16 2011 5:32 am
Subject: Re: alpha components

> I was afraid of that. The Mac OS standard color picker doesn't display
> the alpha channel controls when invoked by the Standard Additions
> scripting addition, as far as I know. And if it did, it probably
> wouldn't include the alpha channel setting in the results returned to
> AppleScripts.  : /

I thought this ... unfortunately
I'll find another way, I hope

thanks for reply :)

--
Togli "LEVA" dal mio indirizzo per contattarmi


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »