If you wish to use the MyMobiler functionality to control your PDA you will need to create a plugin xml file and place it in a plugin directory.
The plugin file I have called mediateextapp.xml and contains the following the :-
<?xml version="1.0" encoding="iso-8859-1" ?>
<PluginDescriptor name="myextapp" description="mediate ext app plugin">
<!-- Plugin type is "native" or "external" -->
<Plugin type="external">
<!-- Native plugins live in the mediate bin directory - don't specify a path -->
<Path>c:\LaunchMM.exe</Path>
<Parameters></Parameters>
<!-- External plugins should specify a window class if known -->
<WindowClass>My Mobiler</WindowClass>
<!-- External plugins must specify a window name -->
<WindowName>My Mobiler</WindowName>
</Plugin>
<Version>1.0</Version>
<Author>The6</Author>
<Documentation>This plugin embeds MyMobiler and provides remote control of a PDA.</Documentation>
</PluginDescriptor>
You'll notice that the app actually launches a program called LaunchMM.exe and not the MyMobiler.exe. Let me explain this. The MyMobiler.exe is probably running anyway in the try icon, what is needed is to actually maximise this. So I used Autohotkey to create an script to maximise it and then from this I created a .exe file which I called LaunchMM.exe. Make sense ?



LinkBack URL
About LinkBacks
Reply With Quote


Bookmarks