Form

Previous Next

 

The canvas that displays the content of a dialog. The visual realisation of the dialog as a whole.

 

Example

<example xmlns:pc="Processing.Command" xmlns:valuedialog="Dialog.Result" xmlns:assign="Processing.Command.Assign" pc:hideme="true">
  <pc:Dialog>
    <Form w="700" h="200">
       <Title>Form example</Title>
       <Label dx="10" dy="20">This is a dialog.</Label>      
       <Button dx="10" dy="20" newline="true"><Result>OK</Result>OK</Button>
    </Form>
  </pc:Dialog>
</example>

 

See also

pc:Dialog