Access to Other Applications
Applications are called "modes" on Pocketviewer. With the procedures you can get the names of the modes ( MODENAME), find a mode by name ( MODEFIND), start the mode ( MODEJUMP), get its version ( MODEVER$), information about the mode ( MODEINFO) or get the according icons ( MODEICON).
Mode numbers besides 8 are assigned to builtin applications. All addins have mode number 32 (obsolete: 8) and a submode number between 0 and 255 (obsolete: 15).
OWBasic 5.2 and later supports Add-Ins packed by AddInPacker.
mode | Mode |
0x01 | CONTACTS |
0x02 | MEMO |
0x03 | SCHEDULE |
0x04 | CLOCK |
0x06 | SPREADSHEET |
0x07 | COMMUNICATION |
0x08 | Add-Ins (obsolete) |
0x09 | QUICK-MEMO |
0x0A | GAME |
0x0C | EXPENSE |
0x0D | CONVERSION |
0x0E | MENU |
0x0F | MAIL |
0x20 | Add-Ins |
mode | submode | |
0x03
(SCHEDULE) | 0x00 | MAIN |
| 0x01 | ALL |
| 0x03 | TODO |
| 0x04 | REMINDER |
| 0x05 | MONTH |
| 0x06 | DAY |
| 0x07 | WEEK |
0x07
(COMMUNICATION) | 0x00 | DATA COMMUNICATION |
| 0x03 | PC LINK COMMUNICATION |
0x0F
(MAIL) | 0x00 | MAIN |
| 0x01 | New Mail |
| 0x02 | Send Mail |
| 0x03 | Receive Mail |
| 0x04 | Send & Receive Mail |
| 0x05 | Mail Inbox |
| 0x06 | Mail Outbox |
| 0x07 | SMS |
- EXEC - Start of Another Basic Program
|