If you still need help you can try play around with this
http://code.google.com/p/flex-blazeds-spring-archetype/
Type: Posts; User: nilols; Keyword(s):
If you still need help you can try play around with this
http://code.google.com/p/flex-blazeds-spring-archetype/
I looked true some old test code I have and in there I found the solution for you, I'm not sure if this already exist in Jonny's code (Check that first =).
In the view descriptor there is a...
Verify that the object with property 'name' has both a setter and a getter for that property.
One explanation to this could be that you only added the dependency to the dependency manager and not as a real dependency.
Oh,
Then try changing the logLevel for the ExceptionHandler or change it to an SilentExceptionHandler, If you dont want to show anything (Haven't used it myself but I guess these are the approach...
If you don't need/use the
editPathsCommand.icon
editPathsCommand.large.icon
editPathsCommand.caption
editPathsCommand.description
properties can't you just remove them from your...
Check that you have
<dependency>
<groupId>org.springframework.richclient</groupId>
<artifactId>spring-richclient-core</artifactId>
</dependency>
in your pom.xml for...
Have you added any new bean defenitions to the richclient-application-context.xml file?
If you have then perhaps you have forgotten to add this dependency to the pom file.
If I understand this correct there is no need to create your own commands because e.g. ShowPageMenu uses the createShowPageCommand that are defined in the PageDescriptor. The createShowPageCommand...
Sometimes it's hard to guess =)
But if I understand you correctly your problem arise after you have used the ShowViewCommand, and all that does (if all PageComponents are created) is to change the...
I just tried adding a TargetableActionCommand to the menubar, and there were no problem, but I think I understand what you mean with "the results are not very good" (The resulting button looks like...
This is just an example, but with this piece of code I could put a StatusBarProgressMonitor that extends AbstractControlFactory in the toolbar.
package...
hi hipparco
Im not sure that extending CommandGroupFactoryBean all the time is such a good idea (But maybe AbstractControlFactory is a class that should be handled).
Another solution could be...
Hi
If you first use the DockingManager to get hold of the frame that you want to change the name on, then it's just to call setTitle().
Example:
JideApplicationWindow window =...
This issue, RCP-542, is fixed in
http://spring-rich-c.svn.sourceforge.net/spring-rich-c/?rev=1999&view=rev
/nilols
So4It AB
jira issue created: RCP-542
/nilols
So4It AB
I can create and submit a patch =)
..to the previous solution is that the solution demands that you change earlier implementations or create new versions of the extended classes for you to be able to handle other kind of components. I...
Hi!
Are there anyone out there that have a solution for adding a JComboBox to the toolbar?
If you have a solution please post the solution so that I can compare it to my solution !
If you...