The companion itrezzoAgent application that runs on a BlackBerry Handheld allows many
agents or
widgets. Some examples are as follows:
- PIN Blast
- Audio Alerts
- Stock Quotes
- BlackBerry System Info
In the event that you wish to customize the Home screen of the itrezzoAgent on the BlackBerry, Three steps are are required:
- Enable Mandatory Push Lists in the itrezzoAgent Administrator
- Create a custom Menu using the XML sample payload
- Setup a Mandatory Push List
- Push the payload on demand to the desired Target handhelds
Enable Mandatory Push Lists
By default, Mandatory Push Lists will not appear in the
itrezzoAgent Administrator. You must enable it with a registry setting:
HKEY_LOCAL_MACHINE\SOFTWARE\itrezzo\itrezzoAgent
"MPL"=dword:00000001

EPS Screenshot
There is a preconfigured REG file that you can import.
Download the REG file to the desktop.
Double click the REG file to import it.
On the
itrezzoAgent Administrator, perform the following steps to verify that MPL's are enabled:
http://support1.itrezzo.com/updates/server/TestFiles/MPL/
Create a Custom itrezzoAgent Menu
A sample menu:
<?xml version="1.0" encoding="utf-8" ?>
<string xmlns="http://itrezzoAgent.com/IPL">
<HomeMenuScreen title="Itrezzo Home Screen - Welcome!" Style="PlainText" SearchFilter="TRUE">
<MenuItem Label="PIN Blast" IPALaunchAlias="pinblast" ImageFile="PinBlast.png" AutoLaunch="false" />
<MenuItem Label="EMail Alerts" IPALaunchAlias="Alerts" AutoLaunch="true" />
<Menu Description="Miscellaneous Menu" ImageFile="CustmrIcon.png" KeyChar="c" >
<MenuItem Label="Stock Quote" IPALaunchAlias="stckquot" />
<MenuItem Label="Domain Name Lookup" IPALaunchAlias="whoisdom" AutoLaunch="false"/>
<MenuItem Label="BB SyStat" IPALaunchAlias="sysstatus"/>
</Menu>
</HomeMenuScreen>
</string>

EPS Screenshot
- Download the Sample Menu to the Desktop.
- Open the document with Notepad
- Copy all text to the clipboard - Ctrl A, Ctrl C
- Create a new Push list
- Paste in Text
- Define Targets
- Save
Push to Handhelds
Test Application on Handheld
- Select the itrezzoAgent Icon
- Verify that the Menu pushed is correct
- Modify menu as necessary.