Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » WorkBenchPage's findView isn't returning the view in Juno(in debug mode)
WorkBenchPage's findView isn't returning the view in Juno(in debug mode) [message #948792] Thu, 18 October 2012 11:32
deepali k is currently offline deepali kFriend
Messages: 5
Registered: May 2012
Junior Member
Hi,

I have a PropertiesView, which I'm trying to load while loading my tool using following code:
"getSite().getPage().findView(PropertiesView.ID)"
It is returning value as null and my view isn't getting loaded in eclipse-Juno in debug mode.
While when I'm doing same thing in plugin mode, it is working finely.

After digging up a bit I found out ,findView() function is able to get the view but from that view reference it is not able to find the required object.
As I was using Helios, code is working perfectly even in debug mode, bit same code is failing in Juno.

Thanks!
Previous Topic:Extension org.eclipse.ui.views.properties.tabbed.propertyContributor
Next Topic:cannot create dynamic Status bar controls in eclipse 4.2
Goto Forum:
  


Current Time: Fri Apr 19 20:24:30 GMT 2024

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

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

Back to the top