[flexcoders] Air 2.7 TLS version?

2011-08-24 Thread DustinB
Hello- I am trying to find information about which TLS version Flex 2.7 supports. It seems like its only 1.0 and the client is looking to use 1.2. Anyone know? thanks! Dustin

[flexcoders] Re: Flex charts to powerpoint

2010-08-11 Thread DustinB
I need to post this on my blog, but the way I did it was with an AIR app, though a Flex app could do it too. It wasnt ideal, but worked. Basically, I took my Flex chart and captured it as a bitmap, then transcoded that to base64. MS PowerPoint 2007 supports the .mht file format which is basical

[flexcoders] implementing SSO with a Flex app hosted on Salesforce.com

2010-03-01 Thread DustinB
O' Mighty Flexcoders- I am trying to figure out how I can implement Single Sign On with my Flex app hosted on Salesforce. This Flex apps Salesforce impl wont have the user accounts in the system, and so I need to authenticate against my companies SSO. If the user is returned a valid token, I

[flexcoders] need help making a UITextInput update its numLines property

2009-10-24 Thread DustinB
hello Flexcoders! I am stumped with a problem in my DataGrids itemRenderer. I am using a regular DataGrid and my column has a renderer that extends UIComponent and not DataGridItemRenderer. In my renderer is a UITextField that has wrapping turned on. The user can expand and reduce the width of