Hi, I'm stuck at the launch pad as it were... Have read O'Reilly's Mozzilla & the online "Creating XPCOM Components" - I have experience in eg HTML, XML..., but have to say I found it all difficult to follow.
In the long run I have to create a toolbar that sits in Mozilla web browser and does some clever things to the window content, while the user browses the web. At the moment getting a dummy toolbar there is proving difficult! the layout of my xul file is this <?xml version="1.0" encoding="iso-8859-1"?> <overlay id = "my overlay" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> <toolbar id="my bar"> <toolbarbutton id = "mybutton" label = "my button" /> </toolbar> </overlay> Am I approaching htis in the right way? How do I get the toolbar to sit at the top of the screen and not occupy the main window? Any help, or pointers, TVMIA!!!!!! Tony _______________________________________________ Mozilla-xpcom mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-xpcom
