I have an accordion which contains a repeater. That repeater takes an array as a dataprovider. The array in turn gets data from an XML file, on server, via HTTPService.
Does anyone know how to query an ADG (or its rows) to figure out how many rows are currently visible (i.e. not collapsed) when displaying different levels of a hierarchical collection?
New to Flex and I am trying to work the the ArrayCollection class and I keep getting: 1120: Access of undefined property
I\'m developing a Calendar application, and I\'m usin开发者_开发知识库g a Spark List inside a Panel for each individual day, in a 5x7 grid.I\'d like to make sure that the individual lists stay the sam
Class ShootGame implements IGame { } //ShootGame Vector var shootGames:Vector.<ShootGame> = new Vector.<ShootGame>();
I am using a Skin for my buttons in Flex 4. The skinned buttons are displayed correctly. Now I want the label of the buttons to respond as such:
I am able to drag a copy of an object and drop it on the canvas, using drag-drop manager functi开发者_如何学Conality in Flex.
I am developing an air application where I have to drop an image and save the Image path, width, height to variables and pass those variables to external swf. I load the swf like this:
I have RichEditableText component , In this component I have created h开发者_如何学运维yper link label based on condition ,but no need inline style(color font-family) . I want to apply style name(CSS)
I have a little problem with using Flex 4 with Coldfusion 9. I hope you can tell me what I have to fix.