Hi Kevin,
In your XML file set your application height and width as shown below, it
will help.
<ModulePrefs title="[app name]" *height="900" width="750"* thumbnail="[app
thumbnail image 120x60.jpg]"  description="[short description about the
application]" author="[author name]" author_email="[Email address of
author]" author_location="USA" author_affiliation="www.easycodingclub.com"
title_url="" directory_title="" screenshot="[This screenshot image get
display when user on Add application page image size is 400x400.jpg]">

On Fri, Dec 4, 2009 at 3:19 AM, Kevin Subba <kevinsubba...@gmail.com> wrote:

> Hi,
>
> I have done one application. From main xml files i have called other
> pages using below code
>
> // Callback that displays the current datetime whenever a
> // tab is clicked.
>
> function callback1(tabId) { // Glitter Text
> _gel(tabId).innerHTML = "<iframe border='0' frameborder='0'
> framespacing='0' width='100%' height='821' marginheight='0'
> marginwidth='0' noResize scrolling='no' src='file.html' />";
> }
> function callback2(tabId) { // Bubble Note
> _gel(tabId).innerHTML = "<iframe border='0' frameborder='0'
> framespacing='0' width='100%' height='821' marginheight='0'
> marginwidth='0' Resize scrolling='no' src='file.html' />";
> }
> function callback3(tabId) { // Teddy Bear
> _gel(tabId).innerHTML = "<iframe border='0' frameborder='0'
> framespacing='0' width='100%' height='821' marginheight='0'
> marginwidth='0' Resize scrolling='no' src='file.html' />";
> }
> function callback4(tabId) { // Birthday
> _gel(tabId).innerHTML = "<iframe border='0' frameborder='0'
> framespacing='0' width='100%' height='821' marginheight='0'
> marginwidth='0' noResize scrolling='no' src='file.html' />";
> }
>
> But the problem is that in right sidebar one scrollbar is coming. Is
> there any way to fix it?
>
> --
>
> You received this message because you are subscribed to the Google Groups
> "OpenSocial Application Development" group.
> To post to this group, send email to opensocial-...@googlegroups.com.
> To unsubscribe from this group, send email to
> opensocial-api+unsubscr...@googlegroups.com<opensocial-api%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/opensocial-api?hl=en.
>
>
>

--

You received this message because you are subscribed to the Google Groups 
"OpenSocial Application Development" group.
To post to this group, send email to opensocial-...@googlegroups.com.
To unsubscribe from this group, send email to 
opensocial-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/opensocial-api?hl=en.


Reply via email to