Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » show view dialog programmaticaly???
show view dialog programmaticaly??? [message #453134] Sun, 23 July 2006 02:50 Go to next message
sensystems is currently offline sensystemsFriend
Messages: 24
Registered: July 2009
Junior Member
Hello, how can i open the "show view" dialog programmaticaly in my rcp?
Thanks in advance.
sensystems
Re: show view dialog programmaticaly??? [message #453138 is a reply to message #453134] Sun, 23 July 2006 14:17 Go to previous message
Mario Winterer is currently offline Mario WintererFriend
Messages: 136
Registered: July 2009
Senior Member
sensystems schrieb:
> Hello, how can i open the "show view" dialog programmaticaly in my rcp?
> Thanks in advance.
> sensystems

IHandle showViewHandler = new ShowViewHandler();
showViewHandler.execute(new ExecutionEvent());

(I'm not sure, but maybe you must call dispose on the showViewHandler when it is not required any more.)

Best regards,
Tex
Previous Topic:how to open external files through one rcp application like UltraEdit
Next Topic:unit testing vs. integration testing practices
Goto Forum:
  


Current Time: Sat Oct 05 13:10:02 GMT 2024

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

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

Back to the top