[flexcoders] Re: Image Resampling

2008-05-02 Thread Ezekiel48
results From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ezekiel48 Sent: Thursday, May 01, 2008 11:43 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Image Resampling I want to create a thumbnail of a picture, but if I

[flexcoders] Image Resampling

2008-05-01 Thread Ezekiel48
I want to create a thumbnail of a picture, but if I just resize the picture to say, 95X95 pixels the data of the 6MP picture is still loaded into memory so the program take up A LOT of memory. I want to resize and/or resample the image to be of a lower resolution so the unused data can be cleaned

[flexcoders] Programatically add new groupedColumns to AdvancedDataGrid

2008-01-08 Thread Ezekiel48
I am trying to create a gantt chart, and would want groupedColumns with month spanning the dates of the month. I tried to concat and push a AdvancedDataGridColumnGroup onto groupedColumns, it only worked with push, it adds to the array, but doens't update the display of the ADG.