tow.com
   Home / Software / Morsecode


Download

Documentation

Troubleshooting

Feedback

Developer


The MorseCode main screen.

MorseCode

MorseCode is a cool web clipping application that lets you play back any text in morse code. Listen to the signals of the mighty Titanic as her SOS' fade into the Atlantic or hear your name read in the familiar dit dot dot dot dit!

System Requirements

The following hardware and software requirements are necessary to run MorseCode:

About iKnapsack

iKnapsack adds powerful interactive features and enriched content to web clippings applications. For more information visit the iKnapsack Web Site.

Download

Documentation

To read text in morse code, follow these steps:

  1. Open the MorseCode PQA.
  2. Enter the text you wish to read in morse code in the input field.
  3. Tap Play.

Configuring MorseCode


You can configure many options of the MorseCode Player.

  1. Open the MorseCode PQA.
  2. Tap Configure. The Morse Code Preferences Screen will appear.
  3. To adjust the speed of playback, tap Speed and select from Slowest, Slow, Average, Fast, and Fastest.
  4. To display notes while MorseCode players, check Display notes on screen.
  5. To display a dialog with the entire text that was spoken check Show text after playing.

Morse Code Depot


This is an online site whose content changes periodically. Look for new humorous or historical transmissions on the Morse Code Depot!


Adding MorseCode To Your Web Site

If you are a web clipping application or web site developer, you can add MorseCode playback and configuration controls to your products! Simply add the following code to your pages to harness the dit dot dot dot dit power of MorseCode!

Forms and MorseCode

To create a form where you can enter text to be read in morse code, use the following HTML code:

	<FORM METHOD="get" ACTION="palmcall:iSAK.appl?iPLG=iMSC">
		<TEXTAREA NAME="text"></TEXTAREA><BR>
		<INPUT TYPE="submit" VALUE="Read In Morse Code">
	</FORM>

Hyperlinks and MorseCode

To create a hyperlink that, when tapped, will cause MorseCode Player to open and begin reading text in morse code, add the following HTML code:

	<A HREF="palmcall:iSAK.appl?iPLG=iMSC&text=XXXX">YYYY</A>
	
	XXXX = The text you wish to be read by the MorseCode Player.
	YYYY = The text associated with the hyperlink.

Adding the MorseCode Configure Button

This code snippet will add a configure button or hyperlink to your web page. Tapping this link will cause the MorseCode Preferences dialog to display on the user's handheld.

	<A HREF="palmcall:iSAK.appl?iPLG=iMSC&iPLGMODE=1" BUTTON>Configure MorseCode</A>

Troubleshooting

I receive a "Database not found (iNet 1441)" error everytime I try to add data.
Before you can use MorseCode, you first need to install the iKnapsak application.

iKnapsack gives me an error that the plug-in with the Creator ID of "iMSC" could not be found.
You need to install the MorseCode Player Plug-in. This file handles the actual playback of text in Morse Code.