| Win7 taskbar grouping [message #754720] |
Thu, 03 November 2011 21:59  |
Leung Wang Hei Messages: 61 Registered: July 2010 |
Member |
|
|
Hi all,
It seems that all java apps are put under the same taskbar group in
Win7, which as stated by some online Win7 doc, are considered as
"similar application".
Is it possible to customize this grouping behaviour (add some Win appId
or something)? Or at least make it consider different jar as NOT similar?
Thanks,
Hei
|
|
|
| Re: Win7 taskbar grouping [message #761350 is a reply to message #754720] |
Tue, 06 December 2011 05:36  |
Leung Wang Hei Messages: 61 Registered: July 2010 |
Member |
|
|
Win7 uses applicationId for the grouping and according to this
https://bugs.eclipse.org/bugs/show_bug.cgi?id=294827
(comment #4 and comment #8)
Display.setAppName() should have set the application id in the first time.
With Eclipse 3.7, I try to call Display.setAppName() before
PlatformUI.createDisplay() like the below. Still, all shells dumped to
one taskbar icon:
Display.setAppName(id); // id is ready from a file and different for
every session
Display display = PlatformUI.createDisplay();
Any help is appreciated?
On 11/4/2011 9:59 AM, Leung Wang Hei wrote:
> Hi all,
>
> It seems that all java apps are put under the same taskbar group in
> Win7, which as stated by some online Win7 doc, are considered as
> "similar application".
>
> Is it possible to customize this grouping behaviour (add some Win appId
> or something)? Or at least make it consider different jar as NOT similar?
>
>
> Thanks,
> Hei
|
|
|
Powered by
FUDForum. Page generated in 0.05022 seconds