Open GoogleCodeExporter opened 9 years ago
Yes. Looks like I was trigger happy and didnt check in detail.
I checked the swf in a standalone player and its working fine. How to force
browser to user 10.2.x ?
thanks
Original comment by gsronl...@gmail.com
on 3 Feb 2012 at 2:17
I found the solution to this. If someone else is having the problem -
open Project > Properties > Flex Compiler > Compiler options
Tick the checkbox 'Use Flash Text Engine in MXcomponents'
This will work fine.
Original comment by gsronl...@gmail.com
on 9 Feb 2012 at 10:32
I had the same problem, it is more specifically related with the ColorPicker
(the only mx component used in tlftexteditor).
This link helped me :
http://opensource.adobe.com/wiki/display/flexsdk/FTE+and+TLF+text+in+MX+componen
ts
Instead of changing the compiler option, I added this line in my css :
mx|ColorPicker
{
textInputClass: ClassReference("mx.controls.MXFTETextInput");
}
I hope it can help someone else.
Original comment by nicolas....@vodalys.com
on 4 Apr 2012 at 3:42
Original issue reported on code.google.com by
gsronl...@gmail.com
on 3 Feb 2012 at 2:08