You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xap-dev@incubator.apache.org by "Trevor Oldak (JIRA)" <xa...@incubator.apache.org> on 2008/01/10 16:01:52 UTC

[jira] Closed: (XAP-134) Widgets: window: resizing by dragging becomes sluggish as containers and widgets are added

     [ https://issues.apache.org/jira/browse/XAP-134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Trevor Oldak closed XAP-134.
----------------------------


> Widgets: window: resizing by dragging becomes sluggish as containers and widgets are added
> ------------------------------------------------------------------------------------------
>
>                 Key: XAP-134
>                 URL: https://issues.apache.org/jira/browse/XAP-134
>             Project: XAP
>          Issue Type: Bug
>          Components: Widgets: Windows and Dialogs
>            Reporter: Matt Carbone
>
> Resize each of the windows in the snippet by dragging. 
>  <xal:window>
>             <xal:verticalBoxPane  height="100px" width="100px">
>                
>                 
>                 
>                 <xal:horizontalBoxPane>
>                     <xal:button height="30px" />
>                     <xal:button height="30px" />
>                     <xal:button height="30px" />
>                     <xal:button height="30px" />
>                     <xal:button height="30px" />
>                     
>                     <xal:button height="30px"   />
>                     <xal:button height="30px"   />
>                     <xal:button height="30px"   />
>                     <xal:button height="30px"  />
>                     <xal:button height="30px"   />
>                     <xal:button height="30px"  />
>                 </xal:horizontalBoxPane>
>                 <xal:horizontalBoxPane>
>                     <xal:button  width="70px" textPlacementHorizontal="left" text="To "  fontSize="12px"  /><label text="  " /><textField height="25px" width="500px" />
>                 </xal:horizontalBoxPane>
>                 <xal:horizontalBoxPane>
>                     <xal:button  width="70px" textPlacementHorizontal="left"  fontSize="12px" text="CC " /><label text=" " /><textField height="25px" width="500px" />
>                 </xal:horizontalBoxPane>
>                 <xal:horizontalBoxPane>
>                     <xal:button  width="70px" fontSize="12px" text="Subject" /><label text=" " /><textField height="25px" width="500px" />
>                 </xal:horizontalBoxPane>
>                 <xal:horizontalBoxPane>
>                     <xal:button height="30px"   />
>                     <xal:comboBox  selectionMode="singleRow">
>                         <xal:listBox height="30px" selectionMode="singleRow">
>                             <xal:listItem text="Arial" />
>                             <xal:listItem text="Book Antiqua" />
>                             <xal:listItem text="Comic Sans MS" />
>                             <xal:listItem text="Courier New" />
>                             
>                             <xal:listItem text="Times New Roman" />
>                             
>                         </xal:listBox>
>                          
>                     </xal:comboBox>
>                     <xal:button height="30px"   />
>                     <xal:button height="30px"   />
>                     <xal:button height="30px"   />
>                     <xal:button height="30px"  />
>                     <xal:button height="30px"   />
>                     <xal:button height="30px"   />
>                     <xal:button height="30px"   />
>                     <xal:button height="30px"  />
>                     <xal:button height="30px"   />
>                     <xal:button height="30px"  />
>                     <xal:button height="30px"   />
>                     <xal:button height="30px"   />
>                     <xal:button height="30px"  />
>                     <xal:button height="30px"   />
>                     <xal:button height="30px"   />
>                     <xal:button height="30px"  />
>                 </xal:horizontalBoxPane>
>                 <xal:horizontalBoxPane>
>                     <xal:comboBox  selectionMode="singleRow">
>                         <xal:listBox height="20px" selectionMode="singleRow">
>                             <xal:listItem text="8" />
>                             <xal:listItem text="9" />
>                             <xal:listItem text="10" />
>                             <xal:listItem text="11" />
>                             <xal:listItem text="12" />
>                             <xal:listItem text="13" />
>                             <xal:listItem text="14" />
>                             <xal:listItem text="15" />
>                             <xal:listItem text="16" />
>                             <xal:listItem text="17" />
>                             <xal:listItem text="18" />
>                         </xal:listBox>
>                     </xal:comboBox>
>                     <xal:comboBox  selectionMode="singleRow">
>                         <xal:listBox height="20px" selectionMode="singleRow">
>                             <xal:listItem text="10%" />
>                             <xal:listItem text="25%" />
>                             <xal:listItem text="50%" />
>                             <xal:listItem text="75%" />
>                             <xal:listItem text="100%" />
>                             <xal:listItem text="125%" />
>                             <xal:listItem text="125%" />
>                         </xal:listBox>     
>                     </xal:comboBox>
>                     <xal:comboBox  selectionMode="singleRow">
>                         <xal:listBox height="20px" selectionMode="singleRow">
>                             <xal:listItem text="HTML" />
>                             <xal:listItem text="Rich Text" />
>                             <xal:listItem text="Plain Text" />
>                         </xal:listBox>     
>                     </xal:comboBox>
>                 </xal:horizontalBoxPane>
>                 <xal:horizontalBoxPane>
>                     <xal:textArea width="568px" height="300px" />
>                 </xal:horizontalBoxPane>
>             </xal:verticalBoxPane>
>             
>             
>         </xal:window>
>         <xal:window></xal:window>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.