[flexcoders] Summary without grouping

2008-11-06 Thread Stanislav Aytuganov
I intend to use SummaryRow for all data in ADG without grouping. Does anybody knows if its possible That's my code var mygroup:GroupingCollection=new GroupingCollection(); mygroup.source = dg.dataProvider; var group:Grouping = new Grouping(); var

[flexcoders] Re: FileReference to ByteArray

2008-10-07 Thread Stanislav Aytuganov
@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of aytuganov Sent: Tuesday, September 30, 2008 4:05 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: FileReference to ByteArray Thanks Jon. I discovered this issue and found the way to solve my task with java servlet. But now I have

[flexcoders] Open pdf from ByteArray in new browser window (not AIR)

2008-10-01 Thread Stanislav Aytuganov
Hello group! I have an object containing byte array of pdf file. Can I open the new browser window that will render this byte array to pdf file Thanks.

[flexcoders] Re: Open pdf from ByteArray in new browser window (not AIR)

2008-10-01 Thread Stanislav Aytuganov
No I haven't But will try right now Thanks --- In flexcoders@yahoogroups.com, valdhor [EMAIL PROTECTED] wrote: Have you checked out AlivePDF (http://alivepdf.bytearray.org/? page_id=2) --- In flexcoders@yahoogroups.com, Stanislav Aytuganov aytuganov@ wrote: Hello group! I have

[flexcoders] Re: Open pdf from ByteArray in new browser window (not AIR)

2008-10-01 Thread Stanislav Aytuganov
But problem is that I have to open not just .pdf file but also .xsl and .xml files. Any ideas to do it without servlet? --- In flexcoders@yahoogroups.com, Stanislav Aytuganov [EMAIL PROTECTED] wrote: No I haven't But will try right now Thanks --- In flexcoders@yahoogroups.com, valdhor

[flexcoders] Re: FileReference to ByteArray

2008-09-30 Thread aytuganov
filename if my file that I have just uploaded. Thanks in advance. --- In flexcoders@yahoogroups.com, Jon Bradley [EMAIL PROTECTED] wrote: On Sep 26, 2008, at 4:48 AM, aytuganov wrote: Does somebody know is it possible to select file using FileReference.browse() and than set it to ByteArray

[flexcoders] FileReference to ByteArray

2008-09-26 Thread aytuganov
Does somebody know is it possible to select file using FileReference.browse() and than set it to ByteArray instance. (There is an object that has an ByteArray property. I have to set this property and send the object to server using RemoteObject - but it's not a matter)