Skip to main content



      Home
Home » Eclipse Projects » Rich Client Platform (RCP) » show view dialog programmaticaly???
show view dialog programmaticaly??? [message #453134] Sat, 22 July 2006 22:50 Go to next message
Eclipse UserFriend
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 10:17 Go to previous message
Eclipse UserFriend
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: Fri Apr 18 13:34:27 EDT 2025

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

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

Back to the top