<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to support-requests</title><link href="https://sourceforge.net/p/rcpforms/support-requests/" rel="alternate"/><link href="https://sourceforge.net/p/rcpforms/support-requests/feed.atom" rel="self"/><id>https://sourceforge.net/p/rcpforms/support-requests/</id><updated>2011-05-17T21:09:12Z</updated><subtitle>Recent changes to support-requests</subtitle><entry><title>NullPointerException in RCPForm.java</title><link href="https://sourceforge.net/p/rcpforms/support-requests/5/" rel="alternate"/><published>2011-05-17T21:09:12Z</published><updated>2011-05-17T21:09:12Z</updated><author><name>LDV</name><uri>https://sourceforge.net/u/ldv2010/</uri></author><id>https://sourceforge.net4b3eb9fa19ea54fd6e06172bf74191155bc8486e</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I'm getting a new NullPointerException in RCPForm.java. It seems that validationManager is null. &lt;/p&gt;
&lt;p&gt;java.lang.NullPointerException&lt;br /&gt;
at net.sf.rcpforms.form.RCPForm.createUI(RCPForm.java:239)&lt;/p&gt;
&lt;p&gt;My forms were working well until I moved the RCPForms plugin into a bundle.&lt;/p&gt;
&lt;p&gt;Any idea of what is going on and how I can prevent this NPE?&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Changing the focus automatically and status line</title><link href="https://sourceforge.net/p/rcpforms/support-requests/4/" rel="alternate"/><published>2010-11-26T13:05:48Z</published><updated>2010-11-26T13:05:48Z</updated><author><name>LDV</name><uri>https://sourceforge.net/u/ldv2010/</uri></author><id>https://sourceforge.net6ea88bc5b5a5ccd107710bc8eefee65888c90379</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I'm using RCP Forms in my project, but I have a couple of questions that I couldn't find the answer for.&lt;/p&gt;
&lt;p&gt;1) I would like to change the focus of a form once the field "is valid". Is there a way to do this automatically ?&lt;br /&gt;
The idea is to speed up the user experience by not forcing the user to use the Tab.&lt;/p&gt;
&lt;p&gt;2) I would like to set a status line or other informational message so that each time the focus changes to a new field, a help line related to that field is shown or updated.&lt;br /&gt;
This could be the section under the title of the forms, like the one that is shown by the "Title Validated Form Wizard" that displays "Not all required Fields are filled", but this would clash with error messages. Is there a way to add a "status line" to a form ?&lt;/p&gt;
&lt;p&gt;3) Is there a way to stop these messages being written to stdout ?&lt;/p&gt;
&lt;p&gt;25-nov-2010 18:55:05 net.sf.rcpforms.bindingvalidation.ValidationManager initialize&lt;br /&gt;
INFO: ValidationManager(Form Test)is going to be initialized...&lt;/p&gt;
&lt;p&gt;This appear when I run my application from Eclipse.&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Changing the focus automatically and status line</title><link href="https://sourceforge.net/p/rcpforms/support-requests/3/" rel="alternate"/><published>2010-11-26T12:26:37Z</published><updated>2010-11-26T12:26:37Z</updated><author><name>LDV</name><uri>https://sourceforge.net/u/ldv2010/</uri></author><id>https://sourceforge.net221156a474e62e8fe9d6a14c17a32bdb91540f2f</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I'm using RCP Forms in my project, but I have a couple of questions that I couldn't find the answer for.&lt;/p&gt;
&lt;p&gt;1) I would like to change the focus of a form once the field "is valid". Is there a way to do this automatically ?&lt;br /&gt;
The idea is to speed up the user experience by not forcing the user to use the Tab.&lt;/p&gt;
&lt;p&gt;2) I would like to set a status line or other informational message so that each time the focus changes to a new field, a help line related to that field is shown or updated.&lt;br /&gt;
This could be the section under the title of the forms, like the one that is shown by the "Title Validated Form Wizard" that displays "Not all required Fields are filled", but this would clash with error messages. Is there a way to add a "status line" to a form ?&lt;/p&gt;
&lt;p&gt;3) Is there a way to stop these messages being written to stdout ?&lt;/p&gt;
&lt;p&gt;25-nov-2010 18:55:05 net.sf.rcpforms.bindingvalidation.ValidationManager initialize&lt;br /&gt;
INFO: ValidationManager(Form Test)is going to be initialized...&lt;/p&gt;
&lt;p&gt;This appear when I run my application from Eclipse.&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Making a form read-only</title><link href="https://sourceforge.net/p/rcpforms/support-requests/2/" rel="alternate"/><published>2010-10-20T15:46:01Z</published><updated>2010-10-20T15:46:01Z</updated><author><name>LDV</name><uri>https://sourceforge.net/u/ldv2010/</uri></author><id>https://sourceforge.netc4a3cc2beae20a6cad15d587edd6a80a5c6cd556</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I want to RCP Forms to get user input on one part of the application, and then display, read-only, the result in another part of the application.&lt;br /&gt;
I have created some editable forms, which allow me to do the first part. &lt;/p&gt;
&lt;p&gt;Is it possible use the same forms and set the style to be read only ?&lt;/p&gt;
&lt;p&gt;I found some references to SWT.READ_ONLY in the RCPFormToolkit class, but no example on how to do it.&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>How do I make an RCP Form fill up a composite ?</title><link href="https://sourceforge.net/p/rcpforms/support-requests/1/" rel="alternate"/><published>2010-10-18T10:07:25Z</published><updated>2010-10-18T10:07:25Z</updated><author><name>LDV</name><uri>https://sourceforge.net/u/ldv2010/</uri></author><id>https://sourceforge.net23e116e343f4cd32118af156687196ba300e048e</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I've been using your RCP Forms and found them very suitable for what I want to do, thanks.&lt;br /&gt;
However, I'm having a problem that I cannot fix. I want my forms to fill up the composite I give them, but all the forms I create try to use as little space as possible. I know the composite is bigger than the form as I use a SWT.BORDER to create it. &lt;/p&gt;
&lt;p&gt;All other SWT widgets expand when using &lt;br /&gt;
comp.setLayout(new GridLayout(1, false));&lt;br /&gt;
comp.setLayoutData(new GridData(SWT.FILL, SWT.FILL, true, true));&lt;/p&gt;
&lt;p&gt;So how can I make an RCP Form expand to fill the composite ? Note that I am not talking about making an individual RCP Control expand to fill the form. I want to expand the form itself.&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>