Path: news.daimi.aau.dk!not-for-mail From: Henry Michael Lassen Newsgroups: comp.lang.beta Subject: Re: beta guienv questions Date: 13 Oct 1997 17:09:31 +0200 Organization: DAIMI, Computer Science Dept. of Aarhus Univ. Lines: 24 Message-ID: <51zpodg0no.fsf@fraxinus.daimi.aau.dk> References: <3441D216.37D1@geocities.com> NNTP-Posting-Host: fraxinus.daimi.aau.dk X-Newsreader: Gnus v5.3/Emacs 19.33 Xref: news.daimi.aau.dk comp.lang.beta:11272 Unfortunately, this is a bug in GUIenv on the Windows platform. It is fixed in an upcoming bug-fix release. (That is: the bug is already fixed and we are in the process of preparing the release.) ger <_ger@geocities.com> writes: > > Hello everyone, > > I've some questions about BETA's guienv: > > 1) The following source was intended to generate a window with randomly > colored, random lines. Unfortunately it does only draw random lines, but > all have the same > (default) color. Why? I thought the > (r,g,b)->TheLines[i].pen.foregroundcolor > statement (marked with *** ) would do it. > > [---source follows ---]