I know I'm missing something obvious but I can't figure it out. I have a
simple form in a simple Jewel Group.
<j:initialView>
<b:View x="10" y="5">
<j:Group>
<j:Form localId="LeftForm" x="0" y="30" className="remove-required">
<j:beads>
<j:FormLayout gap="2" />
</j:beads>
<j:FormItem label="xxx" height="22" >
<j:beads>
<j:HorizontalLayout gap="0"/>
</j:beads>
<local:TextInputPlus localId="Search_1" width="400"/>
</j:FormItem>
</j:Form>
</j:Group>
</b:View>
</j:initialView>
I expected the X position of the Form to be against the left side of the
view but it never is. If I do an x="-100" it gets close. I'm sure I'm
missing a bead or a CSS style but I simply can't find it.
--
Sent from: http://apache-royale-users.20374.n8.nabble.com/