Application object
Specifies the position in the Today screen of a custom PocketBuilder Today item.
Typically the top item in the Today screen is the date, followed by owner information, calendar appointments, the mail inbox, and tasks. The date does not have an order number in the device registry, so if it is displayed, it is always at the top of the Today screen. Otherwise, the first item in the Today screen has the order number 0 and the Today screen can accommodate a maximum of 12 items.
When you deploy a custom item with a TodayOrder value of 0, the previous item in the Today screen with a value of 0 is moved to the bottom of the Today screen.
To select a position for a custom Today item:
Type a number from 0 to 11 in the Order text box on the Today Item page of the Application object’s Properties view.
The TodayOrder property takes an integer. The following example sets the custom Today item associated with the SyncDisplay application as the sixth item in the Today screen:
SyncDisplay.TodayOrder = 5
Copyright © 2004. Sybase Inc. All rights reserved. |
![]() |