Re: [Flashcoders] hiding datagrid columns?

2006-02-12 Thread srishti
ya,got it.Thanks. The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s)and may contain confidential or privileged information. If you are not the intended recipient, please notify the sender or [EMAIL

RE: [Flashcoders] hiding datagrid columns?

2006-02-09 Thread Srishti Bhatia
yes,the user selects the checkboxes labelled with the column names in a pop-up window. Only,those column names should be made visible in the datagrid present on the stage. Any suggestion would be highly appreciated. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]

RE: [Flashcoders] hiding datagrid columns?

2006-02-09 Thread Srishti Bhatia
thanks for the help provided. Actually,can anyone tell me how to know that which are the checkboxes labelled with the column names which the user has selected in the pop-up window? i mean which checkboxes have been ticked? Should the event handler(click) be on the checkbox ? -Original

Re: [Flashcoders] hiding datagrid columns?

2006-02-09 Thread srishti
Thanks ... Actually,i need the datagrid only once the whole pop-up containing checkboxes is closed.Function for attaching checkboxes in the scroll pane is as follows:But this event for checkbox click is not working. function vek() { this.attachMovie (ScrollPane, scrollpane1, 520);

[Flashcoders] hiding datagrid columns?

2006-02-08 Thread srishti
Does anyone know a way to hide a datagrid column. The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s)and may contain confidential or privileged information. If you are not the intended recipient, please

Re: [Flashcoders] plz suggest.....urgent

2006-02-07 Thread srishti
its 2pm here...well,i think,its more or less the same which i am trying to implement.what is the logic behind hiding datagrid columns. The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s)and may contain

Re: [Flashcoders] plz suggest.....urgent

2006-02-07 Thread srishti
Well,Grant ,,thanks a lot for ur suggestions. The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s)and may contain confidential or privileged information. If you are not the intended recipient, please

Re: [Flashcoders] plz suggest.....urgent

2006-02-07 Thread srishti
oh sorry,i don't have much idea regarding your query.i am new to flash. The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s)and may contain confidential or privileged information. If you are not the

Re: [Flashcoders] plz suggest.....urgent

2006-02-06 Thread srishti
I want a ScrollPane, with the content being movieclip containing 2 checkboxes and labels next to them. The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s)and may contain confidential or privileged

Re: [Flashcoders] plz suggest.....urgent

2006-02-06 Thread srishti
Grant,i want a scrollpane. Actually,my application displays contents in a Datagrid.then,on click of a button,a pop up window appears which contains the column names and checkboxes next to them.User selects few checkboxes(present on a scrollpane) in the pop-up Window,clicks ok

Re: [Flashcoders] plz suggest.....urgent

2006-02-06 Thread srishti
ok,scrollpane_instance.contentPath=linkage id of a checkbox.This adds a single checkbox.is it? How to add 2 checkboxes? The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s)and may contain confidential or

Re: [Flashcoders] plz suggest.....urgent

2006-02-06 Thread srishti
is itlinkage id of a movieclip class which contains adding 2 checkboxes?Actually,i am new to flash. The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s)and may contain confidential or privileged

[Flashcoders] select columns-datagrid

2006-02-05 Thread srishti
hi, I have a datagrid that I'm using to display records. One of the columns has an edit button. When the user clicks edit, the window pops up. What I'd like to do is when a user clicks edit, one of the columns is set to selected. I mean to ask that how can i select the whole column for

[Flashcoders] plz advise :-0

2006-02-03 Thread Srishti Bhatia
i have a Datagrid and a Window component.On click of a button,the column fields(headings)present in the datagrid should be displayed in the Window component for the user to select.there is a checkbox next to the column fields in Window component.User selects few checkboxes from Window,clicks

RE: [Flashcoders] plz advise :-0

2006-02-03 Thread srishti
oh thanks Nick well,how should i display only 2 checkboxes in the LIST component which is in a WINDOW component.i used list_instance.cellRenderer() =classname. classname is a class in which i am attaching 2 checkboxes. Actually,2 checkboxes are needed because there are only two columns in

Re: [Flashcoders] plz advise :-0

2006-02-03 Thread srishti
LIST COMPONENT IS IN A WINDOW COMPONENT. Regards, Srishti , Tata Elxsi Limited, Engineer-Design and Development. The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s)and may contain confidential

Re: [Flashcoders] plz advise :-0

2006-02-03 Thread srishti
ya Anngie,,u r right,my keyboard needs oiling ;-) The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s)and may contain confidential or privileged information. If you are not the intended recipient, please

[Flashcoders] plz suggest.....

2006-02-02 Thread srishti
i have a Datagrid and a Window component.On click of a button,the column fields(headings)present in the datagrid should be displayed in the Window component for the user to select.there is a checkbox next to the column fields in Window component.User selects few checkboxes from Window,clicks