English Deutsch Français Italiano Particle Software Buy Now


Particle Software
 
PocketPC Example
   ..::   About  •  Purchasing  •  Search  •  Contact  • Home   ::..
 
Screenshots
• Sample
Downloads
Resources
• FAQ
• Macros

 
   Pocket IntraLaunch 1.0 for the Pocket PC is a stripped down release of the full version of IntraLaunch. Below shows a couple examples of how to use Pocket IntraLaunch within your Pocket Internet Explorer web pages. Pocket IntraLaunch can be downloaded here.

  Pocket IntraLaunch and PocketPC discrepancies:
  • PocketPC 2003(Windows Mobile 2003 or SE) required. An ARM/X-Scale processor based PDA is required.

  • Pocket Internet Explorer does not support the CODEBASE in <object>'s, so automatically deploying PocketIntraLaunch.cab is not possible. Each device must simply run the CAB file manually to get the software installed.

  • Pocket IntraLaunch additional features include only being able to execute applications with sound events and a custom error dialog box. All other features found in the desktop version of IntraLaunch such as variables, functions, macros, etc. are not supported.

  • The DefDir (Default Directory) parameter is mostly ignored. There also is no such thing as a current working directory on Windows CE.

  • See the sample.html file included with installable CAB demonstration for full working examples.

  • If using Javascript HREF's in an image map declaration for PIE (<href="Javascript:Pocket..."), the backslashes in any paths do not have to be escaped.

 
 
<HTML>
<BODY>

<a href="Javascript:PocketIntraLaunch_PDF.Execute();">Open a PDF</a>

</BODY>

<OBJECT ID="PocketIntraLaunch_PDF"
   WIDTH=1 HEIGHT=1 STYLE="display : none"
   CLASSID="CLSID:AE2B61E4-ABB0-4fbb-BBD8-EDDFE9707F10">
   <PARAM NAME="Run" VALUE="\My Documents\PDFs\file.PDF">
   <PARAM NAME="RunParms" VALUE="">
   <PARAM NAME="DefDir" VALUE="">
   <PARAM NAME="Display" VALUE="SHOW">
   <PARAM NAME="ProcessErr" VALUE="MessageBox">
   <PARAM NAME="ErrAction" VALUE="Error|Could not find program.">
</OBJECT>

</HTML>
 
 
       


   This example is slightly more advanced. You can pass the program to execute as well as some switches directly from Javascript. Also notice the Sound event.

 
 
<HTML>
<BODY>

<a href="Javascript:PocketIntraLaunch.ExecuteIt('\\Windows\\pxl.exe');">Run Excel</a>

<a href="Javascript:PocketIntraLaunch.ExecuteIt('\\Windows\\pword.exe|\\My Documents\\file.doc');">Open file.doc</a>

</BODY>

<OBJECT ID="PocketIntraLaunch" WIDTH=1 HEIGHT=1 STYLE="display : none"    CLASSID="CLSID:AE2B61E4-ABB0-4fbb-BBD8-EDDFE9707F10">
   <PARAM NAME="Run" VALUE="NULL">
   <PARAM NAME="RunParms" VALUE="">
   <PARAM NAME="DefDir" VALUE="\Windows">
   <PARAM NAME="Display" VALUE="SHOW">
   <PARAM NAME="ProcessErr" VALUE="MessageBox">
   <PARAM NAME="ErrAction" VALUE="Error|Could not find program.">
   <PARAM NAME="Sound" VALUE="\Windows\Alarm4.wav">
</OBJECT>

</HTML>
 
 
       



Copyright © 1997-2008 Particle Software - All Rights Reserved
Web services provided by Extreme Hosting