Sorry. I'm under intense pressure to recode a large number of sites and get
very frustrated when something that I think should be simple causes me to
spend hours and eventually have to post in the hopes you will save me.
It's probably easier to explain in code and screen shots. I use three
components a lot -- Lists, non-editable ComboBoxes, and Datagrids. I'm
struggling with the first two right now. Haven't even tried datagrids yet.
Lists: I'm trying to get the Jewel List to look like the Basic List. I took
a guess on the rowheight. I like the styling of the Jewel list but if I
can't get it more compact I can't use it. In Flex I just set a rowHeight=16
and I'm done.
ComboBoxes: I can't get anywhere with them. In Flex I did this:
[Bindable] private var LoadStatusList:ArrayCollection = new
ArrayCollection(['ALL','COMPLETED','NOTIFIED','ERROR', 'LOAD']);
<mx:ComboBox id="Search_4" dataProvider="{LoadStatusList}" editable="false"
fontWeight="normal" labelField="LABEL" rowCount="3"/>
It would give me combo with a dropdown list that was similar in spacing to
the Basic List. I can't reproduce what I did in Flex. I've spent hours
trying -- I can't even get the dropdown to show items. The Basic Combo shows
an empty list when I click on it. The Jewel Combo does nothing.
And that's where I'm at. I don't know what bead/css/renderer combination I
need to use on anything. I like the PAYG concept but what took me 1 line of
code in Flex is crippling me in Royale since I don't know where the
functionality went.
<http://apache-royale-users.20374.n8.nabble.com/file/t177/JewelTry.jpg>
JewelTry.zip
<http://apache-royale-users.20374.n8.nabble.com/file/t177/JewelTry.zip>
--
Sent from: http://apache-royale-users.20374.n8.nabble.com/