[flexcoders] Re: Webservices request serialization issues.

2007-02-20 Thread ajitparthan
Any updates on this? I am having a similar problem. The webservice defines a generic filter object for a get request. Specific filters are extensions or derived elements in the xsd. Using Java Axis, this is as simple as instantiating a the derived filter and passing it in the get request. The XML

[flexcoders] OutOfBounds exception in compiler

2007-01-23 Thread ajitparthan
I am seeing a OutOfBounds exception thrown by the flex compiler [java] Error: String index out of range: -6 [java] java.lang.StringIndexOutOfBoundsException: String index out of range: -6 [java] at java.lang.String.substring(String.java:1768) [java] at

[flexcoders] Application exit handler

2007-01-18 Thread ajitparthan
Is there a standard way to setup an exit handler for Flex applications? In the project I am working on, we login to a remote webservice at startup. I would also like to gracefully logout when the user is done with application. The application has a logout action which the user can use but I am

[flexcoders] Unable to resolve a class for ResourceBundle: charts

2006-10-13 Thread ajitparthan
Got this error while compiling with Flex SDK 2 on Linux. Tracked down the problem to incorrect installation of the charts component. I had installed charts manually but did not copy relevant files to locale (see http://www.adobe.com/support/documentation/en/flex/2/install.html#installingcharts)

[flexcoders] ssh client using Flex 2/ActionScript 3

2006-08-25 Thread ajitparthan
The exmple of building a telnet client on livedocs using the socket api is really cool. I was wondering if it is possible to build a ssh client using similar techniques- the encryption and key exchange algorithm seems fairly complicated. This is within the context of a project I am doing where we

[flexcoders] Documentation generator for AS 3.0/Flex 2.0

2006-07-26 Thread ajitparthan
Is there a tool to generate documentation (API doc) from my AS 3.0/Flex 2.0 code? The API documentation as part of Flex 2 language references is really neat- it woill be great if I can create/generate similar API docs for my custom code. -- Flexcoders Mailing List FAQ:

[flexcoders] SWF file licensing

2006-07-23 Thread ajitparthan
Is there a specific license clause that allows free distribution of SWF files? I realize that authoring and rendering tools have to be blessed by Adobe. But is there a clause in the license agreements or Adobe FAQ that mentions that SWF file can be freely distributed/copied? The closest I have