I was under the impression that in order to use RemoteObject one does need FDS. Given this (and another) answer and Mike’s requirement not having to rely on...
Depends what you ate or drank the night before, I mean the smell is probably interesting than what it looks like. What it tastes like is a whole other story ;)...
... You don't need FDS to use Flex Remoting. You do need something like ColdFusion, AMFPHP or WebOrb. http://www.adobe.com/products/coldfusion/ (CF) ...
Hi Eduardo, Did you get this to work? if so could you post a little of how you did get the whole row to be disabled? I want to do something similar and don't...
Does anyone have information on the various metadata tags that can be used in flex. I've been going through some of the source files to find out a way of...
... Why would you want to do it though ? -- Tom Chiverton Helping to continually drive ubiquitous developments on: http://thefalken.livejournal.com ...
Lucas, what you are doing with line A = B is like saying "Make variable A reference to the same object as variable B". Kinda like: //Declare two variables that...
Lucas, remember variables are references to objects; A = B doesn't mean "Put in A the same data that is in B", it means "Make A reference the same object that...
Has anyone else run into the issue of TextArea components adding extra whitespace or padding at the bottom when setting height to textHeight? What's the...
mouseEnabled doesn't apply to descendants. (Use mouseChildren to do that.) - Gordon ________________________________ From: flexcoders@yahoogroups.com...
Yes, I did mean HBox, there is a VBox container around the label, because once I have the layout figured out, there will be more then just a label in it. Here...
in order to tell other classes your object is bindable, it has to have this metatag: [Bindable("change")] public function get text():void { .... } then...
Geneva, Tahoma and Verdana are 3 problematic fonts i have isolated to not print correctly. I never get the last line of text to print. These 3 fonts are...
That is interesting indeed. Would anyone have any experience with http://www.openamf.com/cms/ or other open source amf java implementations? Thanks, Peter ...
Hi All, I have a Flex 1.5 application running.Will the Flash Player 9c pose any problems for my running application? Thanks Sweta...
73073
Daniel Freiman
FreimanCQ@...
May 1, 2007 1:54 pm
I've got what I think are all of the metadata tags listed here: http://nondocs.blogspot.com/2007/04/metadata.html I don't know what all of them do, including...
73074
Daniel Freiman
FreimanCQ@...
May 1, 2007 2:03 pm
I'm a little confused. Is the TextArea adding extra space for an unknown reason or are there actually extra white space characters at the end of the text of...
Just getting started with Flex... I'm trying to build a navigation accordion where the attributes used in the LinkButton's are read in from an external XML...
In order for Flash to know how much room it needs to print an autosized text field, the font must be embedded. There's no way 'round it. The _height of an...
Hi, I have a problem that I feel should have a simple solution so I am hoping I have missed something obvious. We have a resizable canvas with a list on it...
73081
Guillermo Villasana
terius@...
May 1, 2007 2:51 pm
Hello everyone, I am having problems assigning styles at runtime.. Here is what I am doing: 1) I genereted an xml with all the parameters (colors, font types,...