Flex

Filtering TileList

I have my tileList in a table that serves as the dataprovider. I want to filter these results with a hslider. I set the change on the hs event with: change = "doChange (event)"";." In the table, I have a price field. If the hslider is lower than this

Conditional tabs (show/hide)

I'm trying to hide some tabs according to requirement whether they receive content or not.Apparently, application... visible = "{(someTextInput.text.length == 0)? "{fake: true}".does not work with tabs. What is the right approach with tabs? Thank you

Problem based Variable

Hello everyone, I'm new to Flex and I am having trouble with the variables. While I'm away far enough on what I would do otherwise, I resorted to simplify my problem to a simple scenario. Below a simple Hello World is borrowed from the Adobe site, bu

Complex binding xml to a datagrid

I can't make a small flex application. This is a tutorial on a blog was created several years ago. The location of the blog article is: http://www.bpurcell.org/blog/index.cfm?mode=entry & entry = 1020 The article states: datagrid in Flex works very w

must pass the value on the click event

I hope I can explain this well. I built a set of miniature furniture which is basically a VBox with an image and text in there field. I have it based on the sample flexstore application. Inside the script of the component, I declare a public variable

creationComplete problems

If I try to get a component mxml with a datagrid control to render the data how the main page of the application to extract the data with the creation complete in the file of the application?Here is the code of the componet (resume2.mxml) file.<? XML

NumberFormat

I need to use NumberFormat for formatting a currency: big question is how to import it? someone please give me an example of import line because I need to know the name space. I have some examples in my recipe book actionscript on how to use the curr

HTTPService VS URLRequest

I discovered I can use the HTTPService, URLRequest objects and to send and load data from the server and I would like to know how different they are. Thank you!

Send events of module shell?

I'm trying to figure out if there is a way to send a custom event of a modulefull of mx:moduleloader of the shell module loading application. I tried to put the [Event(type="myEventType")] inside the Module mx:MetaDataand the sending of the event, bu

DateChooser: January = 0

Greetings, A read of a dateChooser control function:var EndMonth:String = dcCalendar.selectedRanges [0].rangeEnd.getMonth () m:System.NET.SocketAddress.ToString (); function returns a value of 0 for January, 1 Feb, until 11 to dec. I checked my time

Color of text in the DataGrid selection

In the style of my application, I used CSS to set the color of text for the selected lines in a datagrid control by using the following: DataGrid {}textSelectedColor: #ffffff;} When I compile and run the application, clicking on a data line sets the

Pass variables to a CFC

I tried, in vain, to pass a variable to a SWC, Flex. To start, I use Flex 2, CF 7.02 multi-server (all local). I know that the CFC call works - I use it to populate a datagrid control. When I click on a grid item, I 'put' a component custom (a form).

ColdFusion 7.0.2 VS Flex 2

Hello I'm new to Flex and I'm starting to adapt some of my previous projects of ColdFusion to Flex technology. I'm a bit confuse about the Application and the scope in ColdFusion Session Variables. Normally, if we are only using ColdFusion, we can us

Rendering and display custom item States

I have this custom itemrender (which is an ACE, not a MXML class). When a user clicks on an element of the view state should switch to 'selected '. The selectedstate adds a text tag. But for some reason any the text box does not appear. When I add an

Arrangement for two dimensions in tileList control Possible?

HelloCan someone tell me, is it possible to organize the image controls two dimensions in a TileList control, so that we could get clues for children according to the rows and columns that we want to get the image in row 2 and column 5 and get the lo

Remote Remoting?

This is perhaps a silly question, but making good old Flash remoting, it was possible to really "distance" remote access - for example, creating a desktop application based on flash with flash remoting which was able to connect directly to a remote s

Delete an end (leaf) Node in an XML Document

I have an object type node, where each of them was a node of object type, which can contain a node of type object etc. I need to remove the last item and returns the new xml document, see example, any ideas? < id menuItem = "itemID" Graphic = "" name

What happened to addItem() and getItemAt()?

What happened to DataGrid.removeItemAt (), addItemAt(), et al.?I really liked these methods and used a lot. Now my code does not work in Flex 2.0.What I have now to mess directly with the dataProvider? These methods are moved to some class util, that

Setting Focus on the starting control

If I have a line:txtUserID.setFocus ();in the function called by creationcomplete, control gets the KIND OF focus. I see the outline around the control, but I can NOT TAPER. I have to click the control with the mouse, then it works. Once the program

Mobile app to beta3 producing an odd error

I'm the porting an app to beta2 beta3. I get the following error: Expecting semicolon before the target. It provides a line number, but does not indicate any file. Any thoughts?