RE: [flexcoders] Plot Chart Performance

2006-08-08 Thread Nihit Saxena
Do you get the same sluggishness on Stand Alone Player? If not then its a known bug. Nihit From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of williamxtreme24 Sent: Tuesday, August 08, 2006 3:40 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Plot

RE: [flexcoders] Game Depth Management

2006-08-01 Thread Nihit Saxena
I am working on something similar (3D Charts) for Flex 3.0. A prototype for the same can be seen here http://www.geocities.com/nihits/columnC.html http://mannu.livejournal.com/357113.html The depths are kept in a sorted list based on distance from viewer (and not based on Z

RE: [flexcoders] DataGrid Editable Header Renderer

2005-07-26 Thread Nihit Saxena
You should be able to use headerRenderer property on DataGridColumn and use a textInput inside that. You can read the documentation about it here - http://livedocs.macromedia.com/flex/15/flex_docs_en/2181.htm#wp146143 Nihit From: flexcoders@yahoogroups.com

RE: [flexcoders] Printing whole lotta pages?

2005-07-05 Thread Nihit Saxena
Check the attached files, you can use the same strategy to print areas outside of print area/ inside a scroll bar. You can also scale the contents to the desired scaling, For printing two pages, you can call addPage two times after changing the look and feel of the page. Thanks,

RE: [flexcoders] Re: why are getter methods called twice when invoked using bracket notation?

2005-06-25 Thread Nihit Saxena
There was a super bug in player 7. Could it be related to that. It required base class methods to be overridden in subclasses with only a super(). From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Gordon Smith Sent: Saturday, June 25, 2005 1:33 AM To: