Search:

Type: Posts; User: jh@schaubroeck.be; Keyword(s):

Page 1 of 4 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    4
    Views
    1,355

    Damn... that would have been too easy! Have...

    Damn... that would have been too easy!

    Have you tried putting a breakpoint in the equals method of your objects to check if it's actually used? Or try putting one in ObjectUtils.nullSafeEquals()...
  2. Replies
    4
    Views
    1,355

    As a first, there are some minor errors in your...

    As a first, there are some minor errors in your samples (first property is propertyA, missed out on one ')' at the end). I tried the first two as I was baffled that these didn't work. I used strings...
  3. Replies
    7
    Views
    5,059

    Should've checked the forums first, I could've...

    Should've checked the forums first, I could've mentioned you too in the mail I sent on the dev list, sorry. Anyways read:

    http://www.nabble.com/Spring-RCP-Desktop-p18025500.html

    Which basically...
  4. We're still in a very early phase of the desktop...

    We're still in a very early phase of the desktop project. We'll probably post a message when we think it's reasonable for users to look at it.

    I would also like to note that, if there are people...
  5. When overriding the DefaultConversionService, a...

    When overriding the DefaultConversionService, a number of converters are missing because these are normally added in the DefaultConversionServiceFactoryBean. So I would suggest you override that...
  6. I just tried to two changes you've mentioned and...

    I just tried to two changes you've mentioned and got the correct behavior so I'm not sure where it goes wrong in your setup. Did you check if the injected values are correct and that there isn't a...
  7. Replies
    1
    Views
    754

    Have you tried to use the...

    Have you tried to use the PropertyPlaceholderConfigurer of spring? This makes it possible to read in property files and use these as variables within your context. So you could use the...
  8. This change was also described in the upgrading...

    This change was also described in the upgrading docs at the bottom:

    http://spring-rich-c.sourceforge.net/1.0.0/user/upgrading/upgradingTo1.0.x.html

    The images should be properly namespaced and...
  9. Replies
    9
    Views
    3,958

    It's allways nice to hear that Spring Richclient...

    It's allways nice to hear that Spring Richclient is used! If it's possible we can allways add a link in our 'Powerd By' page on the site.

    The spring-richclient-tiger library has been renamed to...
  10. Replies
    9
    Views
    3,958

    The snapshot repository was a bit neglected...

    The snapshot repository was a bit neglected indeed. I'll take note!

    Regards,
    Jan
  11. Replies
    9
    Views
    3,958

    Spring Richclient 1.0.0 Release

    Hi,

    We've released version 1.0.0 of Spring Richclient. You can use the maven repository of Spring Rich to access the jars with maven or download the zip at sourceforge:

    Maven repo:...
  12. Replies
    12
    Views
    5,646

    You could look upon the Spring Desktop as a new...

    You could look upon the Spring Desktop as a new project with a lot of influence from Spring Richclient. We don't want to have all the bagage of the current codebase and have our hands tied. This is...
  13. Is there a full stack trace you can show? If the...

    Is there a full stack trace you can show? If the application starts correctly and you only experience difficulties opening another window, the context should be alright.
  14. Replies
    4
    Views
    1,107

    There might be a problem in your context. If...

    There might be a problem in your context. If you've added several p: attributes, I would guess you should see them all in your screenshot under attributes. Have you tried extracting the problem to a...
  15. Replies
    4
    Views
    1,107

    I've used the p namespace to set the...

    I've used the p namespace to set the closeOnCancel on the petclinic sample and had no problem with it. Setting a debug point in the setter method showed that it was called correctly.

    Strange that...
  16. Replies
    12
    Views
    5,646

    Spring Richclient Status & Future

    Hi,

    As you may know, we had planned to have a Spring Richclient 1.0 release
    somewhere at the end of Januari. It's March already and no release has
    been pushed out. Don't start to panic just yet,...
  17. Replies
    10
    Views
    2,529

    Feel free to add it to the jira as an...

    Feel free to add it to the jira as an improvement:

    http://jira.springframework.org

    Kind Regards,
    Jan
  18. I've not yet encountered such a problem so a...

    I've not yet encountered such a problem so a simple example could help determine the cause. However, if it's a pure form layout problem and you can create an example without any Spring RCP...
  19. Replies
    10
    Views
    2,529

    Do you have a patch with your proposed changes? I...

    Do you have a patch with your proposed changes? I would like to see your changes.

    Kind Regards,
    Jan
  20. I don't use the masterdetailform, but we use a...

    I don't use the masterdetailform, but we use a JXTable and the Highlighters from swingx. You could have a look at that. If you still need some assistance, please provide a working sample of what...
  21. Not sure what you mean here. Can you elaborate...

    Not sure what you mean here. Can you elaborate with a use case (summing up what you expect to happen with each user input)?

    Do you refer to having an Employee selected and then filling a combobox...
  22. Replies
    1
    Views
    1,047

    Is the array empty at the time of the form...

    Is the array empty at the time of the form construction? If not, what's the complete error trace you get?

    Kind Regards,
    Jan
  23. Replies
    4
    Views
    1,530

    Just tried your application and it ran fine. ...

    Just tried your application and it ran fine.

    One small remark: I'm running it on linux and it seems that the old default laf is used. Maybe you should provide eg a jgoodies laf which would make...
  24. Have you tried registering custom converters?...

    Have you tried registering custom converters? Normally if source type and destination type don't match, a search is done to find a converter between the two. If none is found an exception is raised....
  25. I could have a look at it if you can provide a...

    I could have a look at it if you can provide a working example for this use-case. The code you pasted seems incomplete. Providing a zip with a working class file would be much easier to test against....
Results 1 to 25 of 93
Page 1 of 4 1 2 3 4