Flex

DataGrid itemrenderer

Is it possible to integrate somehow the itemrenderer. For example I put in place a datagird inside another control datagrid and when I have a lot of lines and when some converters disappear and an item is selected, when they reappear, they have an it

vertical space between labels

I have a few lined up labels like this. < mx:HBox width = "100%" >< mx:Label text = "Protein" fontSize = "10" height = "16" / >< mx:Label text = "{numberFormatter.format (items.currentItem.proteins)}" fontWeight = "bold" height = "16" / > "< / mx:HBo

MX:XML source the runtime binding

I am tying components mx:XML source attribute data during execution, how do I do it. I need to read data from the source xml to text entry or script tag. I tried like this with poor results... < mx:XML format = "e4x" id = "myXML" source = "{myXmlfile

The Flex love-fest is over... It's time to RANT...

I have a custom mxml component based on a VBox. When the user clicks on a particular inside button, I want to set the paddingTop '50 '. Because the compiler does not allow me to put and ID on the VBox that defines the custom component, I designate it

Validate the bug multi-level model?

Hey guys, the area of the Validators property say that it accepts a string delimited by points. However, it does not work. <? XML version = "1.0" encoding = "utf-8"? > "< mx:Application xmlns:mx = ' http://www.adobe.com/2006/mxml" > " < mx: Model id

Flex and ColdFusion on shared server

Good afternoon everyone, So I, like many here I guess, use CF for quite awhile now and I am very interested in what Flex can do. I used the CF adapter several times now with great success on my LOCAL Dev machine, but when I download on my web server

DataGrid, RSS and Flash Player 8

I filled a datagrid via RSS, and when I try to load the page on a computer with Flash Player 8 it will not load. It works fine on a system with Flash 9. Is there anything I can do to make this work on systems with Flash Player 7 or 8? Thanks in advan

Number of Beta3 is now NaN in final version?

Hello, I follow a tutorial Flex by Lynda.com and I encountered a small problem. In the training video, they use Flex Builder 2 Beta3. I use the version of Flex Builder 2 retail. in Beta3, the two following .as files produce the drawn statement: Essen

Display the hand cursor in Flex Beta 2

Hello world I'm working on a Flex application in which I want to show the hand cursor when the mouse invades a button control but m unnable to do... in an earlier version of the flex, I tried something below and it works but fail in the Flex 2 beta:

New to Flex Builder 2

Installed and works fine until I have start to notice the changes to a file are not recognized by the debugger, it shows debugging information from a previous version of the same file, clear the console window is not update the debugger with the chan

Filter for query/recordset object

I'm back in an application, I'm working on a full recordset when the application initializes and I want to be able to find specific records from that. CGH I have a query that returns a recordset with the ID username, firstname, lastname; ------------

LocalConnection object

I am referring to an older version of the swf. I have an object called mapconnection. This is based on a yahoo card application. The isInitialized is set true when the card is ready. Then when I send the address of the card, it is set to null. I need

How to convert XML in table

I have a simple xml file I want to convert to a table of front to bind the value of dataProvider? How to do this?

ViewStack Bug?

The following code generates an error. Is this a bug or is it the fact that you cannot dynamically change a property of a component, if not the one currently visible in the viewstack? Quote:

Getting data from DataGrid Contol

I ' have not. of rows and columns in the DataGrid and I want to get the data in that field. How would I do that?

Bind a value to a HTTPService to a variable

Hi, I'm looking to bind a value to a HTTPService to a string variable. Here my HTTPService: "" < mx:HTTPService id = "GetVin" url = " http://127.0.0.1/vin.php" resultFormat = "e4x" useProxy = "false" result = "BindData (); "/ > [Bindable]private var

Problem filling tabnavigator with returned data

I'm trying to fill a tabnavigator with data. I feel that only the first tab displays data, but each subsequent tab does not work. It seems that when you click on another tab it loses the value of 'key' past. What is the reason for this and how can I

Problems with passage of an object to a CFC

I am trying to pass an object to a cfc via RemoteObject and cannot obtain a favorable resolution, please look it over and let me know if you see my mistake? The error I get seems to imply that the subject is not shipped or it can't properly. (How Col

&amp; lt;mx:RemoteObject.../ &amp; gt; and deleting a record

I use a RemoteObject to a CFC call that works pretty well right now. I am able to add, edit and delete records. An improvement I have to do, is if I try to remove a record that I should not be able to delete because of relational integrity issues, I.

Argument CFC newbie question

So I just started work in Flex, and I try to send arguments to a CFC. I'm able to run methods on the CFC not requiring arguments, but I get a nasty error whenever I try to send an argument. Here's the CFC function, I'm trying to use: < name cffunctio
« Prev 1 2 3 4 5 6 7 ... 10 Next »