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

[flexcoders] Seeing double in DataGrid

2005-11-02 Thread P Trisnadi
I have a couple of columns in a DataGrid that are populated by using 2 different ImageCellRenderers. ImageCellRenderer1 displays either image A or B, and ImageCellRenderer2 displays either image C or D. However, when ran the first column always displays what is displayed in the second column. I

Re: [flexcoders] Seeing double in DataGrid

2005-11-04 Thread P Trisnadi
Subject: RE: [flexcoders] Seeing double in DataGrid I guess we’ll need the full example, I don’t see anything jumping out at me.   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of P Trisnadi Sent: Wednesday, November 02, 2005 9:46 AM To: flexcoders@yah

[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] 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 Sent: Mon Dec 19 22:24:28 2005Subject: [flexcoders] Text align in tab Hi   i tried the tab text a

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

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 i

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

2005-07-09 Thread P Trisnadi
coders@yahoogroups.com] 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 no

[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 a

[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();     ...         ...     _global.arrayFruit = fruitModel.fruit; Why does fruitModel.fruit also change when I do:     _global.arrayFruit.removeItemAt(itemNum); I'm not changing fruitModel

[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 advan

[flexcoders] RowRenderer for DataGrid: is this possible?

2005-09-07 Thread P Trisnadi
Is it possible to have multiple lines in a DataGrid row, possibly using RowRenderer? I have no problem creating various CellRenderers and HeaderRenderers, but RowRenderer seems to be a different beast. Unfortunately, livedocs.macromedia.com is not very helpful in finding documentation on this...

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

2005-09-11 Thread P Trisnadi
ng to improve in the next version. > > > > Matt > > > > > > From: flexcoders@yahoogroups.com > [mailto:[EMAIL PROTECTED] On > Behalf Of P Trisnadi > Sent: Wednesday, September 07, 2005 5:30 PM > To: flexcoders@yahoogro

Re: [flexcoders] Problems with alligning

2005-09-26 Thread P Trisnadi
Did you try to set the margins to 0 and horizontal/vertical gaps to 0 as well? If you put different background colors on your VBox and label, sometimes it helps visualizing how components are aligned with others.- ptrisnadi- Original Message From: [EMAIL PROTECTED]To: flexcoders@yahoogrou