Does anyone have a working example of a skinned comboBox they could post? I've tried everything below include programmatically skinning the thing and it just doesn't render correctly...it's just too long. I'm about to write it off as a bug and hope it's fixed in the final version. Any help would be appreciated.
--- In [email protected], "riskyseven" <[EMAIL PROTECTED]> wrote: > > My comboBoxes are being rendered very long after skinning? If I > remove the skin, the comboBox is normal. I've tried PNGs, and 9- > sliced SWFs....they are all rendered about 200 pixels too long. If I > manually shorten them, the data gets cut off. Am I missing > something? Thanks. > > <mx:ComboBox id="Stuff" top="20" styleName="dropDown" > > <mx:dataProvider> > <mx:ArrayCollection> > <mx:source> > <mx:Object label="MyStuff-1234"/> > <mx:Object label="MyStuff-45678"/> > <mx:Object label="MyStuff-junk"/> > </mx:source> > </mx:ArrayCollection> > </mx:dataProvider> > </mx:ComboBox> > > .dropDown { > font-family: "Myriad Web"; > font-size: 14px; > fontStyle: normal; > upSkin: Embed("images/med_search.png"); > overSkin: Embed(source="buttons/dropDownButton.swf", > symbol="DropDownButtonOver"); > downSkin: Embed(source="buttons/dropDownButton.swf", > symbol="DropDownButtonDown"); > disabledSkin: Embed(source="buttons/dropDownButton.swf", > symbol="DropDownButtonDisabled"); > } > -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

