flex-spark
Change blur filter in modal TitleWindows
I create several instances of TitleWindow. And added them on s开发者_运维百科tage by PopUpManager.addPopUp( wnd, root, true );[详细]
2023-03-21 03:07 分类:问答How can I add effects to the show/hide of a spark control? [duplicate]
This question already has an answer here: Closed 11 years ago. 开发者_如何转开发 Possible Duplicate:[详细]
2023-03-20 20:14 分类:问答Flex 4.5 - Transparent Background on Spark DataGrid Headers
In short, I am attempting to get this result: I almost got it, but the part that\'s giving me trouble is making the header background transpare开发者_如何学Cnt. I am making a custom MXML skin based[详细]
2023-03-20 15:11 分类:问答Adobe Flex 4.5 Spark: Binding ItemRenderer Component to Parent
In Flex 3, it used to be possible to bind a component propertywithin an itemRenderer via outerDocument.So for instance, if there was a image inside an itemRenderer that was only displayed on a given c[详细]
2023-03-20 14:26 分类:问答Running good in browsers, but error by flash player directly : ReferenceError: Error #1056 [closed]
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time,or an extraordinarily narrow situation that is not generally applic[详细]
2023-03-20 05:43 分类:问答Flex Spark VideoDisplay: rewind seek backward
How could i rewind video back for, let\'s say, 5 seconds? I tried player.seek(player.currentTime - 5) but this gives no effect except small pauses (like freezing while seeking - while left arrow key[详细]
2023-03-20 05:08 分类:问答Remove by order TitleWindows in Flex
I create 3 TitleWindow: PopUpManager.addPopUp( TitleWindow1, root, false); PopUpManager.addPopUp( TitleWindow2, root, false);[详细]
2023-03-20 02:26 分类:问答Display a message that a Spark List is empty
Sorry, this is probably a really easy to answer question, but how in Flex can I display a message within a Spark List component that states that the List is empty. For example if I have a List showing[详细]
2023-03-19 20:59 分类:问答Is Flex 4 Panel's controlBarContent dynamic?
I have a custom TitleWindow component (written in ActionScript) that extends spark.componenets.TitleWindow[详细]
2023-03-19 18:00 分类:问答resizing list components upon dataProvider change
I have a component that contains a list that implements a custom renderer.I use this component as a tooltip, keeping one in memory and just altering the databindings as necessary.[详细]
2023-03-19 16:19 分类:问答