flex3

buttons in a datagrid in flex

Hi All, i am using a data grid in flex and i am generating data from a mysql server. However, my problem is with adding a button within the datagrid so each row has one. i have set the columns itemRenderer to mx.controls.Button although with the buttons shown in the grid there is no label on them (even though one has been set) and the a...

How can we generate Reports using flex bulider ?

is it possiable we can bulid the reports using flex bulider ? or can we and any frameworks for build the reports ? . i don't know what way to bulid the reports flex bulider have any build reports compoents there? i want sorting reports order like By Product Company Name Expected Close Month ...

Flex builder error

My flex builder suddenly stopped highlighting compile time errors. Its also not giving any code completion suggestion, even after pressing ctrl+Space. What could be the possible reasons? Regards, PK ...

sorting advance datagrid columns in flex

For example : Having four columns in advance datagrid like company,contact_person,product and date. In this, first i want to sort by product followed by company and followed by date. how can i do it in Advance datagrid. Anybody knows please reply me asap. Advance thanks to u. ...

Load SWF in Flex

Hello. I have an SWF that reads an XML. When i load it in Flex it reads nothing. Anyone can help me? Thanks. ...

flex builder 3 compiler won't show errors or compile specific pages

In flexbuilder 3 for some mxml files I can purposely put in syntax errors and the compiler will seem to compile the specific page(but actually not compile it) or report any errors for that page. Is there any way that you know of to get the compiler to report the errors to me so I can get it to compile the page. I've tried rebuilding all ...

Is there a Flex widget for a common calculator?

I need a calculator for a flex app I am making, and was wondering if there was any official widget prebuilt or already in good quality. I could make one myself but it would be nice to use one that already existed and had a nice api to customize it with. Any ideas? Thanks! ...

Flex: how to reduce spacing between components

hi, how can I reduce the space between my linkButtons and inside each linkButton ? I've set padding to 0 but it was already 0. I've been able to only change the height of the LinkButtons, but I cannot do that with the width because the text is dynamic. <mx:Repeater id="bookmarksRepeater" dataProvider="{dataManager.bookmarksList}"> ...

Change VBox to HBox dynamically

Hi All, I am in need of a strange solution. I have one requirement in which I am displaying two components in a VBox. But on click of the main container I need to maximize that and need to display the components in horizontal. I was just wondering whether I can change the VBox to HBox and viceversa dynamically using actionscript or some...

LineSeries AreaSeries on AreaChart, How do i get the intersection point?

I am plotting an AreaSeries and a LineSeries on a AreaChart using Flex 3 in built chart components. I want to code a custom item renderer for LineSeries to be shown at the intersection points where LineSeries crosses AreaSeries. ...

Importing JAX-WS web service in adobe flex builder

I found that the Flex Builder 3's import WSDL functionality doesnt work with the WSDL generated by the JAX framework. Is there any solution to this or a workaround? ...

Flex: Bottom-left align components?

As the title suggests, is there any way to bottom-left align components? An <HBox .../> nested in a <Canvas .../> doesn't work because the elements in the HBox are top-aligned instead of bottom aligned. For example, I'd like my components to be aligned like this: +-------------+ <-- container | components | | | V | | V +--+...

Adobe AIR applications slow response after idle time

Hello! I spent hundreds of ours developing an Adobe AIR Application with Flex 4.0 and now I thought I should have finished, but after letting the application run for more than a few hours the UI-responsiveness begins to lack... What I do: My application uses custom chromes by setting backgroundImages with transparency to BorderContaine...

data grid in flex 3

I have initially two data grids,a button and a list.. If i select one item in grid one and second in grid 2 and after clicking the button the details should be displayed on the list depending upon the selection.presently iam not dealing with the data base. iam doing it stand alone. ...

Toggle display of HBoxes dynamically by ID in action script flex 3

Hi, Looping thru the XML, adding childs to VBox. Onclick of the label child, need to display some other information of the person. So how do we need to toggle the display of the particular label in action script. Setting the ID of the HBox dynamically, but how to toggle the display of the HBox dynamically on click of the label? ...

Flex AS3 - Creating a dynamic property, and then binding a control to it

I am trying to: 1) create a dynamic property 2) bind that property to a label This works great for "sealed properties", but for dynamic properties there doesn't appear to be any event triggered. Are dynamic properties implicityly not bindable? var myObj:MyType = new MyType(); // MyType is dynamic myObj["myDynamicPropertyName"] = "in...

How to get a File Explorer/Navigator to work in Adobe AIR applications?

Hi, I realize this is probably a simple question but my google-fu is failing me. I would like to get a windows explorer like file browser to popup when I click a button to select images to upload to my AIR application. However I cannot find a component that handles File exploring. Does anyone know what to use? Thanks! ...

flex Jboss server problem

while doing flex project iam unable to start my Jboss server. can any one help me? ...

Flex TextInput doesn't accept the character ç.

Hi, The Flex TextInput component does not accept "ç" characters. Could this be a flex or a font issue or has anybody recognized a similar problem= regards Cyrill ...

Issues with mx:method, mx.rpc.remoting.mxml.RemoteObject, and sub-classing mx.rpc.remoting.mxml.RemoteObject

I am looking to subclass RemoteObject. Instead of: <mx:RemoteObject ... > <mx:method ... /> <mx:method ... /> </mx:RemoteObject> I want to do something like: <remoting:CustomRemoteObject ...> <mx:method ... /> <mx:method ... /> </remoting:CustomRemoteObject> where CustomRemoteObject extends mx.rpc.remoting.mxml.Remo...