Skip to main content

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

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




Back to the top