[flexcoders] Filter Function

2010-06-18 Thread AJC2357
Message-ID: hvghmp+5...@egroups.com User-Agent: eGroups-EW/0.82 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Mailer: Yahoo Groups Message Poster X-Yahoo-Post-IP: 65.220.14.229 X-Yahoo-Newman-Property: groups-compose Sender:

[flexcoders] Re: Filter Function

2010-06-18 Thread AJC2357
Not sure strange characters of code were added to previous post. This should be clean. private function filter(item:Object): Boolean { var s:String = cb1.selectedItem.valueOf(); return item.s 9; } private function startFilter(): void {

[flexcoders] Re: Filter Function

2010-06-18 Thread AJC2357
And nevermind. I got it. return item[s]! --- In flexcoders@yahoogroups.com, AJC2357 ajc2...@... wrote: Not sure strange characters of code were added to previous post. This should be clean. private function filter(item:Object): Boolean { var s:String = cb1

[flexcoders] Actionscript sum function

2009-12-18 Thread AJC2357
Is there really no way to sum a simple array w/o adding element by element? var myArray:Array = [1,2,3,4,5]; I've found min and max functions, but nothing to sum... Any tips appreciated!

[flexcoders] Simplfying Repetitive Code

2009-12-16 Thread AJC2357
Hi all, If I have a function like this. private function changeSeries(): void { series1.yField = 'male'; series2.yField = 'male'; series3.yField = 'male'; series4.yField = 'male'; series5.yField = 'male'; series6.yField = 'male'; series7.yField = 'male'; series8.yField = 'male';

[flexcoders] Re: Simplfying Repetitive Code

2009-12-16 Thread AJC2357
. www.tiborballai.com --- In flexcoders@yahoogroups.com, AJC2357 ajc2357@ wrote: Hi all, If I have a function like this. private function changeSeries(): void { series1.yField = 'male'; series2.yField = 'male'; series3.yField = 'male'; series4.yField = 'male'; series5.yField = 'male

[flexcoders] e4x Filtering Success

2009-09-23 Thread AJC2357
(partially...) I was able to filter through e4x via mx:XML and the dataProvider as follows... mx:XML id=data source=sep.xml format=e4x/ mx:PieChart width=100% height=100% dataProvider={data.Location.(region == 'Asia' )} How can I add an additional filter argument from here? Using the

[flexcoders] Re: Declaring New Variable from XML Source

2009-09-20 Thread AJC2357
syntax and usage, post back here if you have a specific question or problem. Tracy Spratt, Lariat Services, development services available _ From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of AJC2357 Sent: Thursday, September 17, 2009 11:28 AM

[flexcoders] Declaring New Variable from XML Source

2009-09-17 Thread AJC2357
Hello, I have a large XML file that I use with Flex to graphically display specific data. For example, it is easy to create a graph that shows GDP by country. (which creates a graph for all countries in XML file) But how can narrow or filter these searches? I want to have the graph show

[flexcoders] Sorting XML number values in datagrid

2009-09-10 Thread AJC2357
Hi all, Looking for a simple solution to properly sorting number values in a datagrid. I'm sure many of you have run across this limitation. Trying to sort something like {1,5,100) turns into (1,100,5) because it is read a string and not numeric. Suggestions? Thanks, Alex

[flexcoders] Re: Adding Percent to the label field on the left

2009-08-30 Thread AJC2357
This is from a few years ago and seems simple enough. Any solutions? I'm dealing with the same issue - trying to display percentage data and including the % sign. Thanks! --- In flexcoders@yahoogroups.com, patricklemiuex patrick_f...@... wrote: I created a column chart and I want to add a

[flexcoders] Re: Password Protection in Flex

2009-08-27 Thread AJC2357
...@yahoogroups.com] On Behalf Of AJC2357 Sent: Wednesday, August 26, 2009 3:46 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Password Protection in Flex Hello, I am new to flex but am immensely enjoying the charting/dashboard capabilities. As I begin to put

[flexcoders] Password Protection in Flex

2009-08-26 Thread AJC2357
Hello, I am new to flex but am immensely enjoying the charting/dashboard capabilities. As I begin to put sensitive data together for certain clients, I am wondering if there is a way to password protect the swf output. For instance, I would like to send a link to a client with their