Added new events - (Watch) Connect/Disconnect. Available since version 1.2.5.1.
http://www.smartmadsoft.com/smartwatchm/menuitem21.cs-------------------------------------------------------
Here's sample plugin (v2) that's compatible with smartWatchM since version 1.2.5.0:
http://www.smartmadsoft.com/smartwatchm/menuitem2.csTo successfully build your plugin, don't forget to add reference to smartWatchM.exe (simply copy it out from \Program Files\smartmadsoft\smartWatchM\ on your device).
Currently only one plugin supported. Name must be menuitem.dll.
-------------------------------------------------------
Here's first draft version of custom menu item support in smartWatchM.
It will act just like regular menu item, it can receive 4 button presses (plus you can create your own notifications with the use of smartWatchM API).
How to:
Grab the simple sample here:
http://www.smartmadsoft.com/smartwatchm/menuitem.csLeave the same name of namespace/class, build it, name it menuitemdll.dll and put it in the smartWatchM folder on your device.
(In smartWatchM, go to Settings -> Tools -> Customize Menu and move MenuItemDll to some more accessible position.)
Currently only one dll is supported. (May be extended in the future)
Use the latest version (v1.2.2.5 or newer).