Thread: [Solved] JDownloader steals focus
View Single Post
  #19  
Old 10.06.2013, 18:34
bici-boci bici-boci is offline
JD Legend
 
Join Date: Mar 2009
Posts: 766
Default

Quote:
Originally Posted by coalado View Post
PLease use AdvancedConfig -> getWindowFocusActionWhenNewLinksAreAdded in the next update..

There are several options on what happens when new links were added:
  • NOTHING -->Taskbar Icon flashing only
  • REQUEST_FOCUS_IF_MAXIMIZED --> popup linkgrabber if frame is maximized - else taskbar flashing
  • REQUEST_FOCUS_IF_MAXIMIZED_OR_ICONIFIED --> popup linkgrabber if frame is not in tray - else taskbar flashing
  • ALWAYS_REQUEST_FOCUS --> popup linkgrabber always
After update I found the following settings, filtering for "focus" :

GraphicalUserInterfaceSettings.focustriggerforcaptchadialogs
-Action that will be performed when the Linkgrabber adds new links.

NEVER
MAINFRAME_IS_MAXIMIZED
MAINFRAME_IS_MAXIMIZED_OR_ICONIFIED
MAINFRAME_IS_MAXIMIZED_OR_ICONIFIED_OR_TOTRAY

GraphicalUserInterfaceSettings.windowsrequestfocusonactivationenabled
-Set to true if you want JDownloader to steal focus when the window pops up

I set NEVER and disabled for the above settings, disabled again the Tray Icon, but when I copy a link, JD2 steals focus and shows Linkgrabber with the link.

What is the proper setting ?
In previous versions I had no problems with focus.

Another question: what is the relation between "focustriggerforcaptchadialogs" in the setting name and "Linkgrabber adds new links" in description ?
Reply With Quote