realbasic-nug
[Top] [All Lists]

Re: Listboxes headers

To: realbasic-nug at lists dot realsoftware dot com
Subject: Re: Listboxes headers
From: Emile Schwarz <emile dot a dot schwarz at wanadoo dot fr>
Date: Sat, 30 Oct 2004 09:42:24 +0200
Delivered-to: realbasic-nug at lists dot realsoftware dot com
References: <20041029170041 dot 2520851923C at lists dot realsoftware dot com>


Subject: Re: Listboxes headers
From: Norman Palardy <palardyn at shaw dot ca>
Date: Fri, 29 Oct 2004 09:21:16 -0600


On Oct 29, 2004, at 6:08 AM, Steve Roy wrote:
On Oct 29, 2004, at 12:58 AM, Jules.Jacquot wrote:
Try this

For i=1 to Numbercolumn
Listbox1.Columnsortdirection(i)=0
Next

When we do this, the heading is still clickable however. Is there a way to make it non-clickable?

in the mouse down put

        if y <= 20 return true

But this removes the resize ability (but the cursor change when it is above the two-columns-border-line).

Also, since we do not have access to the answer for that question: "Who is the current cursor ?", nor we have an event (like ResizePosition or ResizeCursor for example) it is hard to do something.

Comments ?

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

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

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