... a new ... correct ... Tunneling FDS over port 80 would be nice, any idea where to look? What do you mean with reverse web proxy.. if you have 3 ...
Hi, It seems that the only way to change the legendItem behavior and look is to inherit from it. but what i found out that the nameLabel(UITextField) property...
Aware of that. like I said, you cnt directly; but using flashinterface you can make them talk to each other. think of it as localconnection on steroids. check...
... On what O/S ? I would *imagine* your bluetooth input device will just appear to the O/S as a keyboard, and so not care if it's Flex or a HTML form. -- Tom...
... What if you send <a b="1"/> ? If you create the finial parameter in a temp. var., and inspect it in the debugger, is it valid XML ? -- Tom Chiverton ...
Create a temporary array, add data there using push() and then assign in to fields property. tmpArray:Array = new Array(); tmpArray.push(sfSortField); ...
Alex
al77_t@...
Mar 1, 2007 12:03 pm
66401
How I did this for anyone interested... Made a component based on VBox that contains one Text. The Text's text is set to a function that passes a bound...
Of course, I'm moving on now. My solution as of now has been to do a bit of both. I'm passing the all of needed objects (four of them) through a custom...
This fires the event I want: var collection : Array = model.downloads.toArray(); collection.push( newDownloadVO ); model.downloads = new ArrayCollection(...
Webdevotion
webdevotion@...
Mar 1, 2007 1:36 pm
66407
If you can provide an example XML and the example deserialization technique you would use we can use that in a Player testcase and see what we can do about it....
There is a section in the doc on creating and accessing properties in MXML components: http://livedocs.adobe.com/flex/201/html/mxmlcomponents_advanced_145_03.h...
BTW, You could put an else statement on that to throw() an error if you really cared about the currentTarget not setting the style correctly. I think this is...
Hi, Is it an SWC file? If so, you need to go CurrentProject -> right click, Properties -> Flex Build Path -> Library Path Tab; Then either choose, Add SWC...
ActionScript (like javascript) is an asynchronous programming language so each RPC call you make does not block while the code fetches the results. Because of...
I have a couple of comments on this. First off, there is nothing to say you can't run RTMP on port 80 so if it is just a port number issue, you can get around...
I'd imagine its throwing a SecurityError that the DragManager is handling on your behalf. When you begin the drag, you are probably creating a proxy image to...
Many apologies for the subject line, it should have been "E4X descendant operator doesn't work for XML object?" ... the original subject line related to just...
Sorry didn't mean to slash Adobe or FlexBuilder. I was extremely frustrated atm :-). We do really enjoy AS3 and the Flex API. It's pretty hard to find ...
- FI / Jonas Eliasson +
jonas.eliasson@...
Mar 1, 2007 1:52 pm
66418
As far as I can see, it can draw only two axis max. I need three axes, like in this link(http://www.infosoftglobal.com ... How can I implement *real*...
Actually I want an XML formatted result from the server. What I don't want is for the rich text to be interpreted as an XML string when applying it to the text...
I installed the stand alone Flex Builder and all the highlighting came back. I tried reinstalling the eclipse plugin but that didn't make any difference. ...
First, double check to make sure that verticalScrollPosition and horizontalScrollPosition won't work even if you hide the scrollbars (I don't think they will...
Daniel Freiman
FreimanCQ@...
Mar 1, 2007 1:52 pm
66422
Hi there Thierry you can you this http://labs.adobe.com/wiki/index.php/Flex_2_Tag_Library_for_JSP Regards. ... -- ... Igor Costa www.igorcosta.org ...
This is outstanding, but I do wonder why you don't use Ray Camden's RIAForge (http://www.riaforge.org) to host a project of this nature, since it is specific...