Re: Flex application Session Timeout

2014-07-21 Thread douglowder
I'm having the same problem with BlazeDS, Tomcat 7, and Flex SDK 4.12. In addition, the versions of flash.net.URLRequestDefaults in my SDK don't include idleTimeout. Can URLRequestDeafults.idleTimeout be used with Flex applications? It appear to be in an AIR library. Thanks for any info. Doug

Re: Flex Gauge Component

2014-07-29 Thread douglowder
Currently using thin one. It's pretty nice, but required a few minor mods. http://http://blog.betterthantomorrow.com/2011/02/06/a-flex-4-gauge-component/ https://dl.dropboxusercontent.com/u/3259215/gauge-demo/gaugetestflash.html -- View this message in context: http://apache-flex-users.24

Re: Flex 4.13 Docs Links Broke

2014-07-30 Thread douglowder
http://mirror.symnds.com/software/Apache/flex/4.13.0/doc/apache-flex-sdk-4.13.0-asdocs.zip -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Flex-4-13-Docs-Links-Broke-tp7430p7433.html Sent from the Apache Flex Users mailing list archive at Nabble.com.

Re: HTTP Basic Authentication for URLRequest

2015-03-30 Thread douglowder
You should be aware that hard-coding the authentication parameters as you have done in the examples makes those values visible to anyone with the application. Running the app is not even necessary; just examining the file, such as with a decompiler, will make the username and password values visib

Re: URLLoader.addEventListener(HTTPStatusEvent.HTTP_RESPONSE_STATUS, ...); produces Error #2007: Parameter type must be non-null

2015-05-05 Thread douglowder
HTTP_RESPONSE_STATUS is only available in AIR. If this is not an AIR application, you need to use HTTP_STATUS. See; http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/events/HTTPStatusEvent.html -- View this message in context: http://apache-flex-users.246.n4.nabble.

Re: AIR SDK

2015-05-29 Thread douglowder
When I want to use a different SDK in FB, I right-click the project and select Properties. Then select "Flex Build Path" on the left side of the Properties dialog, click the Library Path tab, remove the existing SDK from the project, then select the new one with "Add Flex SDK". -- View this mes

Re: Properties not listed in the Flex API

2015-06-01 Thread douglowder
Happens all the time: borderVisible is a style, not a property. -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Properties-not-listed-in-the-Flex-API-tp10468p10473.html Sent from the Apache Flex Users mailing list archive at Nabble.com.

Re: Max Upload Limit from Flex Web App

2015-07-01 Thread douglowder
Does Jetty use a server.xml file? I know in Tomcat, I had to add option maxPostSize="0" to the Connector tag to disable upload restrictions. -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Max-Upload-Limit-from-Flex-Web-App-tp10658p10690.html Sent from the Apach

Re: Flex/Flash Viable still?

2015-07-16 Thread douglowder
Oh my, that is brilliant. I eagerly await the writing of "Thoughts on HTML5." What goes around comes around. -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Flex-Flash-Viable-still-tp10760p10792.html Sent from the Apache Flex Users mailing list archive at Nabbl

Re: Embedded font for Charts

2015-07-29 Thread douglowder
I have run into this issue before and have worked around it by setting the labelClass property of the chart's axis renderers to mx.controls.Label. For example: -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Embedded-font-for-Charts-tp10793p10887.html Sent from