Jump to content

REXX Tips & Tricks:Development Tools: Difference between revisions

From EDM2
No edit summary
Line 4: Line 4:


==VX/REXX ODK==
==VX/REXX ODK==
'''* Name''' VX/REXX Object Development Tool
See: [[VX-REXX Object Development Kit]]
* '''Version'''
* '''Author''' Watcom
* '''Distrib.''' ?
* '''Type''' Toolkit for C programmers
* '''Price''' -
* '''Source''' Internet
 
* '''Name:''' VXODK.*
* Note /w source
 
This is the Object Development Tool for VX/REXX from Watcom. You need this if you want to build new objects for VX/REXX.
 
Please note that I do not know if the distribution of the toolkit is legal.


==VX/REXX Buglist==
==VX/REXX Buglist==

Revision as of 03:57, 19 August 2016

These sections contain information about some REXX development tools, e.g. VX/REXX.

(Well, at this time the section about VX/REXX is the only one - but with some help of others there may be more in the future.)

VX/REXX ODK

See: VX-REXX Object Development Kit

VX/REXX Buglist

This section has been moved to its own page, see: Bastian Märkisch: Inofficial VX-REXX buglist

DrDialog Buglist

This section contains a list of known bugs in DrDialog.

"There is a problem running DrDialog programs under Object REXX if they use DrsAide (as shipped) controls. Because Object REXX parses the entire file before running, many times syntax errors which would go undetected under "Classic" REXX are in fact detected. There is just such a syntax error in the DrsAide utility.

To fix the problem, open the DRSAIDE.RES file from the DrDialog File Menu option. Double-Click the ICONBUTTON (the only control visible other than the DIALOG). The DrRexx Code editor should appear with the ICONBUTTON section open. Click the "Drop-" tab and use the spin-button under the edit window to bring up the Class code. At the very end, on its own line, type END. Save the file. And now everything should work."

Source: Thos Davis


* ----------

Note (07/04/2003):

The slidercontrols of DrDialog are buggy.

Workaround: Use the Scrollbars instead

Thanks to Klaus Staedtler for this information


* ----------