[flexcoders] Re: Printing Chart

2007-11-23 Thread monkeeeh
); removeChild(printSnapViewArea); } printDJob.send(); } --- In flexcoders@yahoogroups.com, monkeeeh monkeeeh@ wrote: Hi everyone! I have problem again. Im trying to print piechart. I have custom component (yhteenvetoPrintView) where i have pie chart

[flexcoders] Re: Printing Chart

2007-11-22 Thread monkeeeh
Please someone tell me how to print chart! I know that you know.

[flexcoders] Printing Chart

2007-11-21 Thread monkeeeh
Hi everyone! I have problem again. Im trying to print piechart. I have custom component (yhteenvetoPrintView) where i have pie chart. If i add dataprovider from other piechart i dont see piechart. But if i create static data to yhteenvetoPrintView i can see pie. Is printing too fast that

[flexcoders] Re: AdvancedDataGrid and setItemAt()

2007-10-22 Thread monkeeeh
Thanks! getItemIndex works not indexOf. But still I have one problem. i have ADG and arraycollection where all data is. Arraycollection have ordernumber, orderline, product etc. data. And i have grouped lines by ordernumber. If i edit line it moves to last. Is there possible to sort data by

[flexcoders] Re: AdvancedDataGrid and setItemAt()

2007-10-19 Thread monkeeeh
With normal DataGrid setItemAt this works.

[flexcoders] AdvancedDataGrid and setItemAt()

2007-10-19 Thread monkeeeh
Hi everybody! I have big problems with ADG. I'm trying to edit ADG data. I have titlewindow and when i close it i want to update data to ADG. simple example: data.setItemAt(adg.selectedItem, adg.selectedIndex); this should just update selected row with same data. if i select first row (from

[flexcoders] import web service wsdl problem

2007-10-04 Thread monkeeeh
Hi everyone! I have problem when i import web service. I tell how i do it. -in flex builder data-import web service(wsdl) -select my project src folder *NEXT* -use google wsdl file http://api.google.com/GoogleSearch.wsdl *NEXT* -*FINISH* Now try to use code what builder created. mx:Script

[flexcoders] ApolloApplication to top-right corner and width to 100%

2007-06-06 Thread monkeeeh
Hi, does anyone know how to move apollo application to top-right corner when it start? And i would like to make it 100% width is it possible? Sorry my bad english, i'm Finnish.