Re: Text position in an IconItemRenderer wrong at the first time the list is displayed in a view

2015-09-01 Thread Alex Harui
Can you make a really small test case? If so, file a JIRA issue and attach it. -Alex On 9/1/15, 3:43 PM, "chris_d_k" wrote: >Some traces to the problem: > >in layout contents: > > >trace(""); >trace(labelDisplay.text); >trace("---"); >trace(labelDisp

Re: Text position in an IconItemRenderer wrong at the first time the list is displayed in a view

2015-09-01 Thread chris_d_k
Some traces to the problem: in layout contents: trace(""); trace(labelDisplay.text); trace("---"); trace(labelDisplay.getPreferredBoundsHeight()); trace(labelDisplay.getPreferredBoundsWidth()); trace("---"); trace(this.getPreferredBoundsHeight()); trac

Re: Text position in an IconItemRenderer wrong at the first time the list is displayed in a view

2015-09-01 Thread chris_d_k
When I trace the widths of the renderer and the label the first time it is to short - what would be the best way to set the width of an itemRender in a mobile app? It's width should be 100% - a gap left and right defined in css... -- View this message in context: http://apache-flex-users.2

Re: Text position in an IconItemRenderer wrong at the first time the list is displayed in a view

2015-09-01 Thread chris_d_k
Hi, I have tried to set the width in this way: var iRenderer:ClassFactory = new ClassFactory(MyItemRenderer); iRenderer.properties = {ownUser: quizUser, width: CONTENT_WIDTH}; myList.itemRenderer = iRenderer; and this doesn't work. It really seems like the one line texts sometimes are measure

Re: SDK Installer

2015-09-01 Thread pkumar.flex
Just download latest sdk binary installer and use ant tool for compiling. On 01-Sep-2015 9:17 pm, "Maximich [via Apache Flex Users]" < ml-node+s246n11109...@n4.nabble.com> wrote: > Hi. > > I have several problems with the installation of SDK. > > 1. I can not download the SDK Installer from >

Re: Number increment animation

2015-09-01 Thread Alex Harui
Did you call updateAfterEvent? On 9/1/15, 8:39 AM, "Deepak MS" wrote: >Hello, >I'm trying to change a number lets say from $12,341,345 to $35,325,561 >incrementally, lasting for a duration of may be 2 seconds. > >Something like this: >http://codepen.io/niklas-r/pen/HsjEv > >I tried using a timer

Re: SDK Installer

2015-09-01 Thread Marcus Fritze
same problem here for me from Germany It looks like the URL is broken with a locale string http://mirror.23media.de/apache/ ruflex/4.14.1/binaries/apache-flex-sdk-4.14.1-bin.zip > > > The problem here. > > Thanks > Maxim > > > > -- > View this message in context: > http://apache-flex-users

Re: SDK Installer

2015-09-01 Thread Maximich
from Russia got 404 http://apache-mirror.rbc.ru/pub/apache/%3C/p%3E%3C!--%20ruflex/installer/3.2/binaries/apache-flex-sdk-installer-3.2.0-bin.exe http://apache-mirror.rbc.ru/pub/apache/

SDK Installer

2015-09-01 Thread Maximich
Hi. I have several problems with the installation of SDK. 1. I can not download the SDK Installer from http://flex.apache.org/installer.html . Got 404 error ( http://apache-mirror.rbc.ru/pub/apache/%3C/p%3E%3C!--%20ruflex/installer/3.2/binaries/apache-flex-sdk-installer-3.2.0-bin.exe ) OK. I fou

Number increment animation

2015-09-01 Thread Deepak MS
Hello, I'm trying to change a number lets say from $12,341,345 to $35,325,561 incrementally, lasting for a duration of may be 2 seconds. Something like this: http://codepen.io/niklas-r/pen/HsjEv I tried using a timer. But not quite getting a fast 'scrolling' of numbers with it. Any ideas how can