On Sep 13, 2006, at 1:46 PM, Arnaud Nicolet wrote:
Le 13 sept. 06 à 19:31 Soir, Claude Stone a écrit:
Can anyone out there tell me what listbox signal/function can be
used to signal the end of a listbox sort??
Unless it has changed recently, there is no such function.
You have to put a timer on the window (mode=0, period=10) and use
that code in the SortColumn event:
MyTimer.mode=1
Then your timer will be called when the sort
finishes._______________________________________________
Take a look at <http://www.declaresub.com/Articles/
HowDoI.html#sortComplete>.
Charles Yeomans
_______________________________________________
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>