Download Latest Version ooRexx-3.2.0-1.iso (102.7 MB)
Email in envelope

Get an email when there's a new version of ooRexx (Open Object Rexx)

Home / ooDialog / Additional.Samples
Name Modified Size InfoDownloads / Week
Parent folder
ooDialog_Examples_0_0_8_x86_64.exe 2014-03-24 627.4 kB
ooDialog_Examples_0_0_8_x86_32.exe 2014-03-24 627.4 kB
ReadMe.txt 2014-03-20 9.9 kB
ooDialog_Examples_0_0_7_x86_32.exe 2013-02-15 606.2 kB
ooDialog_Examples_0_0_7_x86_64.exe 2013-02-15 606.4 kB
ooDialog_Examples_0_0_6_x86_64.exe 2012-12-17 246.3 kB
ooDialog_Examples_0_0_6_x86_32.exe 2012-12-17 246.1 kB
Totals: 7 Items   3.0 MB 2
                              Release Notes
                      Extra ooDialog Samples v0.0.8
                      =============================

  The extra ooDialog samples package is meant to provide ooDialog
  programmers with example programs beyond what is shipped with the
  regular ooRexx installation.

  Download the installation package that matches the bitness of you ooRexx
  installation.  If you have a 32-bit ooRexx installed use the package
  containing _x86_32 in its name.  If you have 64-bit ooRexx installed use
  the package with _x86_64 in its name.

  ooDialog users should request examples they would like to see, and are
  encouraged to submit their own example programs that they would like to
  share with other users.  It would be gratifying to the author if
  ooDialog users participated in shaping what example programs are
  included in the package.

  The example programs are installed through a normal Windows installer,
  which includes an uninstall program.  The package can be cleanly,
  completely, uninstalled using the Control Panel -> Add / Remove
  Programs.  Alternatively, the package can be uninstalled by running the
  uninstaller.exe program in the installation directory.

  By default the package is installed in the current user's application
  data folder.  This location can be changed during installation.

  To gain the full benefit of the examples, the comments throughout the
  program code should be read.  Some directories may contain additional
  documentation in the form of "read me" files within the directory.

  Notes:
  ------

  *  Version 0.0.8 of the package requires ooDialog 4.2.0 or later to run
  most of the example programs in the package.  Some example programs now
  require ooDialog 4.2.1.

  *  The release contains around 3 dozen example programs.

  Changes Since v0.0.7:
  ---------------------

  Examples:
  ---------

  The standard dialogs shipped with ooDialog are convenience dialogs that
  make some common tasks easy to perform.  Typically convenience dialog
  classes and or convenience functions and are not very flexible.  Some
  examples have been added that demonstrate how to code your own
  convenience dialogs / functions and write in the flexiblity you might
  want.

  These convenience dialogs have been added:

  * Dialogs\useful.dialogs\AskDlg\AskDlg.cls

    A replacement for the standard AskDialog class that allows the
    programmer to specify the font for the dialog

  * Dialogs\useful.dialogs\InfoMessge\InfoMessage.cls

    A replacement for the standard InfoDialog routine that allows the
    programmer to specify the postion of the dialog and / or the font for
    the dialog

  The convenience dialogs / routines can be used as is, and provide
  examples of how to write your own convenience dialogs / routines.  Some
  simple test programs are included that demonstrate how to use the new
  classes.


                        Cumlative Release Notes:
                        ========================

                              Release Notes
                      Extra ooDialog Samples v0.0.7
                      =============================
  Notes:
  ------

  *  Version 0.0.7 of the package requires ooDialog 4.2.0 or later to run
  most of the example programs in the package.  Some example programs now
  require ooDialog 4.2.1.  This is in anticipation of an upcoming release
  for ooDialog.

  *  The release contains around 2 dozen example programs.

  Changes Since v0.0.6:
  ---------------------

  Examples:
  ---------

  An example directory has been added showing how use makeDLL.rex to build
  your own resource-only DLLs.  Read the makeDLL.ReadMe file in the top
  level directory, in addition to reading the read me file in the new
  directory:

  * makeDLL.example\


                              Release Notes
                      Extra ooDialog Samples v0.0.6
                      =============================
  Notes:
  ------

  *  Version 0.0.6 of the package requires ooDialog 4.2.0 or later to run
  most of the example programs in the package.  Some example programs now
  require ooDialog 4.2.1.  This is in anticipation of an upcoming release
  for ooDialog.

  *  The release contains around 2 dozen example programs.

  Changes Since v0.0.5:
  ---------------------

  Examples:
  ---------

  The following examples have been added since v0.0.5:

  * Event.Handlers\Edit\LostFocus\voterDlg.rex

  * Dialogs\color\controlColor.rex              -- requires ooDialog 4.2.1



                              Release Notes
                      Extra ooDialog Samples v0.0.5
                      =============================
  Notes:
  ------

  *  Version 0.0.5 of the package requires ooDialog 4.2.0 or later to run
  all example programs in the package.  This is the same as the previous
  release.

  *  The release still only contains a few programs.

  Changes:
  --------

  *  Several of the new examples use resource-only DLLs.  Starting with
  this release a 32-bit and 64-bit version of the package is available.
  Pick the bitness of the package to match the bitness of your ooRexx.

  *  Several small examples were moved to their own directories.  Starting
  with this release all examples will be placed in their own direcotry.
  The name of the example listed here will be the name of the directory
  containing the example files.

  *  nMake compatible make files were add to the directories of examples
  that use resource-only DLLs to allow users to rebuild the DLLs if they
  choose to.

  *  The makeDll.rex program was added to the top-level directory.  This
  Rexx program can be used to build a resource-only DLL.  The file
  makeDLL.ReadMe contains some brief explanation on how to use the
  program.

  Examples:
  ---------

  The following examples have been added since v0.0.4:

  * Controls\Edit\Extended\

  * Controls\List-view\extended\

  * Controls\List-view\imageLists\

  * Dialogs\simple.dialogs\jobConsole\

  * Dialogs\useful.dialogs\PickOne\

  The following examples have small changes since v0.0.4:

  * Controls\Edit\NumberOnly\

    Small change to match DLL name change.  The 32-bit and 64-bit DLLs
    were eliminated if favor of one DLL.

  * Dialogs\application.icon\

    Small change to match DLL name change.  The 32-bit and 64-bit DLLs
    were eliminated if favor of one DLL.

  The following examples were moved from their location in v0.0.4:

  * Dialogs\simple.dialogs\fileNameDialog.rex
    was moved to
    Dialogs\simple.dialogs\fileName\fileNameDialog.rex

  * Dialogs\simple.dialogs\inputDlg.rex
    was moved to
    Dialogs\simple.dialogs\input\inputDlg.rex



                              Release Notes
                      Extra ooDialog Samples v0.0.4
                      =============================

  Requires:

  Version 0.0.4 of the package requires ooDialog 4.2.0 or later to run all
  example programs in the package.  This is the same as the previous
  release.

  The release still only contains a few programs.

  The following examples have been added since v0.0.3:

  Dialogs\simple.dialogs\typingTutor\typingTutor.rex

  To gain the full benefit of the examples, the comments throughout the
  program code should be read.  Some directories may contain additional
  documentation in the form of "read me" files within the directory.



                              Release Notes
                      Extra ooDialog Samples v0.0.3
                      =============================

  Requires:

  Version 0.0.3 of the package requires ooDialog 4.2.0 or later to run all
  example programs in the package.  This is the same as the previous
  release.

  The release still only contains a few programs.

  The following examples have been added since v0.0.2:

  Controls\List-box\pop.quiz\popQuiz.rex

  Controls\List-view\edit.items\EditableListView.rex
  Controls\List-view\transfer.items\propertyValues.rex

  Controls\Static\staticImage.rex

  Dialogs\simple.dialogs\inputDlg.rex
  Dialogs\simple.dialogs\fileNameDialog.rex

  To gain the full benefit of the examples, the comments throughout the
  program code should be read.  Some directories may contain additional
  documentation in the form of "read me" files within the directory.


                              Release Notes
                      Extra ooDialog Samples v0.0.2
                      =============================

  Requires:

  Version 0.0.2 of the package requires ooDialog 4.2.0.7033 or later to
  run all example programs in the package.  This is the same as the
  previous release.

  The release still only contains a few programs.

  The Dialogs directory has the "application.icon" subdirectory added.
  This directory contains a few examples of how to use a custom
  application icon.

  To gain the full benefit of the examples, the comments throughout the
  program code should be read.  Some directories may contain additional
  documentation in the form of "read me" files within the directory.


                              Release Notes
                      Extra ooDialog Samples v0.0.1
                      =============================

  Requires:

  Version 0.0.1 of the package requires ooDialog 4.2.0.7033 or later to
  run all example programs in the package.

  This initial release only contains a few programs.  In general the
  programs are heavily commented.  To gain the full benefit of the
  examples, the comments throughout the program code should be read.  Some
  directories may contain additional documentation in the form of "read
  me" files within the directory.

  Enjoy!

Source: ReadMe.txt, updated 2014-03-20