4 messages in com.googlegroups.google-desktop-developerRe: This is perplexing
FromSent OnAttachments
furby26 Oct 2007 06:58 
Teo [API Guru]26 Oct 2007 11:35 
Yannick Stucki27 Oct 2007 02:18 
furby27 Oct 2007 17:52 
Subject:Re: This is perplexing
From:furby (Wook@gmail.com)
Date:10/27/2007 05:52:11 PM
List:com.googlegroups.google-desktop-developer

That was exactly what I was looking for - thanks!

On Oct 26, 2:36 pm, "Teo [API Guru]" <teom@gmail.com> wrote:

Hi, there's an article exactly about what you want :)

http://code.google.com/support/bin/answer.py?answer=72752&topic=11366 Be sure to also check the sample code in the article.

If there's more please tell us,

Thanks, Teo.

On Oct 26, 4:58 pm, furby <Wook@gmail.com> wrote:

I am creating a simple gadget - all I want it to do right now is list in a listbox results from a web page (This is for my personal use in monitoring a website, so I can't share the code). The info I want in it is retrived fine and the xml is generated for the listbox. The XML for the listbox looks like this :

<listbox height="245" name="domain_list" width="211" x="19" y="18" background="#FFFFFF" itemWidth="227" itemHeight="20" itemSelectedColor="#CBDEEE" itemOverColor="#DBEEFE" autoscroll="true"/>

Then the items in the listbox look like this :

<item height="20" width="227"><label valign="middle">TAR - 10/26/2007 8:37:40 AM</label></item>

A appendElement method is used to append each new item as it is created to the listbox....

That said, how come the listbox never shows a scrollbar - the autoscroll property is set to true...