Thanks for the reply Larry. Completely forgot about this with the holidays and all. Problem solved anyway.
Type: Posts; User: Chumpski; Keyword(s):
Thanks for the reply Larry. Completely forgot about this with the holidays and all. Problem solved anyway.
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...
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...
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...
Sorry for this Larry and thanks again for your time...
/**
*
* @param formModel
*/
public PreferencesForm() {
super(PreferencesForm.FORM_ID);
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...
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...
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...
Apologies. I need to use the SwingBindingFactory class to be able to use that handy piece of functionality.:)
Thak you, will do.
protected JComponent createFormControl() {
TableFormBuilder formBuilder = new TableFormBuilder(formModel);
final JComboBox typeSelector = formModel.createBoundComboBox(
...
Understandable. Thanks for the help anyway. It is getting clearer the more i use it.
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...
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...
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...
Thanks for that Larry.
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...
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 =...