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...
73054
Bjorn Schultheiss
bjorn.schult...
May 1, 2007 7:45 am
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 ;)...
73055
Muzak
muzakdeezign
May 1, 2007 8:33 am
... 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) ...
73056
astronaute75
May 1, 2007 9:00 am
Thank you Alex, it's working now :)...
73057
mark_j_ellul
May 1, 2007 9:39 am
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...
73058
Kenneth Sutherland
b0b0bb0b
May 1, 2007 10:09 am
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...
73059
Tom Chiverton
tom.chiverton
May 1, 2007 10:35 am
... Why would you want to do it though ? -- Tom Chiverton Helping to continually drive ubiquitous developments on: http://thefalken.livejournal.com ...
73060
Tom Chiverton
tom.chiverton
May 1, 2007 10:38 am
... Simply, it's (one or two letters)(numbers)(optional space)(numbers)(letters). In reality it's a bit more nasty: (GIR...
73061
Jurgen Beck
jbeck_sound
May 1, 2007 11:08 am
You can find some of them explained here, but that is not the complete list either: ...
73062
Tom Chiverton
tom.chiverton
May 1, 2007 11:30 am
... Not even height="{ compoentName.height }" ? -- Tom Chiverton Helping to apprehensively evolve mission-critical services on:...
73063
Tom Chiverton
tom.chiverton
May 1, 2007 11:31 am
... Set them visible, then callLater() the rest of your print process. -- Tom Chiverton Helping to widespreadedly seize value-added solutions on:...
73064
Guido
fanadelmanga
May 1, 2007 11:42 am
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...
73065
Guido
fanadelmanga
May 1, 2007 11:42 am
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...
73066
Mark Walters
driverjase
May 1, 2007 11:44 am
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...
73067
Gordon Smith
gsmithsf
May 1, 2007 11:50 am
mouseEnabled doesn't apply to descendants. (Use mouseChildren to do that.) - Gordon ________________________________ From: flexcoders@yahoogroups.com...
73068
Ian Skinner
ianskinnerbs
May 1, 2007 11:53 am
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...
73069
Dimitrios Gianninas
angelone197555
May 1, 2007 12:16 pm
in order to tell other classes your object is bindable, it has to have this metatag: [Bindable("change")] public function get text():void { .... } then...
73070
scott_flex
May 1, 2007 1:23 pm
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...
73071
Peter
pgp.coppens
May 1, 2007 1:31 pm
That is interesting indeed. Would anyone have any experience with http://www.openamf.com/cms/ or other open source amf java implementations? Thanks, Peter ...
73072
newtoflexworld
May 1, 2007 1:37 pm
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...
73075
boy_trike
May 1, 2007 2:08 pm
I have an XMLList that controls the options a user can get to. It looks like the following: <mx:XMLList id="menuOptionsData"> <menu label="Sales"...
73076
Greg Groves
garggroves
May 1, 2007 2:30 pm
Just getting started with Flex... I'm trying to build a navigation accordion where the attributes used in the LinkButton39;s are read in from an external XML...
73077
kyle.vanvranken
May 1, 2007 2:31 pm
Thank you again Alex! You are always the first guy to answer. - Kyle...
73078
Michael Schmalle
teotigraphix
May 1, 2007 2:43 pm
Hi, One way is to create an AssetsLibrary. [Embed(source="images/IExtendLogo.png")] public var IExtendLogo:Class; public static function...
73079
John Mark Hawley
johnmarkhawley
May 1, 2007 2:43 pm
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...
73080
ria_coder
May 1, 2007 2:44 pm
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,...
73082
Michael Schmalle
teotigraphix
May 1, 2007 2:53 pm
Try; menuOptionsData[1] = null; Or delete menuOptionsData[1]; Peace, Mike ... -- Teoti Graphix http://www.teotigraphix.com Blog - Flex2Components ...