You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by bu...@apache.org on 2004/07/30 08:20:41 UTC

DO NOT REPLY [Bug 30403] New: - JellySWT doesn't support the FormLayout

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=30403>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=30403

JellySWT doesn't support the FormLayout

           Summary: JellySWT doesn't support the FormLayout
           Product: Commons
           Version: 1.0 Beta 2
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Jelly
        AssignedTo: commons-dev@jakarta.apache.org
        ReportedBy: cwrenniks@arcanacom.com


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>

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