You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by "dion gillard (JIRA)" <co...@jakarta.apache.org> on 2005/01/04 08:40:12 UTC

[jira] Created: (JELLY-186) JellySWT doesn't support the FormLayout

JellySWT doesn't support the FormLayout
---------------------------------------

         Key: JELLY-186
         URL: http://issues.apache.org/jira/browse/JELLY-186
     Project: jelly
        Type: Bug
  Components: taglib.swt  
    Reporter: dion gillard
 Attachments: LayoutDataTag-2.java, LayoutDataTag-3.java, LayoutDataTag.java, LayoutTagSupport-2.java, LayoutTagSupport.java, SWTTagLibrary-2.java, SWTTagLibrary.java

-- Moved from Bugzilla 30403 --
With the attached files, it now does. Here's an example:

<shell var="shell" >
	<formLayout marginHeight="5" marginWidth="10" />
	<button style="push" text="one">
	   <formAttachment numerator="100" offset="-50" var="right" />
	   <formAttachment numerator="0" offset="10" var="left" />
	   <formData height="50" width="50" right="${right}" left="${left}"/>
	</button>
</shell>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


[jira] Updated: (JELLY-186) JellySWT doesn't support the FormLayout

Posted by "dion gillard (JIRA)" <co...@jakarta.apache.org>.
     [ http://issues.apache.org/jira/browse/JELLY-186?page=history ]

dion gillard updated JELLY-186:
-------------------------------

    Attachment: SWTTagLibrary-2.java
                SWTTagLibrary.java

> JellySWT doesn't support the FormLayout
> ---------------------------------------
>
>          Key: JELLY-186
>          URL: http://issues.apache.org/jira/browse/JELLY-186
>      Project: jelly
>         Type: Bug
>   Components: taglib.swt
>     Reporter: dion gillard
>  Attachments: LayoutDataTag-2.java, LayoutDataTag-3.java, LayoutDataTag.java, LayoutTagSupport-2.java, LayoutTagSupport.java, SWTTagLibrary-2.java, SWTTagLibrary.java
>
> -- Moved from Bugzilla 30403 --
> With the attached files, it now does. Here's an example:
> <shell var="shell" >
> 	<formLayout marginHeight="5" marginWidth="10" />
> 	<button style="push" text="one">
> 	   <formAttachment numerator="100" offset="-50" var="right" />
> 	   <formAttachment numerator="0" offset="10" var="left" />
> 	   <formData height="50" width="50" right="${right}" left="${left}"/>
> 	</button>
> </shell>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


[jira] Updated: (JELLY-186) JellySWT doesn't support the FormLayout

Posted by "dion gillard (JIRA)" <co...@jakarta.apache.org>.
     [ http://issues.apache.org/jira/browse/JELLY-186?page=history ]

dion gillard updated JELLY-186:
-------------------------------

    Attachment: LayoutDataTag.java
                LayoutDataTag-2.java
                LayoutDataTag-3.java

In date/time order

> JellySWT doesn't support the FormLayout
> ---------------------------------------
>
>          Key: JELLY-186
>          URL: http://issues.apache.org/jira/browse/JELLY-186
>      Project: jelly
>         Type: Bug
>   Components: taglib.swt
>     Reporter: dion gillard
>  Attachments: LayoutDataTag-2.java, LayoutDataTag-3.java, LayoutDataTag.java, LayoutTagSupport-2.java, LayoutTagSupport.java, SWTTagLibrary-2.java, SWTTagLibrary.java
>
> -- Moved from Bugzilla 30403 --
> With the attached files, it now does. Here's an example:
> <shell var="shell" >
> 	<formLayout marginHeight="5" marginWidth="10" />
> 	<button style="push" text="one">
> 	   <formAttachment numerator="100" offset="-50" var="right" />
> 	   <formAttachment numerator="0" offset="10" var="left" />
> 	   <formData height="50" width="50" right="${right}" left="${left}"/>
> 	</button>
> </shell>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


[jira] Updated: (JELLY-186) JellySWT doesn't support the FormLayout

Posted by "dion gillard (JIRA)" <co...@jakarta.apache.org>.
     [ http://issues.apache.org/jira/browse/JELLY-186?page=history ]

dion gillard updated JELLY-186:
-------------------------------

    Attachment: LayoutTagSupport-2.java
                LayoutTagSupport.java

> JellySWT doesn't support the FormLayout
> ---------------------------------------
>
>          Key: JELLY-186
>          URL: http://issues.apache.org/jira/browse/JELLY-186
>      Project: jelly
>         Type: Bug
>   Components: taglib.swt
>     Reporter: dion gillard
>  Attachments: LayoutDataTag-2.java, LayoutDataTag-3.java, LayoutDataTag.java, LayoutTagSupport-2.java, LayoutTagSupport.java, SWTTagLibrary-2.java, SWTTagLibrary.java
>
> -- Moved from Bugzilla 30403 --
> With the attached files, it now does. Here's an example:
> <shell var="shell" >
> 	<formLayout marginHeight="5" marginWidth="10" />
> 	<button style="push" text="one">
> 	   <formAttachment numerator="100" offset="-50" var="right" />
> 	   <formAttachment numerator="0" offset="10" var="left" />
> 	   <formData height="50" width="50" right="${right}" left="${left}"/>
> 	</button>
> </shell>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org