Jump to content

REXX Tips & Tricks:Development Tools: Difference between revisions

From EDM2
No edit summary
No edit summary
Line 10: Line 10:


==DrDialog Buglist==
==DrDialog Buglist==
 
See the main [[DrDialog]] listing for known issues.
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
 
---------- * ----------


[[Category:Scripting Articles]]
[[Category:Scripting Articles]]

Revision as of 04:02, 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

See the main DrDialog listing for known issues.