realbasic-nug
[Top] [All Lists]

listbox automatic scrolling on drag

To: realbasic-nug at lists dot realsoftware dot com
Subject: listbox automatic scrolling on drag
From: Giulio <giulio at cantoberon dot it>
Date: Sat, 29 Apr 2006 17:59:46 +0200
Delivered-to: realbasic-nug at lists dot realsoftware dot com
References: <20060429045248 dot 4DAFA122B53D at lists dot realsoftware dot com>
I have two listboxes

I need to drag from  listbox1 to listbox2

my problem is:

when I drag from listbox1 to listbox2, if listbox2 has more rows than the number of visible rows and i position the mouse on the top side of listbox2, listbox2 scrolls as expected to show previous not- visible rows. My problem is that if i position the mouse on the bottom side of listbox2 this not happens, the listbox doesn't scroll to show me the following not-visible rows.

the strange thing is thet if i start the drag from listbox2 itself ( it has enabledragreorder = true ) all works fine, it scrolls to the top if the mouse is in the upper side, and scrolls to the bottom if the mouse is in the lower side.

this is happening both on windows and mac

am I missing something?

    Giulio

_______________________________________________
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>
  • listbox automatic scrolling on drag, Giulio <=