supster Posted December 22, 2005 Report Share Posted December 22, 2005 I'm not sure if this is a bug or not, but it goes against how most other applications behave, so I thought I would mention it.Generally, when you double click the tray icon, the application should be put on top, and given focus. This is exactly what happens with uTorrent when uTorrent is minimized in the tray and I double click it. Perfect!However, let's say I have uTorrent up, but it's behind a couple of other windows, let's say my browser. I want to bring uTorrent up top, so I double click the tray icon. However, because uTorrent is not in the active window that has focus, uTorrent will get minimized.If you guys still aren't sure what I am saying:OnTrayDClick(){ if(isMinimized || !hasFocus) BringToTop(); else Minimize();} Link to comment Share on other sites More sharing options...
1c3d0g Posted December 22, 2005 Report Share Posted December 22, 2005 If you set it to single-click it already does this... :/ Link to comment Share on other sites More sharing options...
Ultima Posted December 22, 2005 Report Share Posted December 22, 2005 But if single click is set, one wouldn't want to double click just to see the window again -- the person set it to single click for a reason. I noticed this minor quibble as well, but didn't care enough to make a post about it xD@supster: Pseudocode is always easy to understand ;P Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.