[futurebasic] Re: [FB] GWorld Blues

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : October 2001 : Group Archive : Group : All Groups

From: jonathan <jonnnathan@...>
Date: Tue, 30 Oct 2001 10:57:55 +0100
le 2001/10/30 0:00, Ashley Butterworth à macbse@... a écrit :

> Any suggestions on why this is happening and how I can fix it. I have a
> demonstration of this program on Thursday and would like to fix it before
> then.

it is necessary to set the colors in the gworld and the window where you
will be drawing, to white background and black fore, before doing any
drawing. this is a frequent problem.

try: forecolor( _zBlack) : backcolor( _zWhite)
[from memory]
before any drawing.

hth
:-j