... P.S. If possible, I'm looking for a "hello world" XML message example that has been compressed on the server, sent over HTTP and then unpacked using...
I'm a freelance and some of my customers use FlexBuilder to customize app which I made :( When they see "Security Sandbox Violation" in console, it's so hard...
This doe not work, as I am not trying to make the object bindable. I am simply trying to reference the object values and pass them as part of the HTTPService...
Full customizable dating script coded in asp, ms access for more details visit http://www.websol-dating-software.com and download customizable dating scripts...
Hi all, I'm trying to find a way to construct thumbnails from the screens of my presentation tool. The application I'm working on takes an XML files,...
another question about ItemRenderers, using my previous stock example. i have noticed that my custom item renderer seems to be performing redundant executions....
hi list, first post... i have an architectural question about datatproviders and itemrenderers that i'll pose with a canonical example. suppose i have an array...
... The approach I gave him will give him what he wants. He doesn't want the original row number with gaps where the filtered items were left out, but rather...
... a ... lines ... A quick scan of your code isn't revealing to me what you changed. Could you add in comments that show where you've modified it? Also,...
... message ... how ... to ... no ... this ... is ... it ... server, ... shalt ... that I ... Plain text. Long before the invention of XML, developers used...
Thanks Alex, I was working with a list: if( ( (List(this.owner).verticalScrollPosition + _listData.rowIndex) % 2) == 1 ) { this.styleName = "categoryRowAlt"; ...
Hi Guys. I've got a strange problem with VO's in Flex. I've got my Flex set up correctly and AMF connection to PHP code with the help of Zend framework. Here's...
I am trying to bind a property ("label") in my data object so that the changes on it can be "propagated" to all the views (The controls may want to edit this...
Well, I believe the syntax is correct, at least! The warnings are telling you something, in a way, which is that unless your objects properties are bindable...
Hi Erik, You can easily make a "screenshot" of a MovieClip the following way: import flash.display.*; var thumbnailData: BitmapData = new BitmapData(...
Hi, Basically I am feeding dataProvider for 2 set of controls: one is on my main app and one is the item renderers of a TileList, both of which are Buttons. I...
... Thanks for the suggestion. Sure, I can do some kind of a plain-text format -- Fixed-length (not likely) -- Variable length with length bytes -- Some kind...
Hi. I am using getDefinitionByName from flash.utils to get a class definition / instance from a string: var ClassRef:Class = getDefinitionByName(className) as...
percentWidth = 100; _____ From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of elevight Sent: Sunday, March 01, 2009 12:37 AM To:...
Why do you think the renderer's commitProperties is being called more than once for a single item? Your trace statements do not identify the item. You...
Yes, building the request object declaratively and binding in the values is very hard to debug. Build the request object in AS, so you can inspect the values...
The core concepts are that item renderers need to update their visual UI elements when the associated item changes, and need to update that item on user...
... visual UI ... item on ... item ... dataProvider, ... renderer's set ... framework calls ... Well, sort of. If a property of an object that's stored in an ...