Re: [flexcoders] Re: Adding a close button to a tab? (Flex 1.5)

2006-05-08 Thread P Trisnadi
I found the solution I needed from the archive dated June 8, 2005 (wow!) This is great, because now I can "close" my tabs in my TabNavigator.There are 2 other problems, though:1. if I create a new child, the previously "closed" tab re-appears as a tab-less child. So visually, I have tab0, then a

Re: [flexcoders] Text align in tab

2005-12-21 Thread P Trisnadi
I'm not sure if this will work, but you can try width="{label.width}" -- may not work, but worth the try...- ptrisnadi- Original Message From: Nithya R [EMAIL PROTECTED]To: flexcoders flexcoders@yahoogroups.comSent: Mon Dec 19 22:24:28 2005Subject: [flexcoders] Text align in tab Hi

[flexcoders] Image with transparency in DataGrid

2005-12-14 Thread P Trisnadi
Is there ANY way to use image with transparency (using cellrenderer) in a datagrid? I tried using GIF and PNG with transparency, but no luck... The reason I want the transparency is due to the highlight, which will show the rectangle behind the image which I wish not to show...TIA,- ptrisnadi

Re: [flexcoders] Re: Datagrid CellRenderer doesn't fill entire cell

2005-12-14 Thread P Trisnadi
Also, horizontalGap and verticalGap.- ptrisnadi- Original Message From: Darin Kohles [EMAIL PROTECTED]To: flexcoders@yahoogroups.comSent: Wed Dec 14 16:32:25 2005Subject: [flexcoders] Re: Datagrid CellRenderer doesn't fill entire cellYou might try playing with some style properties

Re: [flexcoders] Seeing double in DataGrid

2005-11-04 Thread P Trisnadi
ellRenderer code, and first column NEVER displays its content properly... Any idea??? :| TIA! - ptrisnadi - Original Message From: Matt Chotin [EMAIL PROTECTED]To: flexcoders@yahoogroups.comSent: Wed Nov 2 20:54:18 2005Subject: RE: [flexcoders] Seeing double in DataGrid

RE: [flexcoders] RowRenderer for DataGrid: is this possible?

2005-09-11 Thread P Trisnadi
. Matt From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of P Trisnadi Sent: Wednesday, September 07, 2005 5:30 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] RowRenderer for DataGrid: is this possible

[flexcoders] Accordion panel to stay open, when another panel is selected.

2005-08-27 Thread P Trisnadi
OK, this is not how an accordion should behave, but: Is it possible to have one of the accordion panel to stay open, when another panel is selected? (And closes only when the panel header is clicked?) Or, is it even possible to have more than one panel open in 1 accordion widget? Thanks in

[flexcoders] Why changing global variable also changes the model data?

2005-08-23 Thread P Trisnadi
I have a global variable that is populated by a model's data:     _global.arrayFruit = new Array();     ...     mx:Model id=fruitModel source=fruits.xml/     ...     _global.arrayFruit = fruitModel.fruit; Why does fruitModel.fruit also change when I do:    

[flexcoders] Formatting tree's nodes and sub-nodes

2005-08-22 Thread P Trisnadi
Is there a way to format tree's branches and leaves differently? E.g.: all the branches to be bold and blue, while all the leaves are black and in regular font-weight. I tried setStyle, but no luck... I also searched Flex documentation, as well as the Mail Archive, but have not been able to find

Re: [flexcoders] Added image/s in TileList is/are not shown

2005-07-09 Thread P Trisnadi
] On Behalf Of P Trisnadi Sent: Thursday, July 07, 2005 2:10 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Added image/s in TileList is/are not shown Not sure why second message was also truncated. Let's try this again... -- Thanks for your interest and notice, Scott

Re: [flexcoders] Added image/s in TileList is/are not shown

2005-07-07 Thread P Trisnadi
Thanks for your interest and notice, Scott. To recap: I have a TileList that shows images and their names, read from an XML file and rendered by a CellRenderer. When the [Add Photo] button is clicked, a createPopUp is called. This PopUp also has a TileList that reads another XML file with the same

Re: [flexcoders] Added image/s in TileList is/are not shown

2005-07-07 Thread P Trisnadi
Not sure why second message was also truncated. Let's try this again... -- Thanks for your interest and notice, Scott. To recap: I have a TileList that shows images and their names, read from an XML file and rendered by a CellRenderer. When the [Add Photo] button is clicked, a createPopUp

Re: [flexcoders] Re: question about image cellrenderer in flex samples explorer

2005-06-25 Thread P Trisnadi
Prolly also set the column to center-aligned... (So, both column and content/imagecellrenderer.) - Paulus - Original Message From: Manish Jethani [EMAIL PROTECTED]To: flexcoders@yahoogroups.comSent: Fri Jun 24 05:46:55 2005Subject: Re: [flexcoders] Re: question about image cellrenderer