Index of download.marxmeier.com/eloq/jdlg/2.0/examples/

Parent Directory
README 2020-04-20 14:21 1.3 KiB
drag-drop.tar.gz 2017-01-04 13:13 3.2 KiB
drag-drop.zip 2017-01-04 13:13 3.2 KiB
splitter.tar.gz 2011-02-04 13:05 1.1 KiB
splitter.zip 2011-02-04 13:05 1.2 KiB
table.tar.gz 2011-02-04 13:05 2 KiB
table.zip 2011-02-04 13:05 2.1 KiB
tree.tar.gz 2011-02-04 13:05 1.1 KiB
tree.zip 2011-02-04 13:05 1.3 KiB
tree2.tar.gz 2011-02-04 13:05 2 KiB
tree2.zip 2011-02-04 13:05 2.2 KiB
tree3.tar.gz 2011-02-04 13:05 2.9 KiB
tree3.zip 2011-02-04 13:05 3.1 KiB
jdlg/2.0/examples/README
------------------------

This directory contains a collection of JDLG example programs.

SPLITTER

- This program demonstrates the use of the Splitter object class.

TABLE

- This program uses a scrollable GroupBox object to form a table
  consisting of a variable number of rows. Each row itself is a
  GroupBox, containing child objects of various object classes.

TREE

- This program demonstrates the use of the Tree object class.

TREE2

- This program implements a directory browser using a Tree object,
  which demonstrates how Tree nodes are dynamically filled when
  expanded.

- Note: This program uses operating system specific COMMAND statements
  and was only tested on the Linux platform.

TREE3

- This program enhances the TREE2 example above. A file browser using
  a ListBox object is added to the Tree directory browser. Tree and
  ListBox are embedded into a Splitter object.

- Note: This program uses operating system specific COMMAND statements
  and was only tested on the Linux platform.

DRAG-DROP

- This program demonstrates the use of the drag & drop functionality
  introduced with JDLG 1.7.5. Dialog-local drag & drop between all
  supported object classes as well as global drop on the Dialog are
  demonstrated.