flex-mx
Why use s:Line instead of mx:HRule?
When using a mx:HRule or mx:VRule, Flash Builder suggests using a s:Line instead. Why would I want to wr开发者_如何学JAVAite stuff like this :[详细]
2023-03-08 05:28 分类:问答Adding background image to mx component while using flex 4
Again, a theming question. Because the project I\'m working on requires older libraries that extend mx components (such as TitleWindow and TabNavigator), I can\'t use what I know about Spark skinning[详细]
2023-02-23 07:28 分类:问答Set Flex MX Button background color using CSS
Using CSS, how do I set the background color of a Flex MX Button? My button is declared as: <mx:Button label=\"My Button\"/>[详细]
2023-02-22 22:44 分类:问答What's the equivalent of this Flex MX code in Spark?
What\'s the equivalent of an inline itemRenderer checkbox element in spark? <mx:AdvancedDataGridColumn headerText=\"Eliminar\" dataField=\"eliminar\"width=\"100\" textAlign=\"center\">[详细]
2023-02-15 03:11 分类:问答Spark item inside mx component won't render embedded font
I have recently converted a Flex3 AIR project to Flex4, so it now uses Flex4.1 sdk and <s:WindowedApplication>. It is a large project and having painstakingly updated all the vital bits of code[详细]
2023-02-08 03:43 分类:问答Where is Border component in Flex/mx library?
I have an old Flex app build with the Halo library.Now that Halo was changed to mx library, it makes the old Border component stop working and I\'m unable to build the project anymore.[详细]
2023-01-16 21:08 分类:问答flex: how to Make two resize effect at the same time
Hy, Is it possible to resize the application at the same moment when the Accordion size change, to make effect resize og the last one synchronised with re开发者_如何学Gosize of Application ?[详细]
2023-01-03 18:39 分类:问答how to embed image into flex grid column
Is there an easy way to embed an image into a flex grid column? Something similar to: <mx:DataGridColumn width=\"23\" src=\"images/t开发者_如何学Cestimage.jpg\"/>[详细]
2022-12-25 22:18 分类:问答flex grid scrollbar pushing all columns to the left
I have a flex grid where I have the verticalScrollPolicy=\"auto\". But every time when the scrollbar appears all the columns get pushed to the left, making the colu开发者_Python百科mns not align as th[详细]
2022-12-25 19:07 分类:问答applying paddingRight to flex grid column not to grid header
Whenever I add paddingRight to a column in the flex grid, it adds the padding to the header as well. Is anyone familiar with how I can add paddingRight just to the column and not to the header? Below[详细]
2022-12-25 12:40 分类:问答