4 messages in com.googlegroups.google-desktop-developerDebug vs Packaged script
FromSent OnAttachments
nois...@gmail.com15 May 2006 07:36 
Steve Sullivan15 May 2006 08:31 
ZeroInfinity15 May 2006 09:07 
nois...@gmail.com15 May 2006 14:47 
Subject:Debug vs Packaged script
From:nois...@gmail.com (nois@gmail.com)
Date:05/15/2006 07:36:31 AM
List:com.googlegroups.google-desktop-developer

I've just finishing off converting my plugin to the new script API for beta 4 however have a bit of a problem.

If I run the plugin in debug mode (ie just using gadget.gmanifest) then its all fine. Everything works. If however I zip the whole thing up as per the instructions then try to load the resulting .gg file, I get nothing. Just a blank area whose size coresponds to the size of the main view. I've gotten rid of all the "Invalid gadget package" messages so I'm sure its not them (This would give an error in debug mode anyway)

Is there something obvious I'm missing? I've taken the lazy way out and am still using ContentItems within my code. These get added into a ContentArea that is defined within main.xml, is this a problem?

Josh