[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. https://www.sandbox.paypal.com/cgi- bin/webscr"> In Flex I use this: var url : String = "https://www.sandbox.paypal.com/cgi-bin/webscr";; var variables : URLVariabl

[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 y