... It would be nice, but it's hardly essential. It's never going to be good practice to put in multiple commas and I can't ever remember have issues doing it...
Didn't say it was essential. Just that I would prefer it. As you said, "nobody in their right mind" would do it. One of the hallmarks of a well-designed...
Hello Guys, i have a repeater that is populated by dynamic data. i would like to email the contents of the repeater using cfmail in the same way they appear in...
We want to go back to a prior version of our project. Currently we are working on 1.3 and want to go back to 1.2 The project is in ClearCase and I was able to...
Hi everyone, I have a Flex List UI component. I would like to get the number of selected items. How can I get it? I have tried list.selectedItems.length but...
I'm building an AIR app with FlashBuilder 4 in VMWare Fusion, so it's running in a virtual Windows XP machine, not on the metal (which is OS X, for those...
Hi everyone, I'm running into an issue where the company I work at uses ANT to build a Flex project (that has 5 modules in it). The ANT script appears to ru n...
How can I determine the length of the Horizontal Axis of a Chart. I know how to get the width of the Chart. What I am looking for is the length or width of the...
Hi I am trying to set the context menu to a datagrid. The process I am using is like this cm = new ContextMenu; cm.hideBuiltInItems(); var cmi:ContextMenuItem...
Hi everyone. Can anyone provide me solution for this facing  problem: I am using dropdownlist in flash 4.6 , where I have applied custom skin. custom skin...
I think you are supposed to create a custom item renderer for the list where the item renderer knows to display differently for that one item. On 5/7/13 8:14...
Hey Usman, Anas here  hope you are doing great I also agree to Alex's solution for your problem. Thanks and Regards Anas.Parallel-Programming Evangelist. ...
Hi All, It worked . If we assign the context menu using the id of datagrid then the context menu works, for example if the id of datagrid is dg, then by using...
Looks like Mike Chambers is responding on that thread. He is a better person to ask than me. Even though I work for Adobe, my main focus is on Apache Flex. I...
Hi All, Is there any way we can disable the whole window of AIR application, including menu, minimize, maximize, and close buttons? I have been trying in...
Hello there, I dont think that's what I needed. I would explain my scenario. When I try to close my application, it will prompt to save the changes before...
Oh alright, In my case that is not possible. It's ok, I will see something. Anyway, Thanks for your suggestions. ________________________________ From: Karim...
Hello everyone, I need to port an existing Flash Builder (4.7) project to HTML5. I'm wondering if there's anything like the Toolkit_for_CreateJS on Adobe Flash...
FalconJS is a project started by Alex Harui. The FalconJS compiler will take an MXML and AS project and output a valid HTML/JS application. More info here: ...
Hi Child components are displayed when height=0 for spark group container.So how can we hide the components in the Group. This is used to work perfectly fine...
With Spark, you have to use a Scroller, or add custom code to set a scrollRect. But if you are using height=0 to hide something, you might be better off using...