We're sorry, but this discussion has just been closed to further replies.
Tags: gadgets, gadgets.skins, google, themes
Oh man...let my feeble code be seen by the pros? *hides*
The current in-dev XML is located at http://the436.com/ning_dev/canopy.xml, though I took any "real" calls to gadgets.skins out, since they were ending in errors anyway. There's only debugging stuff in google.setOnLoadCallback related to this. I tried the forms
gadgets.skins.getProperty(FONT_COLOR);
gadgets.skins.getProperty("FONT_COLOR");
gadgets.skins.getProperty(gadgets.skins.Property.FONT_COLOR);
but each of them complains that gadgets.skins is undefined :/
To ensure it wasn't just a question of scope, I just placed the debug call before everything else, with the only result being that the app was stopped dead in its tracks.
If I triggered this somehow, I'm really curious how I managed to do that -_^
(The font color of the app is currently hardcoded to to #CCCCC (due to my failure to access the skin), so it could be hard to read on bright bg colors. Maybe change it in Firebug.)
© 2010 Created by Ning Developer Admin