3 messages in com.googlegroups.opensocial-orkutRe: [OpenSocial] How to extend canvas...
FromSent OnAttachments
Abhinav21 Dec 2007 16:28 
Reinoud Elhorst22 Dec 2007 02:22 
Jerome24 Dec 2007 15:13 
Subject:Re: [OpenSocial] How to extend canvas page height accordingly?
From:Reinoud Elhorst (goo@claude.nl)
Date:12/22/2007 02:22:35 AM
List:com.googlegroups.opensocial-orkut

Firstly, as you can see [1] adjusting frameheight is on the list for opensocial 0.7 (opensocial 0.6 was just announced yesterday, Orkut still only supports opensocial 0.5). Some containers do support frameheight change, but this is outside the opensocial spec, so you'll probably have to change it for opensocial 0.7. The problem is that you are in a frame in a frame. When the interframe call library will be released [2], you should be able to use that to make the appropriate javascript calls. You can also build your own IFPC [3].

[1] http://opensocial.googlegroups.com/web/opensocialjsprioritylist.html [2] http://groups.google.com/group/opensocial-container/browse_thread/thread/6e6a9248d897c96e/10d635ad44080c1a [3] http://www.julienlecomte.net/blog/2007/11/31/

On 12/22/07, Abhinav <apra@gmail.com> wrote:

hey, I know that the canvas page has a specified length that can be extended. But I have an iframe within which each page (by navigating through internal links) displays a different page of varying height, and i want to avoid scroll bars. how can I extend the canvas page height dynamically to avoid scroll bars all together. Will be of great help if someone could help me in this regard.

Abhinav