Doh... apologies, that's what comes of having a 'flex' team and a 'flexcoders' list tags... Ignore all please! Gk. Gregor Kiddie Senior Developer INPS Tel:...
I'm writing a data descriptor for a tree representing some remote filesystem hierarchy. I want the data descriptor to call a remote service every time the user...
Hi, looking for *any* way to consume SOAP 1.2 webservices (esp. WCF ones with binding type wsdlHttpBinding) without requiring us to handcode any of the...
Hello Flexcoders, I'd like to announce the availability of Pimento Data Services, an Open Source framework released under the Apache 2.0 license. It offers...
Hi, it depends on your game... Have not done one in flex, but I have made flash versions in the past and a game socket server in java. It actually depends on...
Just curious if anyone is using Tree3D in Flex. If so, how difficult was it to get it working? Alejandro (the creator) says it is a Flash component. Thanks, ...
One thing I cannot find any documentation on is how to push a Split direct to the Vector Class. Is it possible? //Results in VerifyError: Error #1033: Cpool...
Tried posting this earlier, but it doesn't look like it went through. Has anyone had any success in porting Tree3D to Flex? The developer says it is a Flash...
You say you got this working in Air? I cannot get it to work. The image doesn't load. Where did you put chart.png in your project structure? Is in in src?...
Hi, I am having difficulties building a QTP-enabled application via the Ant mxmlc/compc tasks. The structure of the project is a Library Project (Common.swc)...
Does anyone know how to solve this possible legal issue. I created a website I wish to fully open source. The programmer and I both own shared rights to code...
Hi guys, Can anyone tell me how to open flash player from flex builder 3 when i click run instead of running firefox browser? ive seen someone do it, but he...
Hi I am using the FileSystemTree component to view the filesystem. I have a button below the tree which adds a new subdirectory to the currently selected...
I'm getting an error that says: "illegal cue point: Time must be number and/or name must not be undefined or null". Here is the line that sets the cue points....
Thanks, Dave. My only concern was that it would turn out not to be supported behavior and might stop working in certain circumstances - before I plough ahead...
How does one reference files like images when using an mx:html tag and the htmlText property? Here's the basic idea: private var strHtmlText:XML = <html> ...
hi guys i am tring to insert data from flex to my access database but i get this error "Unable to invoke CFC - The AMEMBER argument passed to the create...
Just wanted to pass on this bit of information as it may be very difficult to find an answer for this on the web. Maybe it could help someone some day. I was...
Whyves
riel@...
Dec 1, 2008 2:10 pm
131497
... From: "stephendricketts" <velocedge@...> To: <flexcoders@yahoogroups.com> Sent: Sunday, November 30, 2008 5:59 PM Subject: [flexcoders] What...
The docs are a bit misleading when it comes to XML. Try using XML with the tree, it works great. The warnings occur because most of the properties you deal...
Hi. I've got a TitleWindow that needs to dissolve in when the user clicks the Button that creates it. The TitleWindow is in the Help.mxml file and looks like...
... Your app will probably perform better if you don't try to build the whole tree at once. But you might want to google on "recursion". Essentially, the ...
Sam, (From another Sam in the Netherlands). If i read your email correctly, at this moment the developed product is NOT open source but is intended to become...
Depends on the number of simultaneous clients and the time-impact. One note to take into account is security of the game - using sockets does not scale in...
Can you give me some more details on the security issues relating to remote objects? How do you notify the other client when one client has taken a turn with...