bm496 Buttons

Dialogs


 

bm549         create button

bm550         create default button

bm551         create icon button

bm552         create switch button

bm553         create check box

bm554         create 3-state checkbox

bm555         create switch - group beginning

bm556         create switch

bm557         create frame

bm558         switch on/off

bm559         switch in undefined state

bm560         create horizontal trackbar

bm561         create vertical trackbar

bm562         create horizontal scrollbar

bm563         create vertical scrollbar

 

The create... program elements create a dialog element the visibility of which is switched off, return the element identification number and set it as a selected element for the subsequent operations.

 

The icon button can be used as a 3-state button, the states have to be switched over by means of a program.

 

In the group of dependent switches the switch - group beginning must be created as the first job; the other switches of the group are to be created as a normal switch .

 

The create horizontal trackbar and create vertical trackbar elements create trackbar (potentiometer) control elements. The value of the trackbar can both be read and entered by the actual position element in the range from 0 to 1.

 

The create horizontal scrollbar and create vertical scrollbar elements create scrollbar control elements. The position of the scrollbar can both be read and entered by the actual position element in the range from 0 to 1. The length of the scrollbar (length of the page) can both be read and entered by the actual position 2 element in the range from 0 to 1.