Reply to thread

Okay, I've written a My Example plugin.  Its just about as basic as you can get, when you click the 'Click me...' button you'll be presented with the virtual keyboard, whatever you type here will be shown in the label upon closing the keyboard.


The following needs to be added to language\<locale>\strings.xml



<string><id>20001</id><value>My Example</value></string>

<string><id>20002</id><value>Hi there!</value></string>

<string><id>20003</id><value>Click me...</value></string>


The skin used is Samsonite's excellent BlueTwo so if you use another skin you will need to copy skin\BlueTwo\myexample.xml to the skin\<skin>\myexample.xml.


The zip file here contains the source and shoud be unzipped to your MP source folder (in my case its D:\Source Code\clients\internal\MediaPortal\).


Uploading now...


Also, you'll need to copy the skin xml into the debug folder if you plan to use a debug build.


Top Bottom