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 intended 
recipient, please notify the sender or [EMAIL PROTECTED]
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


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

2006-02-07 Thread syam s


hai...
  sorry i have no idea about that. i have anothe problem. i want to save a 
movie clip as image(jpeg)on a flash button click any ides pls mail to me


-
To help you stay safe and secure online, we've developed the all new Yahoo! 
Security Centre.
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


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

2006-02-07 Thread syam s


hai...
  sorry i have no idea about that. i have anothe problem. i want to save a 
movie clip as image(jpeg)on a flash button click any ides pls mail to me


-
Yahoo! Messenger  NEW - crystal clear PC to PC calling worldwide with voicemail 
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


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 notify the sender or [EMAIL PROTECTED]
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


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 confidential or privileged information. If you are not the intended 
recipient, please notify the sender or [EMAIL PROTECTED]
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


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

2006-02-07 Thread Grant Cox
Well, not really - it's part of a larger application, and I have certain 
business obligations not to just give it all away.  However, if you are 
stuck with something specific then I don't mind helping out (although it 
is almost 7pm here - I will be heading home soon).


Basically what we did was had a controller to manage the list of Fields 
(our data type for a grid column).  The popup window had a datagrid that 
displayed all of the Field objects from the controller, displaying only 
the "title" and "visible" attributes.  We had a Checkbox CellRenderer 
used for the "visible" column, so ticking / unticking would change this 
attribute.  Once the popup window is hidden, then the main datagrid 
columns are recreated, by looping through all the Field objects from the 
controller, and creating a DataGridColumn for each Field whose "visible" 
is set to true.


Macromedia have some sample CellRenderers, one of which is for a 
checkbox.  You can download this from

http://www.macromedia.com/support/documentation/en/flash/fl8/samples.html

Regards,
Grant Cox


[EMAIL PROTECTED] wrote:


Hi Grant,
 Can u plz send me ur code for the same...the way u 
implemented...

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 PROTECTED]
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

 


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


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

2006-02-07 Thread srishti
Hi Grant,
  Can u plz send me ur code for the same...the way u 
implemented...
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 PROTECTED]
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


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

2006-02-06 Thread Grant Cox

Well, there are two methods.

To do what you are trying below, you will want one movieclip in the 
library with instance name "checkbox_scrollpane_content", and this 
movieclip will then have code to attachMovie as many checkboxes as 
needed.  This way your scrollpane always has the same contentPath, but 
this content knows to update as needed.


However, I have done a similar thing before (controls to show/hide grid 
columns), and the way I did it was the popup window displayed a single 
Datagrid component with two columns, one column containing the titles, 
the other containing a checkbox CellRenderer.  I find it much easier to 
deal with content in a Datagrid than in a ScrollPane (where the content 
abstraction can be a pain).


Regards,
Grant Cox

[EMAIL PROTECTED] wrote:

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 privileged information. If you are not the intended 
recipient, please notify the sender or [EMAIL PROTECTED]
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

 


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


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

2006-02-06 Thread srishti
is it"linkage 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 information. If you are not the intended 
recipient, please notify the sender or [EMAIL PROTECTED]
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


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 privileged information. If you are not the intended 
recipient, please notify the sender or [EMAIL PROTECTED]
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


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 button.Then,the selected 
checkboxes/column names should only be visible in the 
datagrid. Remaining columns should not appear in the 
datagrid. 
Can anyone suggest how can i add checkboxes (in the 
scrollpane)equal to the number of column names? 
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 PROTECTED]
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


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

2006-02-06 Thread Grant Cox
Then yes, contentPath is what you want.  The contentPath can be either a 
Linkage Id, or a url of an external SWF.



[EMAIL PROTECTED] wrote:

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 information. If you are not the intended 
recipient, please notify the sender or [EMAIL PROTECTED]
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

 


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


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 information. If you are not the intended 
recipient, please notify the sender or [EMAIL PROTECTED]
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


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

2006-02-06 Thread Grant Cox
Please explain what you mean by "checkboxes in a scrollbar".  Do you 
mean a list component (scrollable), where each row contains a checkbox?  
If so, you want to use a CellRenderer.


Or do you mean just two checkboxes, in a bounding area that can have 
scrollbars?  If so, you probably want a ScrollPane, with the content 
being a movieclip containing the checkboxes.


Regards,
Grant Cox


[EMAIL PROTECTED] wrote:

how can i add 2 checkboxes in a scrollbar..is it using 
contentpath?? 
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 PROTECTED]

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

 


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] plz suggest.....urgent

2006-02-06 Thread srishti
how can i add 2 checkboxes in a scrollbar..is it using 
contentpath?? 
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 PROTECTED]
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders