flex3

Flex chart axis title blinking on resize

I am having a chart with titles for horizontal and vertical axis. the verticalAxisTitleAlignment property of the vertical axis renderer is set to vertical. The application is a portal sort of thing and this chart is placed inside a small window. on click of the window am resizing the parent of the chart. but at that time the title of the...

how to send authenticated email for every user ?

Hi, i have created two application,if user signed in one application,i have to sent authenticated email to the user but the link is for activating their account for another application.i.e)the user name and password for both the application is same for the particular user,instead of creating new user name and password for another ...

How to show hand cursor when mouse is over List component?

I am aware that the follow will show a hand cursor: component.mouseChildren = true; component.useHandCursor = true; component.buttonMode = true; When I do the above on a List component, the hand button is shown and the whole component loses it's interactivity (Hand cursor is shown even on scrollbars). So how can I show the hand curs...

invalidateList(); in flex3.0

please tell me what invalidateList(); function does? i have one line of code, in which this function is getting called on arraycollection object like dg.invalidateList(); where dg is the id of datagrid, dataprovider for this dg is colors which is an arraycollection?? plzz tell me wht the invalidateList() function is doin? thanx ...

Flex saving progress bar

Hi, I am developing a static flex application which does not have a database connection, all the values are hardcoded(its just a prototype for the original app). Now when i click the save button, i need to get a message like saving in progress... please wait, I need to display this message for 3 seconds. Please let me know how could t...

In Flex/AIR, how can I keep a loaded SWFs stage property localized to that swf?

Does anyone know of a workaround for loading an AS3 swf into an existing AIR/Flex (Flex 3) application and having the loaded SWF retain its own reference to its stage (not the loader's stage)? I've tried the loadForCompatibility property on SWFLoader, but that isn't giving me the behavior I'm wanting. The loaded swf still has the main A...

How do I set if a node is a branch or a leaf?

I have a tree being populated by an array collection. I don't have control of the data in the array collection and even when a node has no children it still has a "children" property that is causing my tree to treat every node as branch. I can do a simple check on the length of the array in the children property. If this is 0 I need the ...

When i close window cookies are destroying in flex

Hi, I am using external interface to store cookies in client side of application. Like I have created a cookie in html and i am using those methods in flex using External Interface. I am saving a username in cookie when I re use cookie is displaying, I have deployed in server and i ran like http://localhost/[Path]/index.html.in this html...

Get old text from change event?

Can I somehow find out what was the change in the textfield? I would want to compare the old text with the new text ... the problem is, that I have multiple textAreas in a tab-editor, and all the textAreas are watched by one eventListener. I want to get a value calculated by the next formula: globalChangeCount += thisTextArea.currentCh...

RadioButtonGroup with each RadioButton added in components?

Hi, Working in Flex 3, I have a series of components being rendered on a canvas, each of which should represent a single potential selection, ideally in a RadioButtonGroup. So in my parent canvas I am defining the RadioButtonGroup, and each component provides a single RadioButton. However, this doesn't seem to work. Suppose there is a ...

How to load and apply a CSS stylesheet at runtime in a Flex application?

I'd like to load CSS stylesheets from a URL and apply them to my Flex 3 application at runtime. Is it possible? ...

how to use vector images from adobe illustrator in flex skinning?

hi, i have to work on skin in flex, but this time , i have to use vector images from adobe illustrator, this is very easy in case of adobe photoshop, as we have .png files, just import them in flash and make them a movie clip, and u r done with the skinnning but i m facing problem when i m copying images from adobe illustrator in to the...

How to automate vertical scrolling in Flex AdvancedDataGrid when dragging item below bottom of visible rows?

I have an AdvancedDataGrid with XML dataProvider. Drag and drop in enabled, and works within the visible rows of the ADG. HOWEVER, if I attempt to drag an item past the bottom-most visible row of the ADG, the ADG does NOT scroll to display the next rows, which makes it impossible to drag and drop beyond the immediately visible rows. Alt...

CheckBox gets converted to Button in Flex

Hi, I am new to Flex, so please bear with me. I have encountered a strange problem. There's a ActionScript class which dynamically creates basic UI element. So I create RadioButton as var rBtn:RadioButton = new RadioButton(); and then put it in a Panel Container. The problem is that it appears to be a Button. However it behaves li...

Can I use wysiwyg text editör in Adobe LC ES2 while a Pdf Page design period

I want to add a wysiwyg text editör in Adobe LC Es2 ? regards bk ...

flex vs silverlight for student

I am a student of computer science and am interested in learning development of RIAs. So which among silverlight and flex is more suitable for me and y? ...

Flex 3 Adding image in datagrid

How do i add a image to a column in the datagrid? Currently my code is <mx:DataGridColumn dataField="image" headerText="Photo Image" editable="false"> <mx:itemRenderer> <mx:Component> <mx:HBox height="30" horizontalAlign="center"> <mx:Image source="{'assets...

FLEX: UIComponent Click Handler??

Hello, Thanks for reading. I'm trying to put a label and an image on a UIComponent, side-by-side. I want to use UIComponent for efficiency reasons, and the entire component is more complicated than just a button with an icon. I'm trying to get a click handler on ther entire UIComponent so that when a click happens on either the label...

FLEX button to trigger event continiously when pressed... not once!!!!

Hello. I'm wondering if there's a way to configure a FLEX button so it behaves like a push button... ...

how to load an external xml file into tree?

Hi, i want to load an external xml file to the tree? How can i load it? Thank's in advance ...