[Flashcoders] DataGrid Component Performance

2006-03-15 Thread varfoo
Anyone have a feel for how this component performs. Can you expand rows? Can it handle thousands of rows? ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive:

Re: [Flashcoders] DataGrid Component Performance

2006-03-15 Thread Grant Cox
What do you mean by expand rows? But I think the answer is no - all grid rows need to be the same height (this height is adjustable, but applies to all rows). The datagrid component can handle many thousand rows, but becomes very unresponsive with a number of columns. In an application

RE: [Flashcoders] DataGrid Component Performance

2006-03-15 Thread Scott Hyndman
(might be named differently, it's been awhile) and hooking into the header's press handler. Hope this helps, Scott -Original Message- From: [EMAIL PROTECTED] on behalf of varfoo Sent: Wed 3/15/2006 8:17 PM To: Flashcoders Mailing List Cc: Subject:[Flashcoders

RE: [Flashcoders] DataGrid Component Performance

2006-03-15 Thread Scott Hyndman
-Original Message- From: [EMAIL PROTECTED] on behalf of Scott Hyndman Sent: Wed 3/15/2006 8:33 PM To: Flashcoders mailing list Cc: Subject:RE: [Flashcoders] DataGrid Component Performance Expand rows? Like a tree/table idea? No, it can't. It is build to handle

[Flashcoders] DataGrid rows with unique background colours?

2006-03-10 Thread Adrian Park
I'm working on an app' that uses the Datagrid component. It would make my client very happy if I could apply unique colours to individual rows in the datagrid and it would enhance the user exeprience of the app' if it were possible. Looking through the documentation, I can't find any way of

Re: [Flashcoders] DataGrid rows with unique background colours?

2006-03-10 Thread Derek Vadneau
] To: Flashcoders@chattyfig.figleaf.com Sent: Friday, March 10, 2006 8:12 AM Subject: [Flashcoders] DataGrid rows with unique background colours? I'm working on an app' that uses the Datagrid component. It would make my client very happy if I could apply unique colours to individual rows in the datagrid

Re: [Flashcoders] DataGrid rows with unique background colours?

2006-03-10 Thread Adrian Park
- Original Message - From: Adrian Park [EMAIL PROTECTED] To: Flashcoders@chattyfig.figleaf.com Sent: Friday, March 10, 2006 8:12 AM Subject: [Flashcoders] DataGrid rows with unique background colours? I'm working on an app' that uses the Datagrid component. It would make my client very

[Flashcoders] datagrid icon to delete a row.

2006-03-10 Thread Rodrigo Guerra
hi all, i'm using this example from phil, http://philflash.inway.fr/dgrenderer/dgiconrd.html to put a image inside a datagrid colum. (any other you can share would be appreciated) what i want is click in the image and delete the row. i thought the datagrid class would provide a easy method

RE: [Flashcoders] datagrid icon to delete a row.

2006-03-10 Thread Clint Tredway
, 2006 11:07 AM To: Flashcoders mailing list Subject: [Flashcoders] datagrid icon to delete a row. hi all, i'm using this example from phil, http://philflash.inway.fr/dgrenderer/dgiconrd.html to put a image inside a datagrid colum. (any other you can share would be appreciated) what i want

Re: [Flashcoders] datagrid icon to delete a row.

2006-03-10 Thread Rodrigo Guerra
PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Friday, March 10, 2006 2:19 PM Subject: RE: [Flashcoders] datagrid icon to delete a row. Basically what you will need to do is get the id of that row and remove it from the data populating the grid and then refresh

RE: [Flashcoders] datagrid icon to delete a row.

2006-03-10 Thread Clint Tredway
Yes, basically... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rodrigo Guerra Sent: Friday, March 10, 2006 11:32 AM To: Flashcoders mailing list Subject: Re: [Flashcoders] datagrid icon to delete a row. my grid dataprovider is a xml (created in flash

Re: [Flashcoders] datagrid icon to delete a row.

2006-03-10 Thread Spike
: Friday, March 10, 2006 2:19 PM Subject: RE: [Flashcoders] datagrid icon to delete a row. Basically what you will need to do is get the id of that row and remove it from the data populating the grid and then refresh the grid. (If I remember correctly) ;) HTH -Original Message

Re: [Flashcoders] datagrid icon to delete a row.

2006-03-10 Thread Rodrigo Guerra
PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Friday, March 10, 2006 4:01 PM Subject: Re: [Flashcoders] datagrid icon to delete a row. Not sure if this applies to the datagrid component in Flash, but to to this in Flex 1.5 you would do

RE: [Flashcoders] datagrid icon to delete a row.

2006-03-10 Thread Robert Chyko
If a DG row is highlighted it is just yourDg.selectedIndex -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rodrigo Guerra Sent: Friday, March 10, 2006 3:19 PM To: Flashcoders mailing list Subject: Re: [Flashcoders] datagrid icon to delete a row. thanks

Re: [Flashcoders] datagrid icon to delete a row.

2006-03-10 Thread Spike
can i get the dg row? regards, rodrigo - Original Message - From: Spike [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Friday, March 10, 2006 4:01 PM Subject: Re: [Flashcoders] datagrid icon to delete a row. Not sure if this applies

Re: [Flashcoders] DataGrid rows with unique background colours?

2006-03-10 Thread Rajat Paharia
Hi Adrian - the $5 datagrid extensions at http://www.tufat.com/script5.htmwill let you do this. best, - rajat On 3/10/06, Adrian Park [EMAIL PROTECTED] wrote: I'm working on an app' that uses the Datagrid component. It would make my client very happy if I could apply unique colours to

[Flashcoders] datagrid schema

2006-02-23 Thread Rodrigo Guerra
Can anyone help me understanding how i use the datagrid schema, i know it helps a lot in the parsing but i couldn't much info about it. i think the principle it's the same for others components that has this function too for what i see it will describe, or validate , or facilitate the parsing

[Flashcoders] DataGrid Columns question

2006-02-22 Thread Oleg Filipchuk
Hello list, I'm populating DataGrid component from DB. And I need to specify what columns have to be shown to user. I remember that there is DataGrid column wizard, but unfortunately it doesn't work with Flash 8. This is the value object: class vo.User { var nickname:String; var fullname:String;

Re: [Flashcoders] DataGrid Columns question

2006-02-22 Thread Michael Stuhr
Oleg Filipchuk schrieb: Hello list, I'm populating DataGrid component from DB. And I need to specify what columns have to be shown to user. Normally i'd say: why do you pull them in anyway ? but i guess you need them internally :_) i'm in a somewhat similar situation right now, i guess you

Re: [Flashcoders] DataGrid Columns question

2006-02-22 Thread Helen Triolo
Just set the columnNames property of the datagrid. Example in middle of page here: http://flash-creations.com/notes/servercomm_database.php Helen -- http://flash-creations.com http://i-technica.com Michael Stuhr wrote: Oleg Filipchuk schrieb: Hello list, I'm populating DataGrid

Re: [Flashcoders] DataGrid Columns question

2006-02-22 Thread eric dolecki
I believe you can set up your columns ahead of time, and name them to match items in your DP, and if you don't include a column for userid, it won't be displayed, but it will still be part of the row's data that you can interogate. -edolecki On 2/22/06, Oleg Filipchuk [EMAIL PROTECTED] wrote:

Re: [Flashcoders] DataGrid Columns question

2006-02-22 Thread Oleg Filipchuk
Thanks all, I've found solution by setting up columns ahead of time: private function createColumn( prop:String, label:String ):DataGridColumn { var clmn:DataGridColumn = new DataGridColumn(prop); clmn.headerText = label; return clmn; } dataGrid.addColumn(createColumn(nickname,

RE: [Flashcoders] DataGrid Columns question

2006-02-22 Thread Judah
/3271.html Datagrid strategies: http://livedocs.macromedia.com/flash/8/main/3253.html -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Oleg Filipchuk Sent: Wednesday, February 22, 2006 8:32 AM To: Flashcoders mailing list Subject: Re: [Flashcoders

Re: [Flashcoders] DataGrid Columns question

2006-02-22 Thread bryan.rice
On Feb 22, 2006, at 9:02 AM, Michael Stuhr wrote: i'm in a somewhat similar situation right now, i guess you have to remove the Columns in your dataProvider and than set this data as your grid's dataProvider. All you have to do is set the DataGrid.columnNames prop of the data grid. For

[Flashcoders] Datagrid with hyperlink column???

2006-02-20 Thread Noyes, Jeff
Can anyone explain how to do this. I've seen one example by Jesse Warden, but it was entirely Flash. Jeff ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive:

Re: [Flashcoders] Datagrid with hyperlink column???

2006-02-20 Thread Manuel Saint-Victor
This one made it finally make sense http://www.communitymx.com/content/article.cfm?page=2cid=B4AED M On 2/20/06, Noyes, Jeff [EMAIL PROTECTED] wrote: Can anyone explain how to do this. I've seen one example by Jesse Warden, but it was entirely Flash. Jeff

[Flashcoders] datagrid question

2006-01-31 Thread Mark Wheeler
Hi I am in the process of developing a flash app that queries our Active directory, I have created a cf component that queries the AD using cfldap and returns the query of the AD as an array, I am able to grab the array from flash (code for the application below) to populate a datagrid, but what

Re: [Flashcoders] datagrid question

2006-01-31 Thread JesterXL
I can answer #2; use columnNames. my_dg.columnNames = [columnName, anotherColumnName] Only those columns will be shown. - Original Message - From: Mark Wheeler [EMAIL PROTECTED] To: flashcoders@chattyfig.figleaf.com Sent: Wednesday, February 01, 2006 12:52 AM Subject: [Flashcoders

RE: [Flashcoders] datagrid question

2006-01-31 Thread Mark Wheeler
: [Flashcoders] datagrid question I can answer #2; use columnNames. my_dg.columnNames = [columnName, anotherColumnName] Only those columns will be shown. - Original Message - From: Mark Wheeler [EMAIL PROTECTED] To: flashcoders@chattyfig.figleaf.com Sent: Wednesday, February 01, 2006 12:52 AM

[Flashcoders] DataGrid scroll problem and Archive Access

2005-12-22 Thread Nick Appelmans
Hi List: I tried searching archives but link from webpage is broken. I have a datagrid that is bound to a dataset where both properties of the binding are property = dataprovider when the datagrid displays the resource returned from a MySQL query via amfphp it displays the rows properly until I

RE: [Flashcoders] DataGrid scroll problem and Archive Access

2005-12-22 Thread Robert Chyko
Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nick Appelmans Sent: Thursday, December 22, 2005 3:09 PM To: 'Flashcoders mailing list' Subject: [Flashcoders] DataGrid scroll problem and Archive Access Hi List: I tried searching archives but link from webpage is broken. I

Re: [Flashcoders] DataGrid - Content

2005-12-14 Thread Helen Triolo
Put your contents into one array with object elements and use the columnNames property to specify only the columns (ie, object properties) you want to show. For example, mydata = [{company:a, id:3}, {company:b, id:54}, etc]; mygrid.columnNames = [company]; There's a working example here:

Re: [Flashcoders] DataGrid - Content

2005-12-14 Thread Helmut Granda
PROTECTED] On Behalf Of Helmut Granda Sent: Wednesday, December 14, 2005 1:12 PM To: Flashcoders mailing list Subject: [Flashcoders] DataGrid - Content Is there anyway to add Data to the Data grid but to keep some of the data hidden for a later use? EXE: company = [a,b,c,d,e,f,g,h,i] id

Re: [Flashcoders] DataGrid - Content

2005-12-14 Thread Helen Triolo
Helmut Granda wrote: Thanks all for your help on this. What I can't get my head around and maybe that is why I cant get this to work is, how does the DG knows to get the info from certail columns only? I dont see the declaration that the information belongs to the DG. Using Helen's sample

RE: [Flashcoders] DataGrid

2005-11-21 Thread Pete Hotchkiss
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ryan Sexton Sent: 18 November 2005 22:48 To: Flashcoders mailing list Subject: Re: [Flashcoders] DataGrid Thanks for the reply, do you know of any alternatives to the datagrid with a bit more customizing? Thank you, Ryan Sexton

[Flashcoders] DataGrid

2005-11-18 Thread Ryan Sexton
I'm playing with the DataGrid component (first time). I'm trying to set the width of the scrollbar and I can't seem to do it.. I'm trying: dgInstance.vScroller._width = 150; and nothing happens. Anyone know how to do this or know if it's impossible with flash's datagrid component? Thank you,

Re: [Flashcoders] DataGrid

2005-11-18 Thread JesterXL
She's hardcoded to 16, bro, not much you can do. - Original Message - From: Ryan Sexton [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Friday, November 18, 2005 5:15 PM Subject: [Flashcoders] DataGrid I'm playing with the DataGrid component

Re: [Flashcoders] DataGrid

2005-11-18 Thread Ryan Sexton
] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Friday, November 18, 2005 5:15 PM Subject: [Flashcoders] DataGrid I'm playing with the DataGrid component (first time). I'm trying to set the width of the scrollbar and I can't seem to do it.. I'm trying: dgInstance.vScroller._width = 150

[Flashcoders] Datagrid how to?

2005-11-13 Thread Noyes, Jeff
Anyone know how I can trace a particular cell in the datagrid? On focus (select) of a row item, I want to return the first cell -Original Message- From: Ricky Bacon [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 09, 2005 8:55 PM To: Flashcoders mailing list Subject: [Flashcoders]

<    1   2