Skip to main content



      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 08:46 Go to next message
Eclipse UserFriend
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 02:36 Go to previous message
Eclipse UserFriend
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 02:37] by Moderator

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


Current Time: Wed Jun 18 05:19:10 EDT 2025

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

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

Back to the top