It just goes to show you can't generalise about these things. We have an inspiron 8200 still going strong and my son was skeptical that the ipod classic that...
There are actually 3 parts to this question. I have found a solution to each. The first part is how to create a new simulation given the data for a ...
I want to use a ComboBox as an itemRenderer and itemEditor. here is the <mx:DataGridColumn headerText="Route" dataField="med_route_oidCol" editable="true"...
I have a flex 3 app talking to CF8 over RemoteObject calling CFC's. Whenever I send a VO as an argument to a cfc function CF throws an error saying it can't...
it looks to me like it is better to use a label function to render the display value and leave the combo box for itemEditor. That still leaves the question on...
... The ComboBox won't select the item based on the value of the 'text' property, so you'll have to do the selection for it, by overriding the data setter. ...
... [snip] I'm not sure I understand where your problem is. When are you calling removeLoadingOverlay? I would use PopUpManager to add and remove the overlay...
... 'click' is a bubbling event. The three phases: (1) capture, (2) target, (3) bubble. http://www.w3.org/TR/DOM-Level-3-Events/events.html#Events-flow Manish...
... The only way to do that is to remove the child from the TabNavigator (and add it back later). You can disable the tab though by setting 'enabled' to false...
... Well, it seems the DataGrid just overwrites your 'styleName' setting with its own. It sets the styleName of the renderer to point to the DataGridColumn...
editing the display list is a way, or simply trying to set the tabNav children visible to true/false is also a goal you can create your UI with a method, and...
Thanks for the reply Li, but that does not work. I think the trasnparent mode was for popups or something if I recall For completeness of Flex Coders search,...
You are expecting an argument of type DecisionBlockVO but the error says it can't find a type of DecisionFileVO. Are you sure you have the same types set up in...
How does the ASDoc utility tool handle unsupported tags ? The reason for me to think about this is that I wish to have an easily followable standard for TODO,...
i'm sorry, i'm getting this error in a few places and the error i pasted didn't match the code i copied - however the 2 types do match up in the case of the...
Arghh.. I should have never said anything - daughter drops ipod and it's now rather unhappy - three weeks out of warranty... :-( ... From: Paul Andrews To:...
Hi, Is there any quick way to run a function after someone hits enter after editing a datagrid cell. Ideally I want it to move to the next field if tabbed and...
After fp debug version update 10 player displays his interface (interesting for me: trace window and error messages) in language of my non-english OS. Is it...
I have a flex client from which I would like to make RemoteObject calls through LCDS to a J2EE server. Is it possible for my swf to be on a different server...
Hello, This is my first post here and the first time i use yahoo groups. I have searched for something similar on the boards but haven't found it. Anyway I am...
Hello people, I have the following Address Class: package com.jherrington { public class Address { private var _first:String = ''; public function set...