[flexcoders] Re: Tree drag-drop function

2012-01-19 Thread steveroger_flex
peration. hope u get application scenario. is this possible for tree control using drag drop? if so, then how? Please help. Thank you, Steve Roger. --- In flexcoders@yahoogroups.com, "steveroger_flex" wrote: > > hello all, > > there is one single tree component in my appl

[flexcoders] Tree drag-drop function

2012-01-19 Thread steveroger_flex
hello all, there is one single tree component in my application. XML is dataprovider of that tree. e.g

[flexcoders] Bubble chart issue

2011-11-24 Thread steveroger_flex
hello friends, is there any possibility to implement bubble chart with text value on x-axis? I a trying to implement bubble chart using arraycollection. person name as xField year as yField no.product selling as radiusField but i can't do that. My sample code is here. any idea? http://www.ado

[flexcoders] Re: Print-or-PDF AdvancedDataGrid

2011-10-31 Thread steveroger_flex
i tried to used that but not getting. how exactly to use it? is there any example for reference? --- In flexcoders@yahoogroups.com, Paul Hastings wrote: > > On 10/24/2011 12:05 PM, steveroger_flex wrote: > > i went through the purePDF. > > but i didn't found &quo

[flexcoders] Re: Print-or-PDF AdvancedDataGrid

2011-10-23 Thread steveroger_flex
i went through the purePDF. but i didn't found "how to get pdf of complete AdvancedDataGrid"... my aim is to get print of Complete AdvancedDataGrid data in well format OR to export complete AdvancedDataGrid data in well format as PDF. - Steve Roger --- In flexcoders@yahoogroups.com, Paul Hasti

[flexcoders] data visualization with time line

2011-10-05 Thread steveroger_flex
Hello Guys... >From last 2 months, I am working on a flex data visualization with time line. I am trying to make data presentation for my application some what like this http://www.humblesoftware.com/finance/index#finance I have spent so many hours but don't get what I wanna. Main points are. H

[flexcoders] Re: repeater width problem

2011-08-23 Thread steveroger_flex
tents. > Use instead. > > Rishi > > > ________ > From: steveroger_flex > To: flexcoders@yahoogroups.com > Sent: Tuesday, August 23, 2011 11:03 AM > Subject: [flexcoders] repeater width problem > > >   > Hello Friends, >

[flexcoders] repeater width problem

2011-08-22 Thread steveroger_flex
Hello Friends, I am trying to implement one functionality using repeater. But facing one problem. Code snapshots. public var ArrData : Array = [{label: 'Option 1', value:'opt1'},{label: 'Option 2', value:'opt2'},{label:'Option 3', value:'opt3'},{label:'Option 4', value:'opt4'}];

[flexcoders] Re: AdvancedDataGrid Performance Issue

2011-08-09 Thread steveroger_flex
now, I have remove all renderer code of ADG. ADG is displaying data without any formating. But Still its too too slow. Application struck at that point. any idea about this? Steve --- In flexcoders@yahoogroups.com, "steveroger_flex" wrote: > > I found one thing after doing

[flexcoders] Re: AdvancedDataGrid Performance Issue

2011-08-09 Thread steveroger_flex
pend on cell value. So is there any way to minimize this problem? --- In flexcoders@yahoogroups.com, "steveroger_flex" wrote: > > Hello Friends, > > I am using AdvancedDataGrid to represent statistical data. > I am creating AdvancedDataGrid column at runtine. Also as

[flexcoders] AdvancedDataGrid Performance Issue

2011-08-08 Thread steveroger_flex
Hello Friends, I am using AdvancedDataGrid to represent statistical data. I am creating AdvancedDataGrid column at runtine. Also assigning renderer at runtime. (Using this Reference ) Actually performance issue occurs when number of c

[flexcoders] Re: tree multiple select problem

2011-08-08 Thread steveroger_flex
oping, but > fewer XML queries and XML queries is usually way slower. Your mileage may > vary. > > -Alex > > On 8/5/11 10:09 PM, "steveroger_flex" wrote: > > > > > > > Thank you Alex. > Its really great help. > > I have do one ch

[flexcoders] Re: tree multiple select problem

2011-08-05 Thread steveroger_flex
ms:Array = new Array(); > For (var i:int = 0; I < n; i+++ > { > var id:String = selectedIds[i].toString(); > var node:XML = xml..node(@id == id)[0]; > selItems.push(node); > } > > Then assign selItems to the selectedItems. > > > On 8/5/11 1:12 AM, "steve

[flexcoders] Re: tree multiple select problem

2011-08-05 Thread steveroger_flex
lected. > > > On 8/4/11 9:45 PM, "steveroger_flex" wrote: > > > > > > > I am having list of nodes in array. > My problem is how should I use seletedItems with list of node id array.? > > Data provider of tree component. > > > > &

[flexcoders] Re: tree multiple select problem

2011-08-04 Thread steveroger_flex
not working. --- In flexcoders@yahoogroups.com, Alex Harui wrote: > > Use selectedItems > > > On 8/4/11 5:08 AM, "steveroger_flex" wrote: > > > > > > > Hello Friends, > > I am facing a problem and can't getting any idea to solve th

[flexcoders] tree multiple select problem

2011-08-04 Thread steveroger_flex
Hello Friends, I am facing a problem and can't getting any idea to solve this. Problem is, I wanna select one or more tree nodes using actionscript. I have set allowMultipleSelection="true" property of tree component. I succeed in selecting one node. But can't in multiple. I had used tree.selecte

[flexcoders] Re: Flex Image display problem

2011-08-04 Thread steveroger_flex
is there a any way to handle this view from flex? because we can't know, which browser is used by our clients. --- In flexcoders@yahoogroups.com, "steveroger_flex" wrote: > > great geckko :) > > thanks a lot. > its really helpful to me. > > --- In flexc

[flexcoders] Re: Flex Image display problem

2011-08-04 Thread steveroger_flex
> > El 27/07/2011 15:39, steveroger_flex escribi�: > > > > images are displayed in Internet Explorer but not displayed in Firefox. > > > > its very strange.. > > > > any idea? > > > > --- In flexcoders@yahoogroups.com > > <mailto:flexcoders%