Are you using PHP on the server side? You will use HTTP Service and post to a server script which will then cause a download to happen. Sample PHP echo service...
100988
coder3
joan_mtnview
Feb 1, 2008 1:02 am
ok, if i send the data to the server, and server can generate it. for example, my application is at http:/www.myapp.com/myapp, and i need to call ...
100989
helihobby
Feb 1, 2008 1:18 am
I mean, I would like to be able to get the same exact location in the XML path every time I run my for loop and stop on some condition. For example some sort...
100990
Joan Lafferty
joan_lynn
Feb 1, 2008 1:24 am
You are missing a quotation mark in your dataProvider: <item label="Options" icon="configure16/> I think that is your problem because I can see an icon in the...
100991
Joan Lafferty
joan_lynn
Feb 1, 2008 1:28 am
I'm not sure what is going on, but, most of Flex's component can be read by JAWS. You must have JAWS version 6.10.1006 or later. For more info about...
100992
phipzkillah
Feb 1, 2008 1:37 am
Hi, I have a flex application that creates a globalVO object upon initialization. When a change occurs in my globalVO I manually dispatch an event. In the init...
100994
Seth Caldwell
wizardry_wiz
Feb 1, 2008 2:08 am
You shouldn't have to save it on the server at all. You can return the data that was posted directly as a download. I would stray away from using a query...
100995
Jamie S
youbits
Feb 1, 2008 2:11 am
Justin, Totally agree. I've ranted about it on other discussions . In my opinion the Flex team got a lot of things right but the one thing they got wrong is...
100996
phipzkillah
Feb 1, 2008 2:21 am
I have another question. Can class2 hear an event dispatched in class1? Can main hear an event dispatched in class1? class1 class2 includes an event dispatcher...
100997
coder3
joan_mtnview
Feb 1, 2008 2:38 am
so basically i have to generate the file on server? currently my server returns an xml file via httpService. but i need a text file for user to download. The...
100998
Jhonny Everson
khronnuz
Feb 1, 2008 2:48 am
I guess you haven't explained very well yet. But let's present you some approach that MAY be what you are looking. That's saving the reference. var...
100999
shaun
shaun@...
Feb 1, 2008 3:14 am
Hi, Its probably a good idea to (re)read the dev guide section about working with events as it may help clear this up for you. The general problem is that the...
101000
phipzkillah
Feb 1, 2008 3:50 am
Thanks Shaun. Can you explain this better: "or have an EventDispatcher instance variable and a custom method for attaching an event listener to the instance...
101001
phipzkillah
Feb 1, 2008 4:18 am
Ok. I partly have this working. Is this the right (or a valid) approach? Main.mxml //init globalVO.addEventListener("globalChangeEvent", ...
101002
learner
flexlearner
Feb 1, 2008 4:47 am
Hi all, In my stylesheet i have done something like this : Panel{ borderSkin:Embed(source=39;assets/felixStyle.swf', symbol='felixPanelBorder'); ...
101003
Josh McDonald
brucethebruiser
Feb 1, 2008 4:53 am
Yeah, that was my problem. <mx:DropshadowFilter> works in Fx3, but you need <flash:DropshadowFilter> in Fx2 :) Cheers, -Josh ... -- "Good people will do good...
101004
shrikant.patil
gt_shrikant
Feb 1, 2008 4:59 am
hi, you need to define style for the drop shadow in your style as below: Panel{ borderSkin:Embed(source=39;assets/felixStyle.swf', symbol='felixPanelBorder'); ...
101005
learner
flexlearner
Feb 1, 2008 5:02 am
I am setting the data provider only once .. they way i have created list is something like this : vList = new List(); vList.itemRenderer = new...
101006
shaun
shaun@...
Feb 1, 2008 5:15 am
Hi, This is the approach i was trying to explain in the previous email. It was just so your VO doest have to extend EventDispatcher. Not sure why your getting...
101007
ravi mishra
achieve_ravi
Feb 1, 2008 5:30 am
Hi All, Can anybody of you please give me an idea of how to create Family tree component in Flex? You can see the family tree I am talking about on...
101008
learner
flexlearner
Feb 1, 2008 5:38 am
101009
YOGESH JADHAV
yogi4yu
Feb 1, 2008 5:46 am
this.rawchildren.addChild(video); i think you have to use raw child methods for non UI components ( like this video ). ... -- Regards, Yogesh...
101010
YOGESH JADHAV
yogi4yu
Feb 1, 2008 6:18 am
this.rawChildren.addChild(video); In case you are copy pasting. ... -- Regards, Yogesh...
101011
srikanth_reddy_007
srikanth_red...
Feb 1, 2008 6:33 am
if i call init() too i can reset the data model but i cant reset the state of all the UI components. So i need to destroy the objects in the application state...
101012
phipzkillah
Feb 1, 2008 6:42 am
Shaun, I figured it out - I was in a rush before and didn't take the time to debug. When the eventHandler function is called I was tracing ...
101013
Josh McDonald
brucethebruiser
Feb 1, 2008 6:52 am
I understand the "cascading scrollbars" problem, but I really have to say that's a problem with your screens if you get this. It simply means that you have to...
101014
Josh McDonald
brucethebruiser
Feb 1, 2008 6:56 am
Yeah I've looked at Cairngorm, but I don't like my chances of getting approval to use it, even though it's a tiny company we've got a committee to approve tech...
101015
Muhammad Ahmed Ullah
ahmedullah2k
Feb 1, 2008 6:59 am
I think its a bug of flex that if the container's scrollbars are shifted then there is a text shift in the print. In earlier messages I said that the...
101016
Alex Harui
alex_harui
Feb 1, 2008 7:07 am
updateComplete will be called several times during the lifetime of a List. Your code will have to handle that fact. If MemberBox invalidates the List you'll...
101017
Alex Harui
alex_harui
Feb 1, 2008 7:11 am
If you move to California, you'll find it everything is done over wine and not beer :-) If I didn't have to deal with backward compat, I would change this ...