Comments for Tony Fendall http://blog.tonyfendall.com Mon, 23 Apr 2012 20:57:48 +0000 hourly 1 https://wordpress.org/?v=4.4.2 Comment on Facebook Iframe Resizing Solution by Tony Fendall http://blog.tonyfendall.com/2010/02/facebook-iframe-resizing-solution/#comment-93 Mon, 23 Apr 2012 20:57:48 +0000 http://blog.tonyfendall.com/?p=70#comment-93 Hello Waseem,
I am not exactly sure what could be going wrong in your case, but it could be that your page has not calculated its own size yet when you try to auto size. I would try temporarily creating a button to trigger the resize code so you can be sure when it happens and eliminate this possibility.

]]>
Comment on Facebook Iframe Resizing Solution by Waseem Sindhu http://blog.tonyfendall.com/2010/02/facebook-iframe-resizing-solution/#comment-92 Mon, 23 Apr 2012 16:09:12 +0000 http://blog.tonyfendall.com/?p=70#comment-92 Hello Tony,

My application has 5 pages, questionnaire on each page has different number of questions so each page has different height. I’ve used

window.fbAsyncInit = function() {FB.Canvas.setSize();}

in HEAD tag and then called

FB.init({
appId : ”,
status : true,
cookie : true,
xfbml : true
});
FB.Canvas.setAutoResize(7);

after body.

But when I navigate through pages…if page01.php has 900px height and the next page page02.php with fewer questions has 700px of height, canvas height remains at 900px. How I could resize it to automatically get at 700 pixels?

Thanks.

]]>
Comment on Facebook Iframe Resizing Solution by Fergal http://blog.tonyfendall.com/2010/02/facebook-iframe-resizing-solution/#comment-91 Fri, 20 May 2011 11:44:46 +0000 http://blog.tonyfendall.com/?p=70#comment-91 Thanks Tony. Your solution worked perfectly for me.

]]>
Comment on Accurate Car Simulation in Flex by Kevin http://blog.tonyfendall.com/2010/02/accurate-car-simulation-in-flex/#comment-10 Tue, 26 Apr 2011 03:17:39 +0000 http://blog.tonyfendall.com/?p=31#comment-10 Error #2046 ??

]]>
Comment on Animating ProgressBar Skin in Flex by Tahir Azeem Alvi http://blog.tonyfendall.com/2010/05/animating-progressbar-skin-in-flex/#comment-104 Sun, 27 Feb 2011 12:34:59 +0000 http://blog.tonyfendall.com/?p=85#comment-104 Cooool

]]>
Comment on How to Draw in Flex by Ary http://blog.tonyfendall.com/2010/02/how-to-draw-in-flex/#comment-7 Sat, 26 Feb 2011 11:47:34 +0000 http://blog.tonyfendall.com/?p=20#comment-7 Hi Tony :)

did stumble on ur old blog, about the postAcard project?great job on this one.
and u mention about sharing the code, is it possible for u to share it with us? just empty the flicker api, so we wont get ur api code :)

thanks in advance.

]]>
Comment on How to Draw in Flex by Anji http://blog.tonyfendall.com/2010/02/how-to-draw-in-flex/#comment-6 Mon, 14 Feb 2011 09:28:24 +0000 http://blog.tonyfendall.com/?p=20#comment-6 Hello Tony,

I have checked out your PostACard application, it looks really great. I would like to know how did you customize the flex preloader?

]]>
Comment on Hello, My Name is Tony Fendall by murali http://blog.tonyfendall.com/2010/01/hello-my-name-is-tony-fendall/#comment-107 Tue, 11 Jan 2011 07:58:26 +0000 http://blog.tonyfendall.com/2010/01/hello-my-name-is-tony-fendall/#comment-107 hi,
i am rookie flex developer.
i have a problem with
how can i make those vertical scroller in above componet to move smoothly.
i am very thankful if any one sugests me.

]]>
Comment on Hello, My Name is Tony Fendall by Tony Fendall http://blog.tonyfendall.com/2010/01/hello-my-name-is-tony-fendall/#comment-106 Wed, 08 Dec 2010 16:44:43 +0000 http://blog.tonyfendall.com/2010/01/hello-my-name-is-tony-fendall/#comment-106 Hi, Tony, we share the same name.
I retire in a few weeks and will be tracing ancestry back to NZ.
A ‘Fendall’ was an early Governor, hence ‘Fendalton’ a precinct of Christchurch I believe.
Tony (UK)

]]>
Comment on Facebook Iframe Resizing Solution by arielalexco http://blog.tonyfendall.com/2010/02/facebook-iframe-resizing-solution/#comment-90 Fri, 12 Nov 2010 19:04:36 +0000 http://blog.tonyfendall.com/?p=70#comment-90 Not working…. i was using the strict html 4. never the less it didnt work with 1 or 4 nore 5. not even with a 810px width

]]>