Ok, failry new to gadets and am just getting started but have come up against a hurdle.
I want to create a google toolbar button and for the moment i'm using a very simple example which simply does a redirect and diaplys a web page as given in one of the examples at; http://toolbar.google.com/buttons/apis/howto_guide.html#gadgetprefs My gadget code is published here: http://www.danphipps.co.uk/gadgets/amb.xml And my custom button code is stored locally. (as below) <?xml version="1.0" encoding="UTF-8"?> <custombuttons xmlns="http://toolbar.google.com/custombuttons/"> <button> <title>NewVoiceMedia Ltd</title> <description>NewVoiceMedia AgentMicrobrowser</description> <site>http://www.newvoicemedia.com</site> <gadget width="300" height="180" whole-dropdown="true">http:// www.danphipps.co.uk/gadgets/amb.xml</gadget> </button> </custombuttons> PROBLEM: I can add the gadget to my IGoogle page without any problems but when i have the toolbar button and display the gadget in the button drop- down i get the following message: Error parsing module spec: Not a properly formatted file missing xml header I'm sure i maybe missing something fairly obvious here but am unsure why it works in one but not the other as i have pretty much used the examples given in the Google Toolbar Buttons APIs. Any help appreciated. D --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "iGoogle Developer Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Gadgets-API?hl=en -~----------~----~----~----~------~----~------~--~---
