Even shorter: for (var locNode:XMLNode=aNode.firstChild; locNode != null;){ if (locNode.nodeType == 1 && locNode.nodeName=="location"){ var exclude:Boolean =...
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...
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, Does anybody has used Flex with Websphere with security mode turned on ? Does anybody uses WebsphereLoginCommand ? Is it really integrated with Java 2...
Ricardo Menna
ricardo.menna@...
Jul 1, 2005 12:46 pm
17884
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...
It should be working. Please post the code. ________________________________ From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of...
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...
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> ...
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...
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 ...
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...
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...
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...
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,...
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...
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...
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...
dear all, I got it.. thanks a ton for the replies --Manu ... RemoteObject. ... you ... function, ... think ... logic ... Data ... means you ... request ... and...
... 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...
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...