Skip to main content



      Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Basic RCP Application - my first view is not visible
Basic RCP Application - my first view is not visible [message #1046239] Sun, 21 April 2013 12:06 Go to next message
Eclipse UserFriend
Hi all.

I followed the tutorial Eclipse 3 RCP from vogella

step by step, but when but when I launch the application, my view is missing,I am sure I have not forgotten anything, and I have no exceptions or errors

I tried the solution from Ruben Laguna's blog unsuccessfully

"New Views Don't Show Up When Using Eclipse RCP setSaveAndRestore"

im using eclipse 4.2.

my full code in attachement

someone has an idea where I could miss something ?

with my thanks
Re: Basic RCP Application - my first view is not visible [message #1059513 is a reply to message #1046239] Mon, 20 May 2013 04:12 Go to previous messageGo to next message
Eclipse UserFriend
To make your view visible, you need to include this view in any perspective. It'll be visible in certain perspective.

Write the name of your view in "Quick Access", if you couldn't find your view by using "Quick Access" it means your plugin in not included in run configuration then

- Go to application "Run Configuration"
- Select "Plug-ins" tab
- Select your plugin

Hopefully after doing above mentioned steps you'll be able to find your view by using "Quick Access"

Regards,

Omer Gillani
Re: Basic RCP Application - my first view is not visible [message #1061547 is a reply to message #1059513] Sun, 02 June 2013 13:18 Go to previous messageGo to next message
Eclipse UserFriend
Omer thank you for your answer, I finally solved the problem, the probeme was that I have put PartStack without putting Parts Embarrassed

[Updated on: Sun, 02 June 2013 13:20] by Moderator

Re: Basic RCP Application - my first view is not visible [message #1062010 is a reply to message #1061547] Wed, 05 June 2013 08:08 Go to previous message
Eclipse UserFriend
Take a look for this RCP application eclipse. It will helps you farther .
Previous Topic:Problem with SWT Browser in 3.8
Next Topic:contribute error parser
Goto Forum:
  


Current Time: Sat Mar 15 17:50:30 EDT 2025

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

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

Back to the top