I am pretty new to flex, specially to mxml part. There are some confusing things for me. For example I have custom component file Abc.mxml with code:
I want to disable (and look disabled) some rows in a spark datagrid. I found this answer to stop selection which is great
I have a set of components that are added to my Flex 4 stage dynamically. Problem 1: How do I address these objects when adding them to print.I cant generate objects on the fly and append them becaus
I am getting error when trying to pass a variable from one to component to another. I have a main MXML and 2 components. My files are as follows:
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I have a DateField component in Flex and I want to stop any user input. If I set the 开发者_运维技巧editable to \"false\" then it stops users changed the bits of the DateField box. It does NOT however
This must be a simple problem, but I can\'t get my head around it.I have a resizable title window.Inside I just want a VGroup to hold the contents of the form and an HGroup to have a few buttons at th
Does Flex 4.5 allow to open all tabs of accordion on somehting like In开发者_运维问答it(); I know that it was not possible with Flex 3, we needed to create custom component. Is this still the case?Af
I have a XML schema.I want to read only table tag and its geometery tag using action script3 code.Any Idea.
I wrote a class ANDGatter.as which has 4 child objects \"AndIONode0-3\". See code. I got drag-drop functionality working but the order in which I add the eventlisteners seems to be wrong. Should I add