Title: Layout Problems

Hello,

Can anybody tell me why this isn't workingand how to make it work?  I'm trying to get the formItem below to display all on one line, it doesn't seem to matter how wide the application is, it is always displaying incorrectly (with the checkbox, label, and comboBox all on different lines).

-----------------------------Code------------------------

<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.macromedia.com/2003/mxml" width="600">
<mx:Form>
        <mx:FormItem id="fiPTO" label="PTO" direction="horizontal" >
        <mx:CheckBox id="PTO" />
        <mx:FormItemLabel text="Accrual" />
                <mx:ComboBox id="ptoAccrual" >
                        <mx:dataProvider>
                                <mx:Array>
                                        <mx:String>0-3 Years - 20 Days</mx:String>
                                        <mx:String>4-10 Years - 25 Days</mx:String>
                                        <mx:String>10 or more - 30 Days</mx:String>            
                                </mx:Array>
                        </mx:dataProvider>
                </mx:ComboBox>
        </mx:FormItem>
</mx:Form>
</mx:Application>


Thanks a lot,
Greg Andora

----
This email may contain confidential and privileged material for the sole use of the intended recipient(s). Any review, use, distribution or disclosureby others is strictly prohibited. If you are not the intended recipient (or authorized to receive for the recipient), please contact the sender by reply email and delete all copies of this message.

To reply to our email administrator directly, send an email to
[EMAIL PROTECTED]

Littler Mendelson, P.C.
http://www.littler.com


Reply via email to