why can not open this code?

2016-05-20 Thread lizhi
https://github.com/matrix3d/spriteflexjs/blob/master/src/flash/display/BitmapData.as#L124 if i open,it is can not run -- View this message in context: http://apache-flex-development.247.n4.nabble.com/why-can-not-open-this-code-tp53169.html Sent from the Apache Flex Development mailing list

Re: Re: TextInput layout changes after SDK upgrade

2016-05-20 Thread Fréderic Cox
If I do not set applicationDPI or customRuntimeDPIProvider on desktop then the only way to "fix" my issue with textinputs is to set: s|TextInput{ fontSize: 13; } in defaults.css in my library project. Then it fixes the issue I have in desktop version (mobile version was already OK without using

Re: Re: TextInput layout changes after SDK upgrade

2016-05-20 Thread Fréderic Cox
I think the issue is that I am using a library project. In that is most of my code. Then I have a desktop project and mobile project but because mobile is set at 160 dpi and default for desktop is 120 that I'm getting the differences in component layouts. So this was my initial problem. On Fri, Ma