Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-ua-dev] Universal Welcome extension


Hi Pierre,

It is indeed a bug, and is being tracked in:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=145366

Note that if you configure welcome defaults for your product this will not happen. This is actually what the preference page is for (note the Save As... button). So you can preconfigure welcome to display a specific theme, only the pages you want/need, specific item placement and importance values when the user first launches your product. You can read more in Help -> Help Contents (make sure you have a recent build) under Platform Plug-in Developer's Guide > Programmer's Guide > User assistance support > Welcome > Universal intro > Configuring product defaults. This is currently what the Eclipse SDK does (see org.eclipse.sdk/introData.xml).

Thanks,
Curt




"pierre _" <pican123@xxxxxxxxxxx>
Sent by: platform-ua-dev-bounces@xxxxxxxxxxx

05/06/2006 11:28 AM

Please respond to
"Eclipse Platform User Assistance component developers list." <platform-ua-dev@xxxxxxxxxxx>

To
platform-ua-dev@xxxxxxxxxxx
cc
Subject
[platform-ua-dev] Universal Welcome extension





Hi,
while testing the new welcome implementation, I noticed something weird.
I defined an extension to the Overview page (cf my test.welcome.extension
plugin in attachment)

When I go to the Overview page on a new Eclipse 3.2 RC7 installation, my
extension is aligned to the right (cf 1st_visit.png in attachment).

However, as soon as I changed the Home Page Theme to Purple Mesh, my
extension became aligned to the left (cf 2nd_visit.png in attachment).

When I changed the Home Page Theme back to Circles, my extension remained
aligned to the left (cf 3rd_visit.png in attachment).

Can anyone reproduce this behavior, ie a new extension remains right-aligned
until the theme is changed?
Did I do something wrong? Or is it a bug?

Thanks for your help,
Pierre

_______________________________________________
platform-ua-dev mailing list
platform-ua-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-ua-dev

Attachment: tests.zip
Description: Zip archive


Back to the top