[flexcoders] Question about FilterFunction of ArrayCollection

2010-08-23 Thread Rishi Sahi
Hi, Please refer Stackoverflow to see screenshots and details about the problem http://stackoverflow.com/questions/3544933/question-about-filterfunction-of-arraycollection Rish

[flexcoders] Speeding project compilation

2010-08-23 Thread Amy
Hi all; We have a project that uses a lot of embedded assets. However, when the project compiles, it deletes all of the assets from the bin-debug folder, then re-adds them (even though they are embedded). I have hunted for a setting in Flex Builder that will let me turn this unneeded

[flexcoders] Semi-dial / speedo-type control in flex

2010-08-23 Thread Nick Middleweek
Hi, I thought there was a dial or speedometer control built into Flex 3? Does anyone have any references to one if I'm mistaken? Thanks, Nick

Re: [flexcoders] Re: Encoding XML Character Entity References *properly*

2010-08-23 Thread Oleg Sivokon
Both your variants are... strange... you use literal and create a new object by passing it an already created object... var xml:XML = foo{bar}/foo; This is how you'd normally do it. E4X uses couple of special opcodes allocated only for it, so, my guess that using E4X expressions for constructing

Re: [flexcoders] Speeding project compilation

2010-08-23 Thread Oleg Sivokon
I believe it's somewhere in the context menu of the file in the project view. It should say something like Copy to output folder. Sorry, I don't have FB at this machine atm. Could be the assets weren't embedded originally and this setting suck to them since they were loaded at runtime?

Re: [flexcoders] Speeding project compilation

2010-08-23 Thread dorkie dork from dorktown
There's an option in Project Properties Flex Compiler called Copy non-embedded files to the output folder. Also, you can embed your assets via your stylesheet by selecting your css file in package explorer and selecting, Compile CSS to SWF from the context menu. This will wrap up all your

[flexcoders] Flex Library Project compiled to SDK 4.0 using Halo Theme

2010-08-23 Thread Charlie Skinner
Is it possible to do this? I'm trying to update a project to use SDK 4.0. Project is linked to a number of Library projects. It works fine with 3.5. But converting to 4.0 i get 100's of errors related to style properties that can be used only with halo theme. I tried to include the halo.swc in

[flexcoders] Nested Modules

2010-08-23 Thread BillF
I have an application that loads a flex module. This module loads correctly, however, this module also is supposed to load 3 other modules. Originally, this module was tied specifically to a given application shell, which provided objects that the child and grandchildren used. It was

[flexcoders] Custom spark List drag indicators using dynamic MovieClips

2010-08-23 Thread Stephen Downs
Does anyone have a Flex 4.1 example of custom spark List component drag indicator that utilizes dynamically set runtime MovieClips? I've been trying to do this using the suggested customization routes from the Using Flex 4 documentation, and failing horribly. Here are the logical steps I've

Re: [flexcoders] Nested Modules

2010-08-23 Thread Alex Harui
Sounds like one of the modules is being compiled with different version of the SDK. On 8/23/10 12:39 PM, BillF bill.frank...@bayercropscience.com wrote: I have an application that loads a flex module. This module loads correctly, however, this module also is supposed to load 3 other