Hi,
How can I set a drop down arrow, right after button icon/text.
I have a toolbar with buttons wich are CommandGroups and have sub-menus.
From user point of view it will be good if these...
Type: Posts; User: min; Keyword(s):
Hi,
How can I set a drop down arrow, right after button icon/text.
I have a toolbar with buttons wich are CommandGroups and have sub-menus.
From user point of view it will be good if these...
Thanks Tony,
This way is more elegant, and also does not need to modify DefaultApplicationObjectConfigurer
Hi SpringRCP team,
Finally I found my problem.
It is in
org.springframework.richclient.application.config DefaultApplicationObjectConfigurer
protected Locale getLocale() {
Hi,
in java:
Locale....().set...Language()
In Locale there is no set...Language()....
I try
LocaleContextHolder.setLocale(new Locale())
, but it does not work?
Hi,
Is there a way to localize messages in RCP?
There are three language versions (fr, nl, de) of messages.properties in
the package org.springframework.application.
How can switch between...
Thanks,
I have missed JEM-SDK.
Miroslav
Hi,
I installed SpringIDE-1.3 in a clean Eclipse-3.1.2 instalation with also installed GEF-3.1.1 and WST-R 1.0.2.
It seams that Spring IDE is not working. There is no Spring menu in...
Thanks Fanfy,
I have also an experience with flexdock-0.4.0, multi-page and multi-view in Spring-RCP, but I am not satisfied from my success.
I appreciate your code and would be glad to see it in...
Is it possible to place in a ToolBar components that are not Buttons?
What I have to do?
Can I made an ActionCommand with parameter, for example the selected value of ComboBox?