[flexcoders] Display Hierarchical Data in Advanced Datagrid

2009-05-15 Thread linko27
Hi! I am looking for a solution to display my data in an advanced datagrid. The collection contains objects of type contact with a manager. Contact { name:String; manager:Contact ... } I tried a grouping on the manager with no success. Need some help please!

[flexcoders] Nightly build of datavisualization SDK

2009-03-17 Thread linko27
Hello! Is there a nightly build of the datavisualization SDK? I have problems with a memory leak in the charting component and need to update the SDK. Thanks Ron

[flexcoders] LCDS - Show loading Icon

2009-02-11 Thread linko27
Hi! I am using LCDS Assembler with Java and configured the desitnations in data-management-config.xml. Now I want to show some loading icon to indicate the DS activity in my application by not doing this on each individual fill or aupdate nethode. The question is: For what DS-events do I have to

[flexcoders] Keyboard shortcuts and SuperTabNav

2008-12-15 Thread linko27
Hi! I am trying to use keyboard shortcuts within a Tab in my SuperTabNav. The Problem is that I did not get the focus when I click into my Tab-Component. The Tab is a VBox and implements the "mx.managers.IFocusManagerComponent". Code looks something like this: http://www.adobe.com/2006/mxml";

[flexcoders] History Management in AIR Application

2008-11-27 Thread linko27
Hi! Can I use the HistoryManager within an air application? The History management lets users navigate through a Flex application using the web browser's Back and Forward navigation commands. I'd like to navigate through my air application using an back button - can I use the History management

[flexcoders] dataTipRenderer and showAllDataTips="true"

2008-07-31 Thread linko27
Hi! I'm using a bubble chart with showAllDataTips="true" and the dataTipRenderer below. The datatip shows up correctly for a single bubble, but if showAllDataTips is set to true, nothing is showing. Here ist the code for the dataTipRenderer. Maybe someone can help on this. Thanks in advance! ht

[flexcoders] Re: Hide a list item without changing (filtering) the dataprovider?

2008-07-01 Thread linko27
Thanks Ralph! Thanks Paul! The tipp with the ListCollectionView was perfect! --- In flexcoders@yahoogroups.com, "Paul Andrews" <[EMAIL PROTECTED]> wrote: > > - Original Message - > From: "linko27" <[EMAIL PROTECTED]> > To: > Sent: Tuesday

[flexcoders] Re: Hide a list item without changing (filtering) the dataprovider?

2008-07-01 Thread linko27
"Paul Andrews" <[EMAIL PROTECTED]> wrote: > > - Original Message - > From: "linko27" <[EMAIL PROTECTED]> > To: > Sent: Tuesday, July 01, 2008 10:08 AM > Subject: [flexcoders] Hide a list item without changing (filtering) the > dataprovider?

[flexcoders] Hide a list item without changing (filtering) the dataprovider?

2008-07-01 Thread linko27
Hallo! How can i hide a list item. I am trying to make a lists and hide the 'mandatory=true' items without changing (filtering) the dataprovider. As far as i know i can even make a deep copy of the dataprovider and set a filter on it, but i'd like to prevent this. The code below hides the items,

[flexcoders] selected datagrid item as datatip on a chart

2008-05-30 Thread linko27
I want to show a selected datagrid item as datatip on a chart. How is this possible? I read dataTipItems could be userful but never found any sample. Thanks in advance!

[flexcoders] Row Height of DataGrid in CSS

2008-05-23 Thread linko27
Hi! Is there a way to set the rowHeight property with css? I want to set the rowHeight of all my datagrids. Thanks in advance!!

[flexcoders] Re: Vertical Labels

2008-03-03 Thread linko27
--- In flexcoders@yahoogroups.com, Tom Chiverton <[EMAIL PROTECTED]> wrote: > > On Monday 03 Mar 2008, linko27 wrote: > > Yes rotated! > > Make sure it's using an embedded font, and then use something like the Rotate > effect or style. > > -- > Tom

[flexcoders] Re: Vertical Labels

2008-03-03 Thread linko27
Yes rotated! --- In flexcoders@yahoogroups.com, Tom Chiverton <[EMAIL PROTECTED]> wrote: > > On Monday 03 Mar 2008, linko27 wrote: > > How can I make vertical labels (text) in flex? The text should be fliped! > > Do you mean rotated ? > > -- > Tom Chiver

[flexcoders] Vertical Labels

2008-03-03 Thread linko27
How can I make vertical labels (text) in flex? The text should be fliped!

[flexcoders] Datagrid item on rollOver

2008-02-20 Thread linko27
Hello! Can someone please help me! I need to change a propperty of an item in my datagrid on the rollOver event, but i just don't know how to get it.

[flexcoders] Re: BubbleChart bubble selection

2008-02-20 Thread linko27
;m sure there are others. You can > probably iterate over some renderers collection on the chart looking > for your data. > > --- In flexcoders@yahoogroups.com, "linko27" wrote: > > > > Hello! > > > > I've got a DataGrid and a BubbleChart using t

[flexcoders] BubbleChart bubble selection

2008-02-19 Thread linko27
Hello! I've got a DataGrid and a BubbleChart using the same dataProvider. What I would like to do is when a row is selected in the grid, visually bring attention to the corresponding bubble - however I can't find a way to "get at" a particular bubble to make changes on it. Please help me!