We have an Indicator Icons Extension to the main spec:
http://openmobile.sourceforge.net/wi...cons_Extension
basically:
OpenMobile.IconManager.UIIcon icon=new OpenMobile.IconManager.UIIcon(SomeImage,ePriority. Normal,false, "YourPluginsName")
theHost.sendMessage<UIIcon>("UI","YourPluginsName" ,"AddIcon", ref icon)
To remove the icon:
theHost.sendMessage<UIIcon>("UI","YourPluginsName" ,"RemoveIcon", ref icon)



LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks