Search:

Type: Posts; User: Felipe; Keyword(s):

Search: Search took 0.02 seconds.

  1. Replies
    3
    Views
    1,295

    Hehehe, Andrius, that was exactly what I did, and...

    Hehehe, Andrius, that was exactly what I did, and it worked. I forgot to post here. :)
  2. Replies
    2
    Views
    1,324

    Nobody?

    I'm replying to this because I would also like to know the answer for that matter...

    Cheers

    Felipe
  3. Replies
    3
    Views
    1,295

    Managed to order the elements in the combobox!

    I successfully managed to order the elements in the combobox the way I wanted to.

    The previous code was like this:

    ComboBoxBinding bindingPAS = (ComboBoxBinding)...
  4. Replies
    3
    Views
    1,295

    Order of elements in a combobox

    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...
  5. Nice work!

    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...
  6. Hummm

    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! :)
  7. Hello jwray, Have you tested the sample...

    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...
  8. Hello Jonny, The view being selected is...

    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...
  9. Yes! It worked!

    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...
  10. Guys, I successfully created a way to know when a...

    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...
  11. Updating the text in the statusbar of the Simple App sample

    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...
  12. Replies
    2
    Views
    969

    Hum, I saw Keith Donald's reply to an old topic...

    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...
  13. Replies
    2
    Views
    969

    Listening to actions

    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...
  14. Replies
    6
    Views
    1,150

    Thanks for your help! Now it worked! I...

    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...
  15. Replies
    6
    Views
    1,150

    It didn't work. Here is what I did: In the...

    It didn't work.

    Here is what I did:

    In the file richclient-startup-context.xml, I commented these lines:

    <!--
    <bean id="splashScreen" ...
  16. Replies
    6
    Views
    1,150

    I'm going to try that, later I'll post if it...

    I'm going to try that, later I'll post if it worked.
  17. Replies
    6
    Views
    1,150

    How to not show the splash screen at startup

    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...
Results 1 to 17 of 17