[orkut-developer] Re: get rid of the scrollbars

2008-10-22 Thread Jason
I only see one gadgets.window.adjustHeight call and it's in a conditional block that only runs when the container is Ning. Can you either point me to a test gadget where the adjustHeight function is clearly not working or let me know where I'm supposed to be looking in the app specification you

[orkut-developer] Re: get rid of the scrollbars

2008-10-19 Thread agulla
Hi Jason, Here is the xml link to my application: http://preview.doxtop.com/opensocial/GetFeatMem.xml when I use that code, my application was not loading on hi5 and showing empty page. so I removed that code from my application. Do you have any idea why it was not showing my application when

[orkut-developer] Re: get rid of the scrollbars

2008-10-17 Thread Aakash Bapna
To get rid of scrollbars you can try something like setTimeout('gadgets.window.adjustHeight()',3000) in the end of your JS code. also can put it as an onLoad event in img tags, eg- img src='someimage.png' onload='gadgets.window.adjustHeight();' / If still you are not able to get rid of them

[orkut-developer] Re: get rid of the scrollbars

2008-10-17 Thread Jason
Ideally, you shouldn't have to include a setTimeout call, which isn't guaranteed to work anyway. Can you reply with the URL of your app and the location of the gadgets.window.adjustHeight call? _IG_AdjustIFrameHeight is a legacy API function which you should remove. - Jason On Oct 17, 4:20 am,