UnderwareDESIGN

PlayBASIC => Beginners => Topic started by: basil99 on September 10, 2007, 01:45:46 AM

Title: color problem
Post by: basil99 on September 10, 2007, 01:45:46 AM
Hi !

I have a really huge project in development, all is Ok, exept one weird thing. I have the following code somewhere

setcurcor x,y
ink rgb( 255, 255, 255 )
print "some text string"

from one moment, I got output text not white, but yellow. Also, in another similar part of code I got no text at all, but when I change ink rgb( 255, 255, 255 ) to ink rgb( 254, 254, 254 ) i got also yellow text.

I another part of programm box ....  rgb( 255,0,0 ) makes not RED box, but some gray one

need to say one more time, all works Ok, no problems at all, exept this one

any ideas ?
Title: Re: color problem
Post by: kevin on September 10, 2007, 06:21:01 AM

  What version of PB are you using ?

Title: Re: color problem
Post by: basil99 on September 11, 2007, 02:23:31 AM
1.63m atm, but this take place in an old version, like 1.59x, too
Title: Re: color problem
Post by: kevin on September 11, 2007, 02:35:13 AM
  You'll have to post complete code that demonstrates this issue.