Jump to content

REXX Tips & Tricks:Development Tools: Difference between revisions

From EDM2
Ak120 (talk | contribs)
mNo edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
These sections contain information about some REXX development tools, e.g. VX/REXX.
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.)  
(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==
==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==
Line 23: Line 10:


==DrDialog Buglist==
==DrDialog Buglist==
See the main [[DrDialog]] listing for known issues.


This section contains a list of known bugs in DrDialog.
[[Category:REXX Tips & Tricks]]
 
"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
 
---------- * ----------
 
[[Category:Scripting Articles]]

Latest revision as of 03:52, 16 December 2019

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

See the main DrDialog listing for known issues.