home *** CD-ROM | disk | FTP | other *** search
- '***********************************************************************
- ' TabSamp2.rlz
- '
- ' Realizer Library Guide Sample
- '
- ' Copyright ⌐ 1991-1992 Computer Associates International, Inc.
- ' All rights reserved.
- '
- '***********************************************************************
-
- RUN "Tablet"
-
- FormNew(1)
- FormSetObject(10, _Tablet, "", _Center, _Center, 50 pct, 50 pct)
- FormControl(_Show)
-
- width = FormQObject(10)[_FQO_Width]
- height = FormQObject(10)[_FQO_Height]
-
- TabletSelect(10)
- TabletRectangle(0, 0, width-1, height-1)
- TabletControl(_Show)