Hi There, Could any one please help me out in implementing globalization of date format in Flex 3, when I choose the language as US_English or Spanish or...
I'm making a flow layout conainer with a flowLayout class. The flowLayout class will recognize the Spacer and VLine class as separators and only break the...
Hi, Can anyone please let me know how do we merge the Datagrid/AdvancedDataGrid cells. I used the "AdvancedDataGridRendererProvider" to merge the cells. But ...
Hi. Is there any opensource flex component, allowing to add CAPTCHA(+voice accessibility) functionality? Maybe just voice generation component, because the...
Hi There, Could any one please help me with some good study materials or tutorial links describing about all the configuration files like services-config.xml,...
Hi, I am very new to FLEX. Please guide me how should I initially start my programming in FLEX. I found lot of documents in ADOBE….but I am not able to start...
Good Evening everyone. I've been working on some components based on the docs and based on the Flex components but I wonder if other developers are using a...
Hi! I have a flex app running on a webpage. How can i display a dialog box that will contain some formated text, maybe an image, button OK(optional) and a...
I would recommend getting Programming Flex, published by O'Reilly : http://www.oreilly.com/catalog/9780596526894/ I have it and it's exactly what you're...
This list for issues regarding extending components or creating custom components. General Flex questions should go in the "flexcoders" group. What you are...
Hi, Is it possible to space out the columns in a multi-series column chart? Currently all the columns are stuck together, regardless of what size they are and...
Write a component extending TitleWindow, add everything you need in it (including the cross button) and then show it using PopUpManager.createPopUp()....
Hello: With Eclipse 3.3.1.1 I create a proyect in flex 3. In "Flex Compiler" I write -include-libraries "C:\Archivos de programa\Adobe\Flex Builder 3\sdks ...
Is it possible to create a custom component based on the Alert class that would also have a linkButton embedded in it? I've created numerous custom components...
A bit new to doing Flex, but I got it down as for building an interface. now, I just want to get it to work... correctly. As for the tools I'm using, MS Visual...
Has anyone here worked with StyleSheet objects and Text controls? Here is the issue: 1) I have a nice font embedded in my Flex application (via a CSS.) ...
Need Help on Date Globalization in Flex 3Madhu posted the original question on two groups (very naughty) - flexcoders and flexcomponents - and had replies on...
Be sure to familiarize yourself with document"*Creating and Extending Adobe Flex 3 Components" *that features the example of creating components in ...
Here's a good article comparing communication options between Flex and .NET. http://www.adobe.com/devnet/flex/articles/communicating_flex_dotnet.html Spoiler:...
A gentle reminder, this is not the correct list for general flex questions. This should be posted in flexcoders instead. Now, I am using a very similar...
Thanks for all the feedback, I have indeed used AdvancedDataGridGroupItemRender to render my required check boxes. ... front ... requirement ... to be ... 3 to...
Try something like this: private function drawBox():void{ var fillType:String = GradientType.LINEAR; var colors:Array = [0xFF0000, 0x0000FF]; var alphas:Array...