Hey All,

 

I'm working on a suggestive search component that will search our
companies LDAP directory.  The issue we're having is that the
RemoteObject calls are blocking the UI.  Since the search is performed
after a certain number of characters have been typed, once the call
starts, the UI becomes inaccessible until the call is complete.  

 

New keystrokes are supposed to kill the current call, and no call is
made until 250ms after the user stops typing, but this doesn't seem to
be helping.  And, since the UI is blocked, and you can't type
(keystrokes appear after the call completes), the CHANGE event that is
dispatched during typing doesn't fire until after (again, not helping
:-)).

 

Is there a way to thread the call?  I'm going to assume no :-)  Any
suggestions on how to handle this would be appreciated.

 

Jay Proulx

Application Developer

Internet Delivery Services - eVision Team

[EMAIL PROTECTED]

(613) 783-6711

 

Reply via email to