 | 9 Feb 00:44 There was a post on flexcoders about using a custom preloader, someone replied with a link to Ted Patrick and here is the post on his blog. 6 Feb 21:34 Somebody posted on a forum and asked "How do you get a mx:Tree to populate with query data from flex?" Most of the examples out there use xml in the mx:Tree so I did the same... There are a few ways to get your query data to valid xml... Y... 3 Feb 06:27 I've been working with the StringValidator, and EmailValidator, and I've even worked with some regex validation in Flex. Adobe has a great quickstart guide to using the validators, which I recommend to anyone as a starting point. At the end of ... 3 Feb 03:19 This is a great example grouping in a datagrid as well as displaying columns by choice... it's fantastic! http://stackoverflowexception.blogspot.com/2007/01/minor-update-of-grid-component. 1 Feb 00:07 This is just a syntax reminder to myself I could imagine myself playing with the effects in flex for hours... but they take a quite a while to master... the move effects, tend to be a little trickier because they seem to rearrange the form some wh... 31 Jan 22:42 If you notice the selectedIndex of an mx:List or anything list based for that matter, be it a, tree, combobox, or anything that is built of the base List... whenever the dataprovider changes the selectedIndex is lost.... say i want to bind my... 26 Jan 00:07 We have a customer that would like to upload a file, and this file is a delimited text file... The first line is a Quoted date ("Tuesday, January 23, 2007")... but as it gets read into coldfusion it is not a valid date... so what you have to do is convert it, using the "DateFormat()" function in coldfusion. In the following example, I'll go through the following steps. 1. Set a try/catch to handle unpredictable results 2. Getting the file from the current directory 3. 25 Jan 01:06 Some of the things I would like to do is extend the mx:Tree in flex 2, I would like custom images, or font... or anything to just customize this tree. The main purpose of why i want to do this is to show an icon by each tree node, that represent... 20 Jan 04:33 We are using the mx:RichTextEditor to edit a description of some sort.... the html that the rich texteditor outputs is the following test If you copy and past this code into an html page, the font shows up huge much like so: test Ry... 11 Jan 05:10 The syntax is a little tricky but I found it on the google groups, by searching "get a markers latitude" marker.getPoint().lat(); it's very tricky because there isn't a ton of documentation that show examples of this. | |  |