Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » display problem in WizardDialog
display problem in WizardDialog [message #19656] Mon, 28 April 2003 15:05 Go to next message
Eclipse UserFriend
Originally posted by: christian.sell.netcologne.de

Hello,

I have a TableViewer (org.eclipse.jface.viewers) subclass which I am
displaying in a LaunchConfigurationTab.

Now I am trying to use the same viewer on a WizardPage. This seemed to
work at first - but strangely, the viewer does not display the table
contents when they are changed programatically.
All the code that is executed is the same in both cases. I also tried
calling refresh() with no success. What could I be doing wrong?

thanks,
Christian
Re: display problem in WizardDialog [message #19902 is a reply to message #19656] Mon, 28 April 2003 15:30 Go to previous message
Christian Sell is currently offline Christian SellFriend
Messages: 77
Registered: July 2009
Member
ok, solved it. I had forgotten to call setInput() first.

Christian Sell wrote:
> Hello,
>
> I have a TableViewer (org.eclipse.jface.viewers) subclass which I am
> displaying in a LaunchConfigurationTab.
>
> Now I am trying to use the same viewer on a WizardPage. This seemed to
> work at first - but strangely, the viewer does not display the table
> contents when they are changed programatically.
> All the code that is executed is the same in both cases. I also tried
> calling refresh() with no success. What could I be doing wrong?
>
> thanks,
> Christian
>
Previous Topic:popupMenus folder Problem
Next Topic:FileEditorInput works only on IFile?
Goto Forum:
  


Current Time: Thu Dec 26 12:20:16 GMT 2024

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

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

Back to the top