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