On Sun, Aug 12, 2012 at 3:57 PM, Art Heimsoth <artst...@artheimsoth.com> wrote:
> I have attempted to use a DateTimePick to obtain the date/time in a dialog
> but get an error reading resource file on the control line with the
> sysDateTimePick32.
> I created the .rc file with an external resource editor, but also cannot
> find any
> documentation on that control type.  I have the 4.1.1 level of ooRexx
> installed.

To use the DateTimePicker control in ooDialog, you have to use
ooDialog 4.2.0, (or later, but there isn't currently a later version
of ooDialog.)  You can install ooDialog 4.2.0 by downloading the
installer from here:

https://sourceforge.net/projects/oorexx/files/ooDialog/4.2.0%20%28beta%201%29/

Note these things:

 * ooDialog can now be installed independently of ooRexx.  So you can
install ooDialog 4.2.0 to any ooRexxx installation, as long as the
ooRexx version is at least 4.1.0.

* The version number of ooDialog has been decoupled for the ooRexx version.

* The independent ooDialog installers replace the current version of
ooDialog in your ooRexx installation with the version of ooDialog you
are installing.

The above implies that you can install ooDialog 4.2.0 to your ooRexx
4.1.1 installation.  If you are then unhappy with ooDialog 4.2.0, you
could use the ooDialog 4.1.0 installer to put back the ooDialog
version that is installed with ooRexx 4.1.1.

If you go to the ooDialog file section in the SourceForge ooRexx
project, the release notes displayed explain these things.

https://sourceforge.net/projects/oorexx/files/ooDialog/

> Another question, can I tell what version of ooDialog I have?  Using rexx -v
> only gives the version of Rexx that is installed.

Use this simple program:

/* oodVer.rex */

    say .dlgUtil~version

::requires 'ooDialog.cls'

If you have any other questions, just ask.

--
Mark Miesfeld

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Oorexx-users mailing list
Oorexx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-users

Reply via email to