I have been trying to learn about the makeup of this file so I can hopefully make a similar file myself. I know that the file is linked to other files which I...
17904
nextadvantage
Jul 1, 2005 6:07 pm
We are seeing very poor frame rates opening popup panels on top of data grids. Anyone else have this issue and any way to improve the performance?...
17903
Shahnavaz Alware
shahnavaza
Jul 1, 2005 5:38 pm
Yes we were able use the Websphere 6.0 and Flex with security turned ON. I am using Custom User registry. _____ From: flexcoders@yahoogroups.com...
17902
Phil Marston
pmarstonuoa
Jul 1, 2005 5:04 pm
... That's my baby! I can at least recognise the output! ;-) ... not sure I understand but will look out for info on it. ... yes I have seen that sort of...
17901
Phil Marston
pmarstonuoa
Jul 1, 2005 5:01 pm
Woo hoo! :-) The Net.Connection debugger did it and no one would've guessed what the dataProvider looked like! where I had ...
17900
Bruno Martins
bruheman
Jul 1, 2005 5:01 pm
http://www.prismix.com/blog/archives/2005/01/more_on_flex_mx.cfm Here explain how to use AS2.0, CF and Flex in the eclipse....
17899
juyalmanu
Jul 1, 2005 4:32 pm
dear all, I got it.. thanks a ton for the replies --Manu ... RemoteObject. ... you ... function, ... think ... logic ... Data ... means you ... request ... and...
17898
juyalmanu
Jul 1, 2005 4:26 pm
Dear all I have one more question regarding data access using flex. I am working with flex, php and apache. I am trying to send the request from flex to php...
17897
Phil Marston
pmarstonuoa
Jul 1, 2005 4:12 pm
Hi Tracy, What you've described is exactly where I've been looking. To be honest I'm not sure what the dataProvider looks like or what it is beyond being an...
17896
Peter Farland
pjfarland
Jul 1, 2005 4:07 pm
Additional note for Daman's option 2.) After turning on remote-objects-debug in flex-config.xml, you'd either: a) Use the NetConnection Debugger.swf from the...
17895
Phil Marston
pmarstonuoa
Jul 1, 2005 4:01 pm
HI Philippe, Yes that works - when I use any of the documented examples it's fine, but I'm not absolutely clear what the structure of the dataProvider is,...
17894
Dogra, Daman
dogra_daman
Jul 1, 2005 4:00 pm
There are couple of ways I check the payloads going back and forth 1) Flex Builder IDE has the Network monitor (Last tab in the "Results" window) which does...
17893
Tracy Spratt
nts333rd
Jul 1, 2005 3:55 pm
If you are using Flex Builder, then you can do detailed debugging. If you are using binding to handle your data, this is harder. That is the main reason I...
17892
Tracy Spratt
nts333rd
Jul 1, 2005 3:49 pm
The [Object] object thing means you are trying to look at a complex object, which selectedItem returns. SelectedItem is not a value, as you might expect, but...
17891
Tracy Spratt
nts333rd
Jul 1, 2005 3:31 pm
What is the error? Tracy ... From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of elomer79 Sent: Thursday, June 30, 2005 7:58 PM ...
17890
Phil Marston
pmarstonuoa
Jul 1, 2005 3:25 pm
Cheers Daman, Can't seem to get that to work either. :-( I'm wondering . . .. in the Flash IDE there was a remoting debugger that would let me see what was...
17889
Philippe Maegerman
pmaegerman
Jul 1, 2005 3:22 pm
I got it working fine the old school way <?xml version="1.0" encoding="utf-8"?> <mx:Application xmlns:mx="http://www.macromedia.com/2003/mxml"> <mx:Script> ...
17888
Dogra, Daman
dogra_daman
Jul 1, 2005 2:50 pm
Try "kingdoms_cb.selectedItem.value.toString()" -Daman ... From: pmarstonuoa [mailto:p.marston@...] Sent: Friday, July 01, 2005 10:26 AM To:...
17887
Dogra, Daman
dogra_daman
Jul 1, 2005 2:43 pm
Try "kingdoms_cb.selectedItem.value.toString()" -Daman ... From: pmarstonuoa [mailto:p.marston@...] Sent: Friday, July 01, 2005 10:26 AM To:...
17886
pmarstonuoa
Jul 1, 2005 2:31 pm
Hi All, Flex newbie here ;-) As a way of checking out Flex I'm trying to port an ImageBank app that was built using Flash MX, AMFPHP (Remoting) and mySQL I've...
17885
Matt Horn
danger4242
Jul 1, 2005 2:11 pm
It should be working. Please post the code. ________________________________ From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of...
17884
Brian Deitte
bdeitte
Jul 1, 2005 1:48 pm
We've used it here, of course. :) It integrates with WebSphere through com.ibm.ws.security.core.ContextManager. You can find information on adding users for...
17883
Ricardo Menna
ricardo.menna@...
Jul 1, 2005 12:46 pm
Hi, Does anybody has used Flex with Websphere with security mode turned on ? Does anybody uses WebsphereLoginCommand ? Is it really integrated with Java 2...
Hallo, I tried to get the labelWidth-Property in a mx:Form. I tried it directly with formID.labelWidth and with formID.getStyle("label-width"). But I don't get...
Hi Everyone First - thanks for your help so far. I am reading the Flex book that is out ("Developing rich clients with macromedia flex" and I am trying to get...
17877
elomer79
Jul 1, 2005 8:29 am
17876
Erik Westra
ewestra@...
Jul 1, 2005 8:02 am
Even shorter: for (var locNode:XMLNode=aNode.firstChild; locNode != null;){ if (locNode.nodeType == 1 && locNode.nodeName=="location"){ var exclude:Boolean =...