|
Home
Forums
Programs
Screenshots
Downloads
Documentation
Roadmap
Help
Links

 |
|
Widget File Format
Format
The File is a standard zip
file with the extension .sel. The file contains two files. One is a png
file containing the icon used to represent the template. The other is an
xml file named widget.xml.
Sample XML File
<<AUTOMENU
type="NONVISUAL_WIDGET"
palette="Menus"
icon="AutoMenu.png"
mediaplayer="WMP"
version="9"
global=""
tooltip="Automenu
widget"
>
<ATTRIBUTE
name="left"
valuetype="Long"
defaultvalue="0"
design="rw"
run="rw"
playerversion="9"
corresponds="LEFT"
/>
...
<METHOD
name="show"
methodtype="Function"
parameterlist=""
defaultvalue=""
playerversion="9"
/>
</AUTOMENU>
Break down of format
|