Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » trouble disabling the 'Search' button on the eclipse SearchDialog
trouble disabling the 'Search' button on the eclipse SearchDialog [message #602744] Wed, 21 October 2009 16:55
Josh O'Dowd is currently offline Josh O'DowdFriend
Messages: 5
Registered: September 2010
Junior Member
Greetings:

I have registered an ISearchPage in my plugin to do a custom search. I have
taken advantage of storing the ISearchPageContainer via the setContainer()
implementation. It is my understanding from the javadoc for this object
that I can use the setPerformActionEnabled(boolean) method from the
container to control the button on the SearchDialog. I have tried calling
container.setPerformActionEnabled from the setContainer() and from the
createControl() methods of my ISearchPage but to no avail, the Search
button remains... Where should I call the enabled method from to initially
disable the Search button on the SearchDialog??

Many Thanks for your time!

Josh O'Dowd
Previous Topic:trouble disabling the 'Search' button on the eclipse SearchDialog
Next Topic:How to add a bundle in the Run configurations
Goto Forum:
  


Current Time: Thu Apr 25 10:42:16 GMT 2024

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

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

Back to the top