Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Win7 taskbar grouping
Win7 taskbar grouping [message #754720] Fri, 04 November 2011 01:59 Go to next message
Leung Wang Hei is currently offline Leung Wang HeiFriend
Messages: 64
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 10:36 Go to previous messageGo to next message
Leung Wang Hei is currently offline Leung Wang HeiFriend
Messages: 64
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
Re: Win7 taskbar grouping [message #1700041 is a reply to message #761350] Mon, 29 June 2015 19:07 Go to previous message
Torge Kummerow is currently offline Torge KummerowFriend
Messages: 26
Registered: July 2009
Junior Member
Hi,
any solution to this yet?

I have multiple eclipse instances for completely different purposes (PHP/Java/C++/...)
And I tired hard to get them their seperate pins in the taskbar, to no success.

Even renaming the eclipse.exe does not work They end up grouped together.

Interestingly though, during starting it gets its seperate space in the taskbar.
Previous Topic:[RAP] Font.equals with disposed fonts
Next Topic:SWTBrowser langauge
Goto Forum:
  


Current Time: Mon May 13 02:34:14 GMT 2024

Powered by FUDForum. Page generated in 0.03527 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top