Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-ui-dev] Updating RCP tutorial for M7


Nick,

This is document in the first comment of bug
https://bugs.eclipse.org/bugs/show_bug.cgi?id=47124
and separately in
https://bugs.eclipse.org/bugs/show_bug.cgi?id=52380

Someone is looking into it.

/michael


Nick Edgar/Ottawa/IBM@IBMCA
Sent by: platform-ui-dev-admin@xxxxxxxxxxx

02/18/2004 10:58 AM

Please respond to
platform-ui-dev

To
platform-ui-dev@xxxxxxxxxxx
cc
Subject
Re: [platform-ui-dev] Updating RCP tutorial for M7





Ed,

Sorry for the delay in responding.  There have been changes to the default
window sizing code in the new look stream, although it shouldn't result in
a really small window.  I'll have a look.
An RCP app can override the initial size and location by directly
modifying them on the window's shell in WorkbenchAdvisor.postWindowOpen.
But you should get something reasonable by default.

Regards,
Nick




"Ed Burnette" <Ed.Burnette@xxxxxxx>
Sent by: platform-ui-dev-admin@xxxxxxxxxxx
02/14/2004 12:20 PM
Please respond to
platform-ui-dev


To
<platform-ui-dev@xxxxxxxxxxx>
cc

Subject
[platform-ui-dev] Updating RCP tutorial for M7






I'm trying to get the RCP tutorials running in M7 and could use a little
advice. They all run but there are some differences.

When using the new look jars, Tutorials 1 and 2 start with a really small
window, like 100x100, but tutorial 3 starts with a much bigger one, looks
like 800x600. In M6 and in M7 with the default jars they all start with a
bigger window. Any idea why this is so? What's the recommended way for an
RCP app to control its initial window size?

Also the help menu disappeared in tutorial 3 in both looks. I'll enter a
bug report on that.

_______________________________________________
platform-ui-dev mailing list
platform-ui-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-ui-dev


_______________________________________________
platform-ui-dev mailing list
platform-ui-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-ui-dev


Back to the top