[flexcoders] Flex + PayPal.

2007-01-28 Thread rozhkovalexey
Hi everyone. All very simple. In HTML I use this and it's working. I see paypal page with correct information. form method=post action= https://www.sandbox.paypal.com/cgi- bin/webscr input type=hidden name=cmd value=_xclick input type=hidden name=business value=[EMAIL PROTECTED] input

[flexcoders] Different font height on Mac and Win.

2006-11-29 Thread rozhkovalexey
Create for example TextInput with fontFamily=TimesNewRoman, fontSize=14. If you run the function TextInput.measureText ( ).ascent on Mac the result will never be 14. On Windows - all good. It's problem with measureText function. Try to run this is simple application on Mac and on Win and you