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