Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Scroll tablelayout
sortDirectionASC
repeatTableHeadersdefaultstyle
widths20%, 10%, 13%, 57%
style
sortByColumn1
sortEnabledfalse
cellHighlightingtrue

...

void

Scroll pagebreak

Examples

Code Block
languagetext
// Create a Check Box User Control.

...


int $windowId;

...


int $controlId;

...


float $value = 10.0;

...


 

...

// First create a User Window to place the Control on 

...


$windowId = `createWindow "MyWindow"`;

...


 

...

// Create the Control on the Window, passing

...


// in the Window Id of the User Window we 

...


// just created. Make floating point, specifying the initial

...


// value and a spinner

...


$controlId = `createNumBox $windowId -num $value -spin -flt`;

...


setNumBoxRange $controlId 10.0 20.0;

Additional information

Related commands

...