DrDialog Control: Difference between revisions

From OS2World.Com Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
[[image:DrDialog-Controls-001.png|thumb]]
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 colours, font and label. The delay of the fly over help and the time to show it are settable.


Line 8: Line 9:
* 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|thumb]]


; Last known versions.
; Last known versions.

Revision as of 20:11, 14 November 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.
  • Version 0.1.7-3 - Netlabs RPM Repository
  • Version 1.7 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

Author