realbasic-games
[Top] [All Lists]

listbox color

To: realbasic-games at lists dot realsoftware dot com
Subject: listbox color
From: KamaShin <kamashin at free dot fr>
Date: Thu, 23 Dec 2004 02:35:35 +0100
Delivered-to: realbasic-games at lists dot realsoftware dot com
References: <20041222180029 dot 2E3F25F9F13 at lists dot realsoftware dot com>
OOOOOOOK, this time I found a solution on my own: don't know if this is an "official" way of what I wanted but it works damn well: just use

if ListBox.ActiveCell<>nil then
       Self.SetFocus
end if

the ListBox (contained in "self") then gets the focus, making the previous ActiveCell lose it...

So uhhhm well, let's pretend I never asked anything K??


_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

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