realbasic-nug.de
[Top] [All Lists]

Re: Cellbackgroundpaint und cellcheck

To: REALbasic NUG German <realbasic-nug dot de at lists dot realsoftware dot com>
Subject: Re: Cellbackgroundpaint und cellcheck
From: Stefan Mettenbrink <S dot Metti at gmx dot de>
Date: Fri, 23 Sep 2005 13:49:00 +0200
Delivered-to: realbasic-nug dot de at lists dot realsoftware dot com
References: <BF59A383 dot 17B6%m dot a dot r dot c dot o at quartnet dot de>
Marco Weinrich wrote:

Wäre nett, wenn ir nochmal jemand auf die Sprünge hilft...

 If me.cellcheck(row,2) and column=0 then
   g.foreColor=RGB(158,238,255)
 elseif column=0 then
   g.foreColor=RGB(255,255,255)
 end if
 g.FillRect 0,0,g.width,g.height

MfG, Metti.

<Prev in Thread] Current Thread [Next in Thread>