Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 16:06 Go to next message
AIT YAHIA Idir is currently offline AIT YAHIA IdirFriend
Messages: 39
Registered: April 2013
Member
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 08:12 Go to previous messageGo to next message
Omer Gillani is currently offline Omer GillaniFriend
Messages: 22
Registered: May 2012
Junior Member

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 17:18 Go to previous messageGo to next message
AIT YAHIA Idir is currently offline AIT YAHIA IdirFriend
Messages: 39
Registered: April 2013
Member
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 17:20]

Report message to a moderator

Re: Basic RCP Application - my first view is not visible [message #1062010 is a reply to message #1061547] Wed, 05 June 2013 12:08 Go to previous message
Sumit Singh is currently offline Sumit SinghFriend
Messages: 141
Registered: October 2012
Location: Bangalore
Senior Member

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 Apr 20 02:40:00 GMT 2024

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

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

Back to the top