2004-08-23, 01:18 PM
For the weather plugin for example, I assume this method should return the string "weather". Â Is this correct? Â How can I find this information out? Â For the Blue skin, main menu skin.xml file, the only 'panel' reference is:
<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE"><SpecialElement name="Panel" panelName="comics" visible="false" loc="500,100" size="180,80"/> [/QUOTE]
even though I do have the weather plugin enabled.
Also, is there a reason to make the returned image 180X80 as suggested in the code? I was thinking of putting the current weather icon and current temp in the panel, but 180X80 seems a little small for that. Is there a maximum size it can be?
<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE"><SpecialElement name="Panel" panelName="comics" visible="false" loc="500,100" size="180,80"/> [/QUOTE]
even though I do have the weather plugin enabled.
Also, is there a reason to make the returned image 180X80 as suggested in the code? I was thinking of putting the current weather icon and current temp in the panel, but 180X80 seems a little small for that. Is there a maximum size it can be?
-CodeMonkey