6 messages in com.googlegroups.google-desktop-developerRe: Change the height and the width o...
FromSent OnAttachments
miguelangel19713 Jul 2008 09:41 
miguelangel19714 Jul 2008 04:08 
Benjamin [API Guru]14 Jul 2008 04:31 
miguel angel sanchez cabal14 Jul 2008 04:52 
Benjamin [API Guru]14 Jul 2008 04:54 
James [GD Team]15 Jul 2008 10:53 
Subject:Re: Change the height and the width of the contentitem
From:James [GD Team] (jy@google.com)
Date:07/15/2008 10:53:35 AM
List:com.googlegroups.google-desktop-developer

Yes, please try to steer away from ContentArea and ContentItem. As Benjamin pointed out, divs or listboxes are more flexible.

Cheers! James

On Jul 14, 4:55 am, "Benjamin [API Guru]" <code@gmail.com> wrote:

Yes, just use element.appendElement to add new subelements. Check the Gadget API Reference
onhttp://code.google.com/apis/desktop/docs/gadget_apiref.html for all supported methods.

Best regards, Benjamin

On Jul 14, 1:52 pm, "miguel angel sanchez cabal"

<migu@gmail.com> wrote:

But can I create dinamic the divs? Because the number of images are going to change .

2008/7/14 Benjamin [API Guru] <code@gmail.com>:

Using the scrollbars and a div this is very easy to do. In fact it is much easier than working with the custom layout of a content area. Take a look at the source of my VistaGames gadget. It does something very similar and will get you started:

Best regards, Benjamin

On Jul 14, 1:09 pm, miguelangel197 <migu@gmail.com> wrote:

Hi, I have developed a couple of gadgets and now I would like to develop a gadget which is going to show only small images with each image has a different link. For example I would like to put three images per row. I know that is possible to modify the heightof the content item but the widht