[flex_india:20877] Problem with PrintAdvancedDataGrid in multipage print with groupedcolumns

2009-03-26 Thread Kuldeep Atil
Hi Everyone, I am facing a strange problem while printing with PrintAdvanceddatagrid when there are groupedColumns in my original grid. The validnextpage thing always returns false and the loop continues until the script time gets exceeded. Has anyone faced the same problem ? Any help would be

[flex_india:20478] Re: how to load images in swf.

2009-03-17 Thread Kuldeep Atil
Hi, You can use Embed Metadata tag. Check out the link below. http://livedocs.adobe.com/flex/3/html/help.html?content=embed_4.html Regards, Kuldeep purni wrote: hi all, i am developing a imageeditor blog.. i am loading images as such now from the server. since i am loading it as such it

[flex_india:17052] Re: Automated Code Review Tool

2008-12-04 Thread Kuldeep Atil
Hi Leena, check out the tool below. http://www.atlassian.com/software/crucible On Dec 4, 11:10 am, Leena Jain [EMAIL PROTECTED] wrote: Is there any Automated Code Review Tool available for Flex? Any reference will be helpful. Thanks, Leena Jain

[flex_india:17051] Re: Setting Z Order of object

2008-12-04 Thread Kuldeep Atil
If you are talking about the order in which they are shown, like one above the other. you can try doing it by canvas.setChildIndex(child, cv.numChildren - 1); Regards, Kuldeep On Dec 4, 2:23 pm, ck [EMAIL PROTECTED] wrote: Hi all, I am creating text area, Image and rectangle dynamically on