[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools] Re: How can I get rid of the extra spaces at the bottom of the Wizard page
|
- From: leonal@xxxxxxxxxx (Leona Lee)
- Date: 17 Apr 2001 19:23:32 GMT
- Newsgroups: eclipse.tools
- Organization: http://www.eclipsecorner.org
- User-agent: NewsPortal 0.23
Randy_Giffen@xxxxxxx wrote:
> >> There are extra spaces at the bottom of the wizard page (i.e. outside
> my
> >> Composite) which make my page terribly long. Does anyone know how to
> get
> >> rid of them ?
> > There was a bug in the page size calculation code which was fixed in
> build
> > 0.033
> > The wizard dialog automatically sizes to the size required by the
> largest
> > page.
> Just as a further note:
> The build posted on eclipse corner is based on platform build 0.033b so it
> has the fix I mentioned above. Thus if you are using this build it must be
> some other problem.
> Are you opening the wizard dialog yourself or contributing to one of the
> workbench wizard extension points? The wizard dialog can appear larger
> than expected for a given page if it contains other larger pages or if it
> was specifically set to open at a particular size.
Thank you for your responses.
Actually I am in the iSeries team, and the product (WDT/400) that I work
on only use the 01/31 drop, it is not the 0.033 nor 0.033b build that you
referred to, so I probably don't have your fixes.
I am opening a new wizard dialog, not contributing to the workbench
wizard, the extra spaces were there for all the pages in my wizard, i.e.
none of the
page really needed it.
I asked person that is responsible for my area here, and it sounded like
our product will not be shipping a newer eclipse driver at the time we GA
(May/01).
So is it possible to get a code snippet from you that I can incorporate in
my codes to fix up the page sizes ?
Thank again for your help.