Search:

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

Search: Search took 0.11 seconds.

  1. Thanks for the reply Larry. Completely forgot...

    Thanks for the reply Larry. Completely forgot about this with the holidays and all. Problem solved anyway.
  2. Is it possible to share an object between 2 views?

    Hi,

    In my application, i have 2 views, say View1 and View2. In the createControl() method of View1, i create an object which contains data important to my application as a whole. I want this...
  3. Im just reporting that this fix mentioned in the...

    Im just reporting that this fix mentioned in the previous post does work for anyone thats interested. This allows you to use the same messages.properties file whether you are using...
  4. Replies
    11
    Views
    1,775

    Ok, problem sorted out. Thanks again. ...

    Ok, problem sorted out. Thanks again.

    lstreepy wrote:


    Your right, thats not what i want. I want the form to cancel all changes if the user clicks on Cancel, so i better use the...
  5. Replies
    11
    Views
    1,775

    Sorry for this Larry and thanks again for your...

    Sorry for this Larry and thanks again for your time...



    /**
    *
    * @param formModel
    */
    public PreferencesForm() {
    super(PreferencesForm.FORM_ID);
  6. Replies
    11
    Views
    1,775

    Displaying information in a form when its opened?

    Ok ive figured out that my information is being saved into the class which stores my Preferences after using the help from the previous post. Thanks for that.

    Now (if someone has the time to...
  7. Replies
    11
    Views
    1,775

    Saving changes entered into a Form

    How can i save the changes the user makes in my options form?

    Should i override the 'commit()' method from the AbstractForm class and get all the info entered into the form from the FormModel...
  8. Replies
    2
    Views
    876

    A few Pet Clinic example questions

    Hi,

    I am developing an application and im using the Pet Clinic example to work out how Spring RCP works. A few questions though.

    1 My application seems to be very slow in comparision to Pet...
  9. Apologies. I need to use the SwingBindingFactory...

    Apologies. I need to use the SwingBindingFactory class to be able to use that handy piece of functionality.:)
  10. Replies
    5
    Views
    1,313

    Thak you, will do.

    Thak you, will do.
  11. protected JComponent createFormControl() { ...

    protected JComponent createFormControl() {
    TableFormBuilder formBuilder = new TableFormBuilder(formModel);

    final JComboBox typeSelector = formModel.createBoundComboBox(
    ...
  12. Replies
    11
    Views
    1,775

    Understandable. Thanks for the help anyway. It...

    Understandable. Thanks for the help anyway. It is getting clearer the more i use it.
  13. Replies
    11
    Views
    1,775

    Yes, thank you. I am just after getting onto...

    Yes, thank you. I am just after getting onto some of them (and others as well :) ) , by following how the login command works.

    Larry:
    Would you have any idea when an official tutorial or a...
  14. Replies
    11
    Views
    1,775

    Opening a Form from a Menu selection

    Hi,

    I am beginning learning about the richclient framework and i am in the process of building my own application with it. I am trying to follow the PetClinic example but i have run into a...
  15. Replies
    5
    Views
    1,313

    Hi, Im just starting Spring and the new...

    Hi,

    Im just starting Spring and the new richclient framework.

    I realise that the people building and contributing to the Richclient framework are busy but im just wondering when a set of...
  16. Replies
    6
    Views
    2,159

    Thanks for that Larry.

    Thanks for that Larry.
  17. Replies
    6
    Views
    2,159

    The petclinic example uses the Hessian Proxy by...

    The petclinic example uses the Hessian Proxy by default. When i change the Hessian line in RemotingSecurityConfigurer.java (ln 88 for me, i do change the other reccomended lines as well as in the...
  18. Replies
    6
    Views
    2,159

    I am getting this problem too. Should i follow...

    I am getting this problem too. Should i follow this persons instructions? Also how does commenting out these few lines affect the richclient framework?

    // {
    // Map map =...
Results 1 to 18 of 18