[flexcoders] Building Flex Presentation Layer Around Cognos

2008-03-12 Thread picklzzz
Does anyone have experience (or can provide a link to information) relating to using Flex on top of a Cognos implementation. Particularly, can a Flex presentation layer be constructed to receive XML data and access permission tables from Cognos? Any help greatly appreciated

[flexcoders] firstVisibleItem with AdvancedDataGrid, potential bug?

2008-01-04 Thread picklzzz
Hello, Has anyone attempted to programatically set the firstVisibleItem property of AdvancedDataGrid and got it to work. I have a plotChart and an associated ADG populated with a superset of the data used for the plotChart. I want a click on an item from the plotChart to change the firstVisibleIte

[flexcoders] Per Item Strokes, is it possible

2008-01-03 Thread picklzzz
Has anyone developed code to display per item strokes? I have a plot chart with dots color coded by ethnicity. I'd like to create pink and blue strokes around the dots conditional upon the gender of the individual. Thanks to all for this great resource,

[flexcoders] Re: fillfunction on third variable with plotChart

2008-01-03 Thread picklzzz
3/ do whatever coloring I want to do with it. > > Is that what you are doing and is failing? > -- > Christophe > ILOG Elixir > http://flex.ilog.com > > picklzzz wrote: > > Hello, > > > > I'm attempting to write a fillFunction for use with a pl

[flexcoders] fillfunction on third variable with plotChart

2008-01-01 Thread picklzzz
Hello, I'm attempting to write a fillFunction for use with a plotChart that color codes dots based upon the value on a third field. For example, a plot chart of individual's heights (xField) verus weight (yField) color coded by ethnicity. The examples provided in the Flex documentation use valu

[flexcoders] Bubbleplot with area instead of linear axis

2007-11-05 Thread picklzzz
I'd like to change the default bubbleplot setting with the radiusAxis set to linear to a much more defensible "area" relationship. My first attempt was to simply transform my radiusField using the Math.sqrt function and continue using the default LinearAxis for radiusAxis. However, I couldn't figu

[flexcoders] List change event to BubbleChart

2007-10-28 Thread picklzzz
I'm a newbie and have, what I think is, a simple task: I have a BubbleChart populated from an ArrayCollection consisting of fields "name", "x", "y", and "size". I populate an adjoining List with the "name" field. I would like to be able to select on, possibly multiple, names in the List and have t