RE: [flexcoders] ArrayCollection filterFunction returning item in array;

2009-08-08 Thread Alex Harui
I think you want return statusGroup.indexOf(item.STATUSID) != -1 Make sure STATUSID is a number/int and not a String, or convert it. Alex Harui Flex SDK Developer Adobe Systems Inc.http://www.adobe.com/ Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com

[flexcoders] open source imageCFC

2009-08-08 Thread stinasius
in my flex app i upload files using a codlfusion script upload.cfm and it works perfectly. i would like to take it a step further by allowing for image manipulation while uploading so that when a person uploads an image of any size, it is resized, croped and compressed to jpeg then saved on the

[flexcoders] URLLoader and Flex/AIR

2009-08-08 Thread interfacea
Hi, I am facing strange problem in Air only it works fine in browser. I am trying to download Binary octet/stream data with URLLoader using AIR. Its working . i have a download button a inputBox to enter file name and a list which shows the progrss of files being download. when

Re: [flexcoders] Flex 3d Tweening and best practice/results for Text

2009-08-08 Thread thomas parquier
Chet, The blurry effect doesnt occur any more with sdk4. The component I wrote uses sdk3.3, which leaves blurry the buttons from the example code you sent. thomas --- http://www.web-attitude.fr/ msn : thomas.parqu...@web-attitude.fr softphone : sip:webattit...@ekiga.net

Re: [flexcoders] unable to resolve 'image filename' for transcoding

2009-08-08 Thread weiji
Tom Chiverton-2 wrote: On Tuesday 10 October 2006 00:25, Iko Knyphausen wrote: [Embed(source=layout1.png)] The image file resides in the same directory as the SWF (and it is reading It is embedded at compile time. The image file therefore needs to be in the same directory as the

[flexcoders] Can you import pure Flash packages and use them with Flex 3? Is it compatible?

2009-08-08 Thread fred44455
I am new to Flex 3 and I wonder if you can import Flash packages while using Flex 3 and using them without compatibility issues? I notice that a lot of Flex 3 packages start with mx. Thanks.

RE: [flexcoders] Flex 3d Tweening and best practice/results for Text

2009-08-08 Thread Chet Haase
Ah, okay. The yes: resetting the matrix seems to be the way to workaround this problem (which must be what we’re doing internally, as of Flex 4). Thanks, Chet. From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of thomas parquier Sent: Saturday, August 08, 2009

[flexcoders] drawings dont get clipped by holder

2009-08-08 Thread thomas parquier
Hi, I writing an app which can draw shapes on sprites within a uicomponent (contentHolder), which holds some other canvas components. This contentHolder can be move within a canvas (drawingCanvas) which has clipContent=true. But clipping seems erratic : shapes dont seem to be taken into account

RE: [flexcoders] Can you import pure Flash packages and use them with Flex 3? Is it compatible?

2009-08-08 Thread Alex Harui
Many of the fl.*.* packages are incompatible, especially the ones dealing with UI widgets, however Flex usually has equivalents so you don't need them. Alex Harui Flex SDK Developer Adobe Systems Inc.http://www.adobe.com/ Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com

[flexcoders] Design Table in MXML with static content

2009-08-08 Thread ram ramesh
Hi , Do we have any buildin tags are available to create Table view in MXML with static content. Please find the below UI .Please help me. Thanks, Ramesh