Well i have an adobe air which runs vlc-player at background as service. i check that in Windows Task Manager , the service runs when air application launches.
I\'m programming in Flex. I wish to have two password fields, and validate tha开发者_如何学Pythont they contain the same password.How can I do this?Create a custom component with two fields and a subm
Problem: I\'m using the selectableRange property of a DateChooser, but the DateChooser will not allow me to \"select\" the first date within the selectable开发者_开发百科Range.
What I am trying to do is have a user input his data into multiple textboxes, then once the data is entered it is displayed on the datagrid at runtime. The problem is when I run the app I click my but
I am having some trouble with the flex Tree control. I have a control in my system and of course it is data driven.
I would like to add an title Icon image to a Panel, but cant find the click event on that i开发者_高级运维con,The titleIconObject of the Panel class is declared as an mx_internal variable, so if you w
Is there a FLEX component that uploads multiple files in a multipart/form开发者_StackOverflow-data POST request?You can use FileReference (1 file) or FileReferenceList (multiple files) for uploading m
I am implementing a LineChart in FLEX 4. I have the chart working well except I do not like the default colors and cannot use them, as they do not relate to my data very well. For instance, Orange is
Flex documentation says that we need to include fonts for Japanese characters, Flash Player can\'t access fonts from the system in which it is running. If my flex application has to support all langua
How could I add separating line around HBox children component? Like if I choose borderstyle as solid for the hbox, the prob开发者_开发百科lem is the line between the children component, like text co