I'm not sure what the differences are that you're speaking about. The
only changes I made (karynova) is the fix to the extra space trimming in
performSearch() in 1.104. At the same time, I overwrote Monty's changes
to the about box text he made in 1.103, which I fixed in 1.105. Other
than that, I made no changes.

You can check the complete history of changes here:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/dqsd/dqsd/search.htm

Ryan

-----Original Message-----
From: Will Dean [mailto:[EMAIL PROTECTED]] 
Sent: April 24, 2002 5:07 PM
To: [EMAIL PROTECTED]
Subject: [DQSD-Users] Search.htm screwed-up in SF


It appears that karynova has mucked up search.htm a bit more than he
thought...

There are confusing differences between the current SF version, 1.105
and 
earlier versions like 1.103 - they're not fully resolved between 1.104/5

I think it's between Monty and karynova to sort this mess out - I'm a
bit 
unwilling to check anything into that file at the moment.

If anyone's feeling more confident than me, could they at the following:

   if(hotkeyCharacter != "")
   {
      keyboardHook.RegisterHotKey(hotkeyCharacter.charCodeAt(0));
   }
   else if(hotkeyVkCode != 0)
   {
      keyboardHook.RegisterHotKey(hotkeyVkCode);
   }

to postStartup(), after the InstallKeyboardHook call.

I've checked in all the rest of the support for this hotkey work.

Cheers,

Will




_______________________________________________
Dqsd-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dqsd-users

_______________________________________________
Dqsd-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dqsd-users

Reply via email to