Hehehe, Andrius, that was exactly what I did, and it worked. I forgot to post here. :)
Type: Posts; User: Felipe; Keyword(s):
Hehehe, Andrius, that was exactly what I did, and it worked. I forgot to post here. :)
I'm replying to this because I would also like to know the answer for that matter...
Cheers
Felipe
I successfully managed to order the elements in the combobox the way I wanted to.
The previous code was like this:
ComboBoxBinding bindingPAS = (ComboBoxBinding)...
Hello guys,
I have at last successfully bounded my model elements in a combobox.
What I want to do now is to correct the order of its elements.
I have an object with the following...
Thanks Johnny, that worked very well!
If only I knew before that the views have a componentFocusXXX method, and the abstractTable had a method to update the statusbar... :D
That's good, since I...
It looks like a very nice solution that you've come up with.
I'll give that a try when I get home from work! :)
Hello jwray,
Have you tested the sample Simple Application from Spring RC? Try and do the following: go to the contacts view, type, uh, like, "Jones", and then select 2 records in the table. The...
Hello Jonny,
The view being selected is indeed responsible for updating the status bar. In my case, I am initially in a View called "Contacts", in which my status bar is showing how many table...
Guys, I altered here the StatusBar class to have a public getMessage method that returns the content of the message attribute, and created a getMessage method in class StatusBarCommandGroup, that...
Guys, I successfully created a way to know when a view is changed, creating a class that extends ApplicationWindowAwareCommand, and implementing the doExecuteCommand() method. But I just can't get...
Hi,
I'm currently testing the Simple Application sample that is shipped along with Spring Rich Client, and I saw something that I would like to know if there is a way of changing it. When you...
Hum, I saw Keith Donald's reply to an old topic about action listeners where he says about Action Commands. I think I got the idea. I didn't see that in the sample "simple application" because it...
Hello people,
As I am new to this whole Spring Rich Client thing, I am writing to know some basic stuff. I successfully built the examples of petclinic and simple application, and I would like to...
Thanks for your help! Now it worked!
I followed the instructions at http://spring-rich-c.sourceforge.net...mentSetup.html, installed Subversion and so on, got the source code and built it. I then...
It didn't work.
Here is what I did:
In the file richclient-startup-context.xml, I commented these lines:
<!--
<bean id="splashScreen" ...
I'm going to try that, later I'll post if it worked.
Hello guys, I'm new to this forum, and before I post anything new, I tried to look for answers, but I didn't find any for this:
Is it possible to hide the display of the splash screen? I just...