Bug in 8.0 (838)

This area contains the messages from the old Yahoo gcmac group after the port.
Post Reply
Robert Poland
Posts: 0
Joined: Sun Jan 03, 2010 3:45 pm

Bug in 8.0 (838)

Post by Robert Poland »

Thorsten,If I set the background and foreground colors to white and run the following script the colors both change to black. it worked with previous versions.set blueGray to {30, 30, 40}set red to {255, 0, 0}tell application "GraphicConverter" activate show tools tell window 1 -- Tools window set foreground color to red set background color to blueGray -- Blue Gray delay 0.2 -- need time end tellend tell Robert Poland - Fort Collins, CO
thorstenlemke
Posts: 0
Joined: Fri Dec 30, 2016 12:00 pm

Re: Bug in 8.0 (838)

Post by thorstenlemke »

Hi, Colors on the mac are in the range of 0..65535 Thorsten > Von: Robert Poland <rpoland@usa.net> > Antworten an: <gcmac@yahoogroups.com> > Datum: Tue, 24 Apr 2012 08:29:29 -0600 > An: GcMac <gcmac@yahoogroups.com> > Betreff: [gcmac] Bug in 8.0 (838) > > Thorsten, > > If I set the background and foreground colors to white and run the following > script the colors both change to black. > > it worked with previous versions. > > set blueGray to {30, 30, 40} > set red to {255, 0, 0} > > tell application "GraphicConverter" > activate > > show tools > tell window 1 -- Tools window > set foreground color to red > set background color to blueGray -- Blue Gray > delay 0.2 -- need time > end tell > end tell > > > Robert Poland - Fort Collins, CO > > >
Robert Poland
Posts: 0
Joined: Sun Jan 03, 2010 3:45 pm

Re: Bug in 8.0 (838)

Post by Robert Poland »

Thorsten, Is that only in the latest version 8 or ??? On Apr 24, 2012, at 1:26 PM, Thorsten Lemke wrote: > Hi, > > Colors on the mac are in the range of 0..65535 > > Thorsten > > >> Von: Robert Poland <rpoland@usa.net> >> Antworten an: <gcmac@yahoogroups.com> >> Datum: Tue, 24 Apr 2012 08:29:29 -0600 >> An: GcMac <gcmac@yahoogroups.com> >> Betreff: [gcmac] Bug in 8.0 (838) >> >> Thorsten, >> >> If I set the background and foreground colors to white and run the following >> script the colors both change to black. >> >> it worked with previous versions. >> >> set blueGray to {30, 30, 40} >> set red to {255, 0, 0} >> >> tell application "GraphicConverter" >> activate >> >> show tools >> tell window 1 -- Tools window >> set foreground color to red >> set background color to blueGray -- Blue Gray >> delay 0.2 -- need time >> end tell >> end tell >> >> >> Robert Poland - Fort Collins, CO >> >> >> Robert Poland - Fort Collins, CO
thorstenlemke
Posts: 0
Joined: Fri Dec 30, 2016 12:00 pm

Re: Bug in 8.0 (838)

Post by thorstenlemke »

Hello, Already since MacOS classic. Thorsten > Von: Robert Poland <rpoland@usa.net> > Antworten an: <gcmac@yahoogroups.com> > Datum: Tue, 24 Apr 2012 13:43:12 -0600 > An: <gcmac@yahoogroups.com> > Betreff: Re: [gcmac] Bug in 8.0 (838) > > Thorsten, > > Is that only in the latest version 8 or ??? > > > On Apr 24, 2012, at 1:26 PM, Thorsten Lemke wrote: > >> Hi, >> >> Colors on the mac are in the range of 0..65535 >> >> Thorsten >
Robert Poland
Posts: 0
Joined: Sun Jan 03, 2010 3:45 pm

Re: Bug in 8.0 (838)

Post by Robert Poland »

Thorsten,Interesting, I had been using in a scriptset blueGray to {30, 30, 40}set red to {255, 0, 0}tell application "GraphicConverter" activate show tools tell window 1 -- Tools window set foreground color to red set background color to blueGray -- Blue Gray delay 0.2 -- need time end tellend tellfor some time now.On Apr 24, 2012, at 1:48 PM, Thorsten Lemke wrote: Hello,Already since MacOS classic.ThorstenVon: Robert Poland <rpoland@usa.net>Antworten an: <gcmac@yahoogroups.com>Datum: Tue, 24 Apr 2012 13:43:12 -0600An: <gcmac@yahoogroups.com>Betreff: Re: [gcmac] Bug in 8.0 (838)Thorsten,Is that only in the latest version 8 or ???On Apr 24, 2012, at 1:26 PM, Thorsten Lemke wrote:Hi,Colors on the mac are in the range of 0..65535Thorsten Robert Poland - Fort Collins, CO
Post Reply