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

Re: HighlightColor

To: REALbasic-NUG German <realbasic-nug dot de at lists dot realsoftware dot com>
Subject: Re: HighlightColor
From: Andy Fuchs <andy at foxwerk dot de>
Date: Sat, 30 Dec 2006 01:35:55 +0100 (MET)
Delivered-to: listarchive at realsoftware dot com
Delivered-to: realbasic-nug dot de at lists dot realsoftware dot com
Thread-index: AccrqmmhqFlMxJedEduVPAAWy46NPw==
Thread-topic: HighlightColor
Also bei mir geht's ... ich kann die selektion so malen wie ich will:

mal so ausm Kopp:

if me.selected(row) then
    g.forecolor = rgb(255,0,0)
   g.fillrect 0,0,g.width-1, g.height-1
end if

andy

at 29.12.2006 18:55 Uhr, Stefan Mettenbrink wrote:

> Das funktioniert ja auch nicht, da die Zeile ja noch selektiert ist und
> das System (oder RB) die selektierte Zeile einer Listbox ohne Focus halt
> gau zeichnet. Leider nach CellBackgroundPaint.





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