4D v13.4Setting object display properties |
||||||||||||
|
4D v13.4
Setting object display properties
Setting object display properties
Each object in a form has properties to set its appearance as well as how it is displayed and resized in the Application environment. These properties are available using the Property List (see the Form editor). Specific properties related to dynamic objects are covered in the following chapters: Working with active objects, List boxes and Subforms and widgets. To set the size of an object in the Form editor, you can:
You can resize an object using its handles in the standard way. If you press Shift and then drag the handle, the movement is constrained. Lines can then be only vertical, 45°, or horizontal, rectangles can only be square, and ovals can only be circular. If the magnetic grid is on, manual resizing will be carried out in 5-pixel increments. For more information about the magnetic grid, refer to Using the magnetic grid. To move or resize an object by entering coordinates manually, select it then expand the “Coordinates & Sizing” theme in the Property List. The coordinates are displayed in pixels, centimeters, or inches (depending on the ruler). The upper-left coordinates of the form area are 0,0. Enter new values in the coordinate entry areas. 4D moves the boundaries of the object to the positions you entered. Depending on the values you use, the object may be resized or moved (or both). Note: In a multi-platform context, applying style sheets can cause the object height to vary since this height is adjusted automatically so that it is a multiple of the height for the font set in the current platform. For more information about style sheets, refer to the Style sheets chapter. You can resize static text areas and pictures automatically for optimal display based on their current graphic characteristics (font size, style, etc.):
This command produces the following effects:
In Application mode, when a user resizes the window displaying a form, the objects it contains are either resized or moved. Automatic resizing works when a user resizes a window that displays a form. Automatic resizing causes an object to grow as the form is enlarged (or become smaller as the window is reduced). For example, if you use a rectangle that encloses the fields on an entry form, automatic resizing causes the rectangle to grow to the edges of the window as the user enlarges the window. You can also enable automatic repositioning. Automatic repositioning moves an object either horizontally or vertically as the form is resized. When automatic repositioning is on, 4D tries to keep the object in view as the user reduces the size of the window. For example, if the user resizes a row of buttons so that some of the buttons become obscured, automatic repositioning tries to move the buttons either horizontally or vertically, so that they remain in view. You enable automatic resizing or repositioning in the Property List. There are two lines, Horizontal Sizing and Vertical Sizing, for which you can assign three properties (None, Grow, and Move).
The repositioning options enable the object to move in the specified direction to try to remain visible. When the None option is used, the object remains stationary when the form is resized. In 4D, the right side and bottom of windows have become “pusher” splitters by default. This means that objects found to the right or below the limits of a window on screen are automatically pushed to the right or toward the bottom if the window is enlarged: Note: This does not work with windows that have scroll bars. You can associate the Invisible by Default property with most form objects. This property, available in the "Display" theme of the Property List, simplifies dynamic interface development. In this context, it is often necessary to hide objects programatically during the On load event of the form then to display certain objects afterwards. The Invisible by Default property allows inverting this logic by making certain objects invisible by default. The developer can then program their display using the OBJECT SET VISIBLE command depending on the context. For more information about this command, refer to the 4D Language Reference manual. Note: Do not confuse this property with the Invisible property in pop-up menus, which allows not drawing the object while still leaving it active. You can set the platform interface on an object-by-object basis, in the "Appearance" theme of the Property List. To do this, you have the following choices:
Note: If the database was converted from an earlier version of 4D, additional platform interface properties are available. For more information about platform interface properties, refer to Form properties. You can use the Background and Border properties to modify the border lines and graphic appearance of objects. The Transparent attribute is available in the "Background and Border" theme for objects that can be opaque or transparent: fields, variables, list boxes, buttons, pictures or static text, etc. You can change the object's background to Transparent so that it takes the form’s background color or pattern. The following examples shows a static picture without and with the Transparent attribute:
You can set the border line style for most objects using the "Background and Border" theme of the Property List or the Border Line Style submenu of the context menu. To do this, you have the following choices available:
Note: The other properties of the theme are updated according to the type of line set. For example, when you select "Dotted", the Dotted Line Type property becomes available in the Property List. The following example compares these styles under Windows: For more information about the effects of these options on various form objects, refer to Buttons and Check Boxes. 4D lets you add colors to objects for display on screen or (if your printer supports color) for color printing. You can specify different colors for the object background and border, either using the Color command in the context menu, or directly in the Property List. Note: In the Property List, the background color is called Fill Color and the border color is called Line Color. In the context menu, the foreground color corresponds to the border (line) color. For the background color, the Property List includes two standard options:
The Property List allows you to use the system color chooser to set a custom color by selecting Other... This property is available when you select "Dotted" as the Border Line Style. You use it to choose a dotted line format: 4D lets you specify different widths for lines and objects that have lines such as ovals, grids, and rectangles. You can specify line widths using the Line Width property in the Property List: Choose one of the line widths. The first choice is the hairline, i.e., the thinnest line that can be printed by the printer, followed by 1, 2, 3 or 4 point lines. If you choose Other..., 4D displays a dialog box in which you can specify any line width up to 20 points. You can set text attributes for text objects in the object properties of the "Text" theme in the Property List. You can set the following attributes:
|
PROPERTIES
Product: 4D |
||||||||||