Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Requested console not displayed
Requested console not displayed [message #332248] Tue, 14 October 2008 13:48
J. Rietz is currently offline J. RietzFriend
Messages: 40
Registered: July 2009
Member
Hi,

I have a scenario where I've created a number of consoles which I've added
to the Console view.

Each console is created and added as below:

MessageConsole console = new MessageConsole(name, image);
ConsolePlugin.getDefault().getConsoleManager().addConsoles(n ew IConsole[]
{ console });

However, I have a problem when I want to display a specific console when
Console view is closed...
Below call should be enough, but isn't.

ConsolePlugin.getDefault().getConsoleManager().showConsoleVi ew(console);

It works when the Console view is open, in that case the Console view is
brough to front and requested console displayed.
But, if the Console view is closed, it is opened and brought to front, but
then the last added console is displayed, not the requested one!

Is it a bug here? Or how can I get it work?

Regards,
Joachim
Previous Topic:Minimum/Maximum Width/Height for a View
Next Topic:Can't use Update manager in 3.3.2
Goto Forum:
  


Current Time: Wed Aug 14 21:57:05 GMT 2024

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

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

Back to the top