ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / Developing an application or website / Controls, windows and pages / Controls: Available types / Tab control
  • Overview
  • Image associated with the text of the tab
  • Image of the tab pane
  • Associating an image with the tab pane
  • Associating an image with the tab pane
  • Background color/Background image of tabs
  • Image formats
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Overview
To optimize the appearance of your screens, WINDEV, WEBDEV and WINDEV Mobile allows you to use images or colors in your Tab controls. For example:
  • Image associated with the text of the tab. This image is displayed next to the text of the tab. Example:
  • Image of the tab: This image allows you to redefine the shape and color of the tab. Example:
  • Color of tab border. Example:
Remarks:
  • WINDEVWINDEV Mobile To use a "Transparent" tab, simply select "Transparent" for the background of the outside border ("Style" tab of the control description, "Outside border").
  • You can also modify the appearance of the tabs by modifying display mode of tabs.
Image associated with the text of the tab
The image associated with the text of the tab appears next to the text.
WINDEVWINDEV Mobile To associate an image with the text of a tab:
  1. Open the tab description.
  2. In the "General" tab, select the desired pane in the list of panes on the left.
  3. The description of the selected pane appears in the area on the right.
  4. Select the image that will be displayed beside the caption via the Drop-down button button:
    • The "Browse" option allows you to select a file from your computer. You have the ability to specify the number of states for the image.
    • The "Catalog" option allows you to select an image from the image catalog.
  5. Validate.
WEBDEV - Server code To associate an image with the text of the tab pane:
  1. Open the tab description.
  2. In the "General" tab, select "Details (pane)".
  3. Select the image that will be displayed beside the caption via the Drop-down button button near the "Pane icon " control:
    • The "Browse" option allows you to select a file from your computer.
    • The "Catalog" option allows you to select an image from the image catalog.
  4. Validate.
Image of the tab pane
The image associated with the tab pane replaces the existing tab pane. This gives you the ability to redefine the shape and color of the tab pane.
The image associated with the tab pane must contain two drawings:
  • the drawing corresponding to the normal status of the pane
  • the drawing corresponding to the pressed status of the pane
The drawings must be organized in the following order:
  • WINDEVWINDEV Mobile Drawing of pressed status then drawing of normal status.
  • WEBDEV - Server code Drawing of normal status then drawing of pressed status.
Caution: If the pane is displayed vertically, the image of the pane must be vertical.
Special case: image of 3-image panes
In this case, the image of the panes will be automatically divided into 3 images by WINDEV/WEBDEV.
The dividing rule is as follows:
  • the image is divided into three sections
  • part 1 corresponds to the left area.
  • part 3 corresponds to the right area.
  • section 2 corresponds to the middle area. The size of this section is equal to 16 pixels. If the tab is proportional to the text, this part will be repeated as many times as necessary to fit the text.
Remarks:
  • If the part 2 of your image is less than 16 pixels, you should not use a tab pane proportional to the caption and you should include (if necessary) the additional images and the caption in the image.
  • If the tabs have different states, the image associated with the tab must contain all the images that correspond to the different states of the tab.
WINDEVWINDEV Mobile

Associating an image with the tab pane

To associate an image with the tab pane:
  1. Open the tab description.
  2. In the "Style" tab, select the "Images of panes" element. Expand the "Images of panes" button and select the paths corresponding to the paths of the images that will be used for the tab panes. Several images may be required according to the position of the tab pane and according to its display mode.
  3. If necessary:
    • Check "Image of panes with three images".
    • WINDEV Specify the number of steps in the animation.
      Linux These options are not available in Linux.
  4. Validate.
WEBDEV - Server codePHP

Associating an image with the tab pane

To associate an image with the tab pane:
  1. Open the tab description.
  2. In the "Style" tab, select the "Image of tab buttons" element.
  3. Specify the path of the image that will be used for the tab panes.
  4. Check "3-image mode" if necessary.
  5. Validate.
Background color/Background image of tabs
WINDEVWINDEV Mobile To modify the background color of tabs (also called external border), simply modify the style of tabs ("Style" tab in the description window). The element whose style must be modified is "External Border".
  • The "Background color" option is used to define the background color of all the tab panes. You have the ability to choose a "Transparent" color.
  • The "Border" option is used to define the background image for all the tab panes.
Remark: The style allows you to customize several parameters of the tabs.
WEBDEV - Server code WEBDEV allows you to modify the background color and the background image used for each tab pane. To do so:
  1. Open the tab description.
  2. In the "General" tab, select "Border, Background (pane)".
  3. Modify the desired element:
    • the "Background color" control is used to define the background color of the selected tab pane.
    • the "Background image" control is used to define the background image used for the selected tab pane.
Remarks:
  • The color for the border of the tabs can be modified in the "Style" tab, "Buttons of tab panes" element. This element is called "Separator" because it is used to separate the different panes.
  • The style allows you to customize several parameters of the tabs.
Image formats
WINDEV The following image formats are supported in Windows:
  • Bitmap (*.BMP)
  • Graphics Interchange Format (*.gif)
  • Joint Picture Experts Group (*.jpg ; *.jpeg)
  • Kodak Photo CD (*.pcd)
  • PaintBrush (*.pcx)
  • Adobe Photoshop Format (*.psd)
  • TrueVision TARGA (*.tga)
  • Tagged Image File Format (*.tif ; *.tiff)
    Remark: the "tiled tiff" option of tiff 6.0 standard is not supported. In this case, we advise you to save the image in tiff 5.0 standard.
  • Portable Network Graphics (*.png)
  • Windows MetaFiles (*.emf ; *.wmf)
  • Icons (*.ico ; *.icw)
    Remarks:
    • HQ display (High Quality) available.
    • Management of sheets in transparent BMP format (32 bits).
  • Cursors (*.cur)
  • Portable Document Format (*.pdf)
  • Scalable Vector Graphics (*.svg)
  • WINDEV images (generated by the image editor, *.WDPIC).
Android The following image formats can be displayed:
  • Bitmap (*.BMP)
  • Graphics Interchange Format (*.gif)
  • Joint Picture Experts Group (*.jpeg)
  • Portable Network Graphics (*.png)
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 04/06/2023

Send a report | Local help