DrDialog Control: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
|||
Line 1: | Line 1: | ||
This is a DLL for use with DrDialog which provides for example a progress bar and flyover help which is missing in the base package. You may freely set colours, font and label. The delay of the fly over help and the time to show it are settable. | |||
This is a DLL for use with DrDialog which provides for example a progress bar and flyover help which is missing in the base package. You may freely set | |||
==Features== | |||
* A percent bar (DRD_PERCENTBAR) | * A percent bar (DRD_PERCENTBAR) | ||
* A fly overhelp control (DRD_BUBBLEHELP) | * A fly overhelp control (DRD_BUBBLEHELP) | ||
Line 9: | Line 8: | ||
* New with V0.1.5: a histogram control showing the histogram of an image | * New with V0.1.5: a histogram control showing the histogram of an image | ||
* Some functions are included to set the parent-child relationship between dialogs. | * Some functions are included to set the parent-child relationship between dialogs. | ||
[[image:DrDialog-Controls-001.png|300px]] | [[image:DrDialog-Controls-001.png|300px]] | ||
* Last known versions. [http://hobbes.nmsu.edu/download/pub/os2/dev/rexx/DrDialogCtrl1.5_1.7.zip DrDialogCtrl1.5_1.7.zip] | |||
* Last known versions. [http://hobbes.nmsu.edu/ | : Version 0.1.5 [DRDIALOG-CONTROLS-0_1_5.ZIP] was released as a full package, complete with sources | ||
: Version 0.1.5 [ | : Versions 0.1.6 and 0.1.7 were only released as bug fixed DrCtl01x.dll and no sources for that were ever released, but there were no feature changes so you can just swap the DLL files. | ||
==License== | ==License== | ||
Line 23: | Line 21: | ||
==Author== | ==Author== | ||
* [[Chris Wohlgemuth]] | * [[Chris Wohlgemuth]] | ||
[[Category:Open Source Software]] | [[Category:Open Source Software]] |
Revision as of 23:23, 12 July 2019
This is a DLL for use with DrDialog which provides for example a progress bar and flyover help which is missing in the base package. You may freely set colours, font and label. The delay of the fly over help and the time to show it are settable.
Features
- A percent bar (DRD_PERCENTBAR)
- A fly overhelp control (DRD_BUBBLEHELP)
- New with V01.1.2: An image control (DRD_IMAGE) which displays any image file supported by OS/2.
- New with V0.1.2: a directory picker
- New with V0.1.5: a histogram control showing the histogram of an image
- Some functions are included to set the parent-child relationship between dialogs.
- Last known versions. DrDialogCtrl1.5_1.7.zip
- Version 0.1.5 [DRDIALOG-CONTROLS-0_1_5.ZIP] was released as a full package, complete with sources
- Versions 0.1.6 and 0.1.7 were only released as bug fixed DrCtl01x.dll and no sources for that were ever released, but there were no feature changes so you can just swap the DLL files.
License
- Full source is included.
- BSD 3 Clauses alike