Re: print issues FLEX-23252 and FLEX-13628 was [REQUEST] tutorial....

2014-03-20 Thread Marcus Fritze
Hi Alex, thank again for your big help. Ok, I updated the https://issues.apache.org/jira/browse/FLEX-13628 and attached a possible fix. I have tested this here with my example and it's working without any problems. In this fix, the calculation is correct when using default ItemRenderer, custom

Re: print issues FLEX-23252 and FLEX-13628 was [REQUEST] tutorial....

2014-03-18 Thread Alex Harui
rg>" mailto:dev@flex.apache.org>> Subject: Re: print issues FLEX-23252 and FLEX-13628 was [REQUEST] tutorial First of all, sorry for my late response. Alex, you are my hero! This solves the issue a "little bit". But to be honest, not completely. Ok for documentati

Re: print issues FLEX-23252 and FLEX-13628 was [REQUEST] tutorial....

2014-03-18 Thread Marcus Fritze
First of all, sorry for my late response. Alex, you are my hero! This solves the issue a "little bit". But to be honest, not completely. Ok for documentation: Now, in my MXAdvancedDataGridItemRenderer I use: override public function set explicitWidth(value:Number):void { super.explicitW

Re: print issues FLEX-23252 and FLEX-13628 was [REQUEST] tutorial....

2014-03-14 Thread Alex Harui
v@flex.apache.org>" mailto:dev@flex.apache.org>> Subject: Re: print issues FLEX-23252 and FLEX-13628 was [REQUEST] tutorial This is my ItemRenderer code: http://ns.adobe.com/mxml/2009"; xmlns:s="library://ns.adobe.com/flex/spark" xmlns:mx="library://ns

Re: print issues FLEX-23252 and FLEX-13628 was [REQUEST] tutorial....

2014-03-14 Thread Marcus Fritze
This is my ItemRenderer code: http://ns.adobe.com/mxml/2009"; xmlns:s="library://ns.adobe.com/flex/spark" xmlns:mx="library://ns.adobe.com/flex/mx"

Re: print issues FLEX-23252 and FLEX-13628 was [REQUEST] tutorial....

2014-03-14 Thread Alex Harui
<mailto:dev@flex.apache.org>" mailto:dev@flex.apache.org>> Date: Friday, March 14, 2014 10:06 AM To: "dev@flex.apache.org<mailto:dev@flex.apache.org>" mailto:dev@flex.apache.org>> Subject: print issues FLEX-23252 and FLEX-13628 was [REQUEST] tutorial

print issues FLEX-23252 and FLEX-13628 was [REQUEST] tutorial....

2014-03-14 Thread Marcus Fritze
Thanks for your question. I attached a image to https://issues.apache.org/jira/browse/FLEX-13628 In the AdvancedDataGridBaseEx.as Line 3056 the item.getExplicitOrMeasuredHeight() is every time 20. So when you look at my example image, the Label in the ItemRenderer has 2 lines. But the calculat