By default, the entire tablet grid area corresponds to your on-screen drawing window when you are in digitizing mode (tablet ON). You can limit the portion of the tablet that corresponds to the screen with the setScreenSize command.
Type this command exactly as shown:
(tablet_setScreenSize left bottom right top)
where left is the column number of the left margin of the screen; bottom is the row number of the bottom margin of the screen; right is the column number of the right margin of the screen; and top is the row number of the top margin of the screen.
For example, to limit the screen size to the area shown, type
(tablet_setScreenSize 4 26 26 21)
Shaded area indicates screen size on tablet.
Tell me about...