Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Multiple Console Views.
Multiple Console Views. [message #428303] Tue, 10 May 2005 16:53 Go to next message
Ketan Padegaonkar is currently offline Ketan PadegaonkarFriend
Messages: 873
Registered: July 2009
Senior Member
I'm trying to create two console views in my RCP app. Each of the two
views must be connected to different streams. Both the views must also
show _different_ consoles.

I've tried subclassing ConsoleView for each of the views. Then I added

ConsolePlugin.getDefault( ).getConsoleManager(
).showConsoleView(getLoggingConsole());

and

ConsolePlugin.getDefault( ).getConsoleManager(
).showConsoleView(getXMLConsole());

to each of the plugins. However both the views show the same view.

Also adding the following line twice in
Perspective.createInitialLayout() does not work

bottom.addView( IConsoleConstants.ID_CONSOLE_VIEW );



Can anyone help?

--
Ketan Padegaonkar

A master was explaining the nature of Tao to one of
his novices. "The Tao is embodied in all software --
regardless of how insignificant," said the master.
"Is Tao in a hand-held calculator?" asked the
novice.
"It is," came the reply. "Is the Tao in a video
game?" continued the novice. "It is even in a
video game," said the master. "And is the Tao
in the DOS for a personal computer?" The master
coughed and shifted his position
slightly. "The lesson is over for today," he said.
-- Geoffrey James, "The Tao of Programming"
Re: Multiple Console Views. [message #1721345 is a reply to message #428303] Tue, 26 January 2016 17:22 Go to previous message
Esteban Avila is currently offline Esteban AvilaFriend
Messages: 49
Registered: June 2012
Member
Hi ketan, you have some advance on this.
I'm trying to do the same stuff.

I found this, i hope it help.

http://stackoverflow.com/questions/10580516/how-to-open-multiple-consoleview-with-different-input-text

Let me know.

Regards

[Updated on: Tue, 26 January 2016 17:24]

Report message to a moderator

Previous Topic:RCP Training
Next Topic:PNG Splash Screen
Goto Forum:
  


Current Time: Fri Apr 26 19:30:33 GMT 2024

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

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

Back to the top