Re: [flexcoders] TileLayout for DataGrid [1 Attachment]

2012-02-02 Thread Tandon, Rishi
Jeff, What do you mean by toggle b/w vertical tile layout w.r.t. Data Grid? Spark's datagrid uses spark.components.gridClasses.GridLayout which is a virtual two dimensional layout for the Grid class and is not a general purpose layout, it's only intended to be use with Grid. Anyhow if you want

Re: [flexcoders] spark DataGrid

2012-02-02 Thread Tandon, Rishi
http://stackoverflow.com/questions/5900231/flex-4-5-hero-sdatagrid-rowcount  From: Wouter Schreuders wschreud...@gmail.com To: flexcoders@yahoogroups.com Sent: Wednesday, February 1, 2012 6:05 PM Subject: [flexcoders] spark DataGrid   Hi All Does anyone

[flexcoders] Security Sandbox Violation for module accessing localhost rest service in dev

2012-02-02 Thread Greg Lafrance
Our app has a main module with link button, and clicking each link button loads different modules in the main content area. For only one module, we get a Security Sandbox Violation when we try to do a multipart post of image data. I can't find anything significantly different about this

[flexcoders] Flash Pro 5.5 force font embeding in swc

2012-02-02 Thread Guillaume Malartre
Hi, I'm working with a bunch of flas produced with Flash CS 5.5 that get compiled into a series of swcs with only one movieClip containing a linkage in each of them. This movieClip might contain textfields that use the Arial font without any request for an embedded font. I validated that I don't

[flexcoders] spark scrollbar skinning

2012-02-02 Thread method_air
I'm attempting to skin a spark scrollbar like this example: http://blog.flexexamples.com/2009/11/04/setting-a-custom-horizontal-scroll-bar-skin-on-a-spark-list-control-in-flex-4/ ...but the scrollbar skinning is not applied. The disclaimer on the above link says, 'This entry is based on a

[flexcoders] Null object reference in CanvasLayout line 825

2012-02-02 Thread Jacob Schatz
In CanvasLayout.as the line (820) that reads: - for (i = 0; i n; i++) { var child:IUIComponent = target.getChildAt(i) as IUIComponent; var childConstraints:LayoutConstraints = getLayoutConstraints(child); if (!child.includeInLayout) - The child is null. The stack trace does not go

Re: [flexcoders] spark DataGrid

2012-02-02 Thread Wouter Schreuders
Thanks, I actually decided to just rebuild the entire thing using spark lists. DataGrid seems very problematic. On 2 February 2012 10:19, Tandon, Rishi rishitandon...@yahoo.com wrote: ** http://stackoverflow.com/questions/5900231/flex-4-5-hero-sdatagrid-rowcount

Re: [flexcoders] Re: Audio codecs?

2012-02-02 Thread Dan M
On 02/01/2012 05:56 PM, Dan M wrote: On 02/01/2012 03:59 PM, Dan M wrote: I've got my encoder mostly working. I can do live streaming just fine. However, when the streaming server on the other end archives my streams I can't play the archived files. Looking through the documentation for