Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [rap-dev] AboutDialog feature

Igor,

I agree that having the about dialog would be worth it. Though I am not sure if it is desirable to depend on update.configurator. However, maybe we can get away without the update.configurator. Feel free to file an enhancement request in order to consider this feature for 1.3 (we already have feature freeze for 1.2)

Cheers,
Rüdiger

mail.apptech.nichost.ru wrote:
Hello

For some applications the AboutDialog is very important. But there is no
support of AboutDialog on RAP. It is very easy to copy an implementation of
AboutDialog from the RCP platfrom. But you have to notice that this
implementation works with such interfaces like IBundleGroupProvider. The
objects with types of IBundleGroupProvider provided by
org.eclipse.update.configurator. But the implementation of
org.eclipse.update.configurator suspects that the users locale is a server
locale (the implementation uses Locale.getDefault()).

I think that it is possible to include own implementation of
org.eclipse.update.configurator in RAP target platfrom. And it will be
possible to provide About API for developers. Moreover, the programmers will
be able to use this implementation of org.eclipse.update.configurator to
build their application for web containers.

What do you think about this enhancement?

Thanks,
Igor


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


Back to the top