RE: [flexcoders] How can i localize and internationalize a flex application

2010-03-24 Thread Thomas Silvester
frameworks/locale so that the resource SWCs for these locales can be created there.   Gordon Smith Adobe Flex SDK Team   From: flexcod...@yahoogro ups.com [mailto:flexcoders@ yahoogroups. com] On Behalf Of Thomas Silvester Sent: Friday, March 19, 2010 6:22 AM To: flexcod...@yahoogro ups.c

[flexcoders] How can i localize and internationalize a flex application

2010-03-19 Thread Thomas Silvester
Hi All, I did all the steps for this like copyloale, create resource file and cnage the compiler optionin Flex builder. The localization works in Flex builder environment, but when I try to compile the resourcebundles from command line, I get for fr_CA and de_CH, he following Error: unable to op

Re: [flexcoders] ADG as ITEM RENDERER for another ADG scroll bar not performing good..

2010-02-01 Thread Thomas Silvester
Try to turn on this attribute on ADG to on . verticalScrollPolicy="on" Ann   --- On Thu, 1/28/10, Nani wrote: From: Nani Subject: [flexcoders] ADG as ITEM RENDERER for another ADG scroll bar not performing good.. To: flexcoders@yahoogroups.com Date: Thursday, January 28, 2010, 12:17 PM  

[flexcoders] How do I make the sortCompareFunction to work in ADG

2010-01-26 Thread Thomas Silvester
Hi All, After i implemented the dynamicaly creating the ADG columns and the itemRenderers and filter renders , the sortCompareFunction I had for each column stopped wirking , how can i make it work. Code snippet below.   private function getColumnDef(arrayColData:ArrayCollection):Array { var arr

[flexcoders] How to dynamically populate the Header Text of Flex Datagrid from XML or from an arrayCollection

2010-01-21 Thread Thomas Silvester
Hi, I currently return an XML File(below) to Flex and have been assigning it to an array collection in order to populate a data grid.   As of now i have the header Text hardcoded . I want to put it dynamically from the arraycollection below, and some timee there are some of the columns need to

[flexcoders] how can I add an icon and a value(String) both to same ADG column?

2010-01-06 Thread Thomas Silvester
Hi All, I would like to add s String value with an icon to the the same cell or as colimn valuse of an ADG , how can I do that ? Any sample is appreciated. Now I can add the string and icon as seperate valuues one at a time, but I need to add both together. thanks in advance, Ann.   below is the

[flexcoders] Can I add icons to Checkbox filter?

2010-01-05 Thread Thomas Silvester
I ahve an ADG table with icons in some Columns as data , I was tring to add filtering for this columns , the text filtering works fine for columns which has String as data. Iwould like to add multiple filtering for the column with icons as the data, i can multiple filter these columns if i give

[flexcoders] How can I filter hierarchicaldata in advanced DataGridcolumn, this is tree structuredata?

2009-12-09 Thread Thomas Silvester
Hi All, Can Anyone help me to filter Hierarchicla Data in an advanced datagridcolumn, Any sample code Below is my data   I tried the below but it only filtered the first level of data not the children level data   private function filterSName():void

Re: [flexcoders] Re: How can I sort ADGColumn with icons as data?

2009-12-08 Thread Thomas Silvester
will get 2 objects representing 2 of the datagrid rows. The function decides how to compare the object for sorting purposes. So whatever data you have that determines which icon to display can be used to determine how the column sorts. --- In flexcod...@yahoogro ups.com, Thomas Silvester wrote

[flexcoders] How can I sort ADGColumn with icons as data?

2009-12-02 Thread Thomas Silvester
Hi All,  How can I sort icons according to  severity in an ADG column? Please if any one know can you give me sample code? thanks, Anitha.

[flexcoders] Does any one know why ican not drag and drop ADG column with icons as data

2009-12-02 Thread Thomas Silvester
Hi All, Doea anyone know why I can not Drag and Drop coulms with icons as Data? Is there any way i can do this?   thanks, Anitha.

[flexcoders] How can i give tooltip to images in ADG column without using an Image renderer?

2009-12-02 Thread Thomas Silvester
Hi All, Is there any way can I give tooltip to images w/o using an Image renderer since for some reason When I use an Image renderer the images are not created properly. Some of the icons gets created and some of them are missing. I have 5000 to 1 icons in the AdvancedGridColumn.   Below is

Re: [flexcoders] Re: Is thereany way using a Image Renderer ,I can change the widtth or height of an image?

2009-11-24 Thread Thomas Silvester
Thanks a lot Chris, I made some modification to the code below  you gave and it did magic for me. Thanks again. Anitha. --- On Sun, 11/22/09, Chris wrote: From: Chris Subject: Re: [flexcoders] Re: Is thereany way using a Image Renderer ,I can change the widtth or height of an image? To: flex

Re: [flexcoders] Re: Is thereany way using a Image Renderer ,I can change the widtth or height of an image?

2009-11-24 Thread Thomas Silvester
How can i do that ? any sample code . thanks, Anitha. --- On Sat, 11/21/09, Amy wrote: From: Amy Subject: [flexcoders] Re: Is thereany way using a Image Renderer ,I can change the widtth or height of an image? To: flexcoders@yahoogroups.com Date: Saturday, November 21, 2009, 7:59 PM  

Re: [flexcoders] Re: HorizontalList itemRenderer size does not resize on refresh

2009-11-21 Thread Thomas Silvester
Hi show me the code  how your vertical list set to variable height=true , i need some thing of this sort to  apply on a popupmenubutton to reduce the height and width .please help me out. thanks, Tom. --- On Fri, 11/20/09, mattgarland2000 wrote: From: mattgarland2000 Subject: [flexcoders]

Re: [flexcoders] Is thereany way using a Image Renderer ,I can change the widtth or height of an image?

2009-11-21 Thread Thomas Silvester
e the DataGridColumn's header or the column itself? On Fri, Nov 20, 2009 at 9:21 AM, Thomas Silvester wrote:   My images are in an Advanced DataGridColumn and that coulmn has a width, but if i chnage that width to a very small value the column header becomes in visible , so i do not want

Re: [flexcoders] Is thereany way using a Image Renderer ,I can change the widtth or height of an image?

2009-11-20 Thread Thomas Silvester
the canvas, and you can set the image width/height. 2. I don't know what a PopupMenu is. Is that the dropdown that is created by a ComboBox? On Fri, Nov 20, 2009 at 8:42 AM, Thomas Silvester wrote:   Hi All, I have 2 questions? 1.I would like to chnage the width and height of

[flexcoders] Is thereany way using a Image Renderer ,I can change the widtth or height of an image?

2009-11-20 Thread Thomas Silvester
Hi All, I have 2 questions? 1.I would like to chnage the width and height of an image using an Imagae renderer, how do i do that? 2. Can I chnage the widht or height of a POPUPMenu using the same style  as below uing a renderer.   Any information regarding this is appreciated. Thanks in Advance,

Re: [flexcoders] Re: How can I use Grouping collection to group data on the parent ?

2009-11-11 Thread Thomas Silvester
, Thomas Silvester wrote: > > Please Can anyone help me out? There's a GroupingCollection example at flexdiary.blogspot. com. It's not an exact match for what you're asking, but you might find that it helps point you in the right direction. HTH; Amy

Re: [flexcoders] How can I use Grouping collection to group data on the parent ?

2009-11-10 Thread Thomas Silvester
Please Can anyone help me out? Tom. --- On Sun, 11/8/09, Thomas Silvester wrote: From: Thomas Silvester Subject: [flexcoders] How can I use Grouping collection to group data on the parent ? To: flexcoders@yahoogroups.com Date: Sunday, November 8, 2009, 6:16 PM   HI All, I am new

[flexcoders] How can I use Grouping collection to group data on the parent ?

2009-11-08 Thread Thomas Silvester
HI All, I am new to flex and learning on the job and also under time pressure  to finish the work,,   I hava an Array in which a parentid is added, which has values as "0" and non-zero values. Parent id = 0 means it is the parent, parent id != 0 means that the parent of the service is that id.