[flexcoders] VerifyError: Error #1014: Class mx.core::ByteArrayAsset could not be found.

2012-05-06 Thread cuttenv
I have been trying to narrow down this issue for awhile now I think I am rather close but not quite there yet. This is a runtime error that occurs whenever I try to compile my project on the command line. It doesn't happen in Flash Builder. I have an Actionscript only project that is throwing t

[flexcoders] mx textarea and paragraphs

2012-05-06 Thread faizal_ac
Hi, I have been using the Spark Textarea for displaying responses from my server, and i have been using the paragraphElement to add to this textraea in the proper format. The problem is that some responses are quite large and the performance such as scrolling is compromised using the spark tex

Re: [flexcoders] Modify label text

2012-05-06 Thread Csomák Gábor
add the datachange event listener to the itemrenderer, and on datachange, set the label, or the variable what you bind to it. you can't bind functions. On Sat, May 5, 2012 at 8:53 PM, cjacquel73 wrote: > > > Hello, > > How to modify the text of a label in an itemrenderer by a function like > thi