OWBasic for Pocketviewer

Home INTRO Group SYSTEM Alphabetical Index

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.


modeMode
0x01CONTACTS
0x02MEMO
0x03SCHEDULE
0x04CLOCK
0x06SPREADSHEET
0x07COMMUNICATION
0x08Add-Ins (obsolete)
0x09QUICK-MEMO
0x0AGAME
0x0CEXPENSE
0x0DCONVERSION
0x0EMENU
0x0FMAIL
0x20Add-Ins


modesubmode
0x03
(SCHEDULE)
0x00MAIN
0x01ALL
0x03TODO
0x04REMINDER
0x05MONTH
0x06DAY
0x07WEEK
0x07
(COMMUNICATION)
0x00DATA COMMUNICATION
0x03PC LINK COMMUNICATION
0x0F
(MAIL)
0x00MAIN
0x01New Mail
0x02Send Mail
0x03Receive Mail
0x04Send & Receive Mail
0x05Mail Inbox
0x06Mail Outbox
0x07SMS


  • EXEC - Start of Another Basic Program
Home INTRO Group SYSTEM Alphabetical Index