Search:

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

Search: Search took 0.03 seconds.

  1. Replies
    6
    Views
    2,017

    Thanks ge0ffrey, that was a fast reply. I will...

    Thanks ge0ffrey, that was a fast reply. I will give it a go! It seems that code is incomplete though, it would be very nice of you to add the bottom bit that is missing from your last post :-) Thanks...
  2. Replies
    6
    Views
    2,017

    master/detail + hibernate

    Dear All,

    I am just learning sprinch rich. I've managed to do a master detaile form and it's working fine.

    q1. How do I get it to work with hibernate, I have everything set-up but how can I...
  3. You can specify initial size of your application...

    You can specify initial size of your application window in your applicationLifecycleAdvisor class (or overrided it in your custom implementation if you need to )

    In my case it's a class :
    ...
  4. Replies
    5
    Views
    1,918

    Thanks a lot, it worked for me. I kind of thought...

    Thanks a lot, it worked for me. I kind of thought of overriding all of the methods, but instead I just overridden one of them :-) The key other method is setVisible, it needs to be overridden, and...
  5. Replies
    5
    Views
    1,918

    I've just managed to get JXStatus bar into my...

    I've just managed to get JXStatus bar into my application by adding the folowing to MultiplepagesApplicationLifecycleAdvisor class:


    public void onWindowCreated(ApplicationWindow window) {
    ...
  6. Replies
    5
    Views
    1,918

    JXStatusBar and Spring RCP

    Hello,

    Does anybody have any expirience of implementing JXStatusBar into Spring RCP based applications? I am currently developing my first application using...
Results 1 to 6 of 6