User Tools

Site Tools


tiled_set_tiled_image_.htm
Navigation:  Language Reference > 9 -  Window and Report Attributes > Window and Report Attributes >====== TILED (set tiled image) ====== Previous pageReturn to chapter overviewNext page

NewC7.jpg

TILED

blk2blue.jpg

The TILED attribute (PROP:TILED) indicates that the image displayed in the IMAGE control, or the window or toolbar's background image )specified in the WALLPAPER attribute) displays at its default size and is tiled to fill the entire window, toolbar, or area specified by the IMAGE's AT attribute.

Example:

WinOne WINDOW,AT(,,380,200),MDI

       IMAGE('MyWall.GIF'),AT(0,0,380,200),TILED

      END

MDIChild WINDOW('Child One'),MDI,SYSTEM,MAX

         MENUBAR

          MENU('Edit'),USE(?EditMenu)

           ITEM('Undo'),USE(?UndoText),KEY(CtrlZ),STD(STD:Undo)

           ITEM('Cu&t'),USE(?CutText),KEY(CtrlX),STD(STD:Cut)

           ITEM('Copy'),USE(?CopyText),KEY(CtrlC),STD(STD:Copy)

           ITEM('Paste'),USE(?PasteText),KEY(CtrlV),STD(STD:Paste)

          END

         END

         TOOLBAR,USE(?Toolbar),WALLPAPER('MyWall.GIF'),TILED

          BUTTON('Cut'),USE(?CutButton),ICON(ICON:Cut),STD(STD:Cut),FLAT

          BUTTON('Copy'),USE(?CopyButton),ICON(ICON:Copy),STD(STD:Copy),FLAT

          BUTTON('Paste'),USE(?PasteButton),ICON(ICON:Paste),STD(STD:Paste),FLAT

         END

        END

WinOne WINDOW,AT(,,380,200),MDI,WALLPAPER('MyWall.GIF'),TILED

      END

See Also:

CENTERED

WALLPAPER

tiled_set_tiled_image_.htm.txt · Last modified: 2021/04/15 15:57 by 127.0.0.1