Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » My 'Problems' view is not working
My 'Problems' view is not working [message #496819] Wed, 11 November 2009 13:46 Go to next message
Giovanni De Sossi is currently offline Giovanni De SossiFriend
Messages: 161
Registered: October 2009
Location: Rome, Italy
Senior Member

Hi all,

I've added a 'Problems' view in my RCP app, by adding "org.eclipse.ui.ide" in my dependencies, and coding

bottomRight.addView(IPageLayout.ID_PROBLEM_VIEW);

in my DiagramEditorPerspective class.

So, I have the view, but it remains blank even if I push the 'Validate' menu item (I've implemented validation, of course..): it seems I forgot anything, any help?

Regards,

Giovanni.
Re: My 'Problems' view is not working [message #528052 is a reply to message #496819] Mon, 19 April 2010 06:36 Go to previous message
Al B is currently offline Al BFriend
Messages: 130
Registered: July 2009
Senior Member
Is your resource loaded using platform:/resource/ URIs?

Using the EcoreUtil.getURI(EObject) method on the "target" element, you can see if it is actually using file:/ or platform:/

[Updated on: Mon, 19 April 2010 06:37]

Report message to a moderator

Previous Topic:Detached views randomly opens docked
Next Topic:Data binding issue
Goto Forum:
  


Current Time: Thu Apr 25 17:05:11 GMT 2024

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

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

Back to the top