Search the web
Sign In
New User? Sign Up
flexcoders · RIA Development with Adobe Flex
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 73053 - 73082 of 149632   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
73053
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...
Peter
pgp.coppens
Offline Send Email
May 1, 2007
7:37 am
73054
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 ;)...
Bjorn Schultheiss
bjorn.schult...
Offline Send Email
May 1, 2007
7:45 am
73055
... 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) ...
Muzak
muzakdeezign
Offline Send Email
May 1, 2007
8:33 am
73056
Thank you Alex, it's working now :)...
astronaute75
Offline Send Email
May 1, 2007
9:00 am
73057
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...
mark_j_ellul
Offline Send Email
May 1, 2007
9:39 am
73058
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...
Kenneth Sutherland
b0b0bb0b
Offline Send Email
May 1, 2007
10:09 am
73059
... Why would you want to do it though ? -- Tom Chiverton Helping to continually drive ubiquitous developments on: http://thefalken.livejournal.com ...
Tom Chiverton
tom.chiverton
Offline Send Email
May 1, 2007
10:35 am
73060
... Simply, it's (one or two letters)(numbers)(optional space)(numbers)(letters). In reality it's a bit more nasty: (GIR...
Tom Chiverton
tom.chiverton
Offline Send Email
May 1, 2007
10:38 am
73061
You can find some of them explained here, but that is not the complete list either: ...
Jurgen Beck
jbeck_sound
Offline Send Email
May 1, 2007
11:08 am
73062
... Not even height="{ compoentName.height }" ? -- Tom Chiverton Helping to apprehensively evolve mission-critical services on:...
Tom Chiverton
tom.chiverton
Offline Send Email
May 1, 2007
11:30 am
73063
... Set them visible, then callLater() the rest of your print process. -- Tom Chiverton Helping to widespreadedly seize value-added solutions on:...
Tom Chiverton
tom.chiverton
Offline Send Email
May 1, 2007
11:31 am
73064
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...
Guido
fanadelmanga
Offline Send Email
May 1, 2007
11:42 am
73065
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...
Guido
fanadelmanga
Offline Send Email
May 1, 2007
11:42 am
73066
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...
Mark Walters
driverjase
Offline Send Email
May 1, 2007
11:44 am
73067
mouseEnabled doesn't apply to descendants. (Use mouseChildren to do that.) - Gordon ________________________________ From: flexcoders@yahoogroups.com...
Gordon Smith
gsmithsf
Online Now Send Email
May 1, 2007
11:50 am
73068
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...
Ian Skinner
ianskinnerbs
Offline Send Email
May 1, 2007
11:53 am
73069
in order to tell other classes your object is bindable, it has to have this metatag: [Bindable("change")] public function get text():void { .... } then...
Dimitrios Gianninas
angelone197555
Offline Send Email
May 1, 2007
12:16 pm
73070
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...
scott_flex
Offline Send Email
May 1, 2007
1:23 pm
73071
That is interesting indeed. Would anyone have any experience with http://www.openamf.com/cms/ or other open source amf java implementations? Thanks, Peter ...
Peter
pgp.coppens
Offline Send Email
May 1, 2007
1:31 pm
73072
Hi All, I have a Flex 1.5 application running.Will the Flash Player 9c pose any problems for my running application? Thanks Sweta...
newtoflexworld
Offline Send Email
May 1, 2007
1:37 pm
73073
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...
Daniel Freiman
FreimanCQ@...
Send Email
May 1, 2007
1:54 pm
73074
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...
Daniel Freiman
FreimanCQ@...
Send Email
May 1, 2007
2:03 pm
73075
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"...
boy_trike
Offline Send Email
May 1, 2007
2:08 pm
73076
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...
Greg Groves
garggroves
Offline Send Email
May 1, 2007
2:30 pm
73077
Thank you again Alex! You are always the first guy to answer. - Kyle...
kyle.vanvranken
Offline Send Email
May 1, 2007
2:31 pm
73078
Hi, One way is to create an AssetsLibrary. [Embed(source="images/IExtendLogo.png")] public var IExtendLogo:Class; public static function...
Michael Schmalle
teotigraphix
Offline Send Email
May 1, 2007
2:43 pm
73079
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...
John Mark Hawley
johnmarkhawley
Offline Send Email
May 1, 2007
2:43 pm
73080
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...
ria_coder
Offline Send Email
May 1, 2007
2:44 pm
73081
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,...
Guillermo Villasana
terius@...
Send Email
May 1, 2007
2:51 pm
73082
Try; menuOptionsData[1] = null; Or delete menuOptionsData[1]; Peace, Mike ... -- Teoti Graphix http://www.teotigraphix.com Blog - Flex2Components ...
Michael Schmalle
teotigraphix
Offline Send Email
May 1, 2007
2:53 pm
Messages 73053 - 73082 of 149632   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help