Page 1 of 1

Contextmenus ignores aliases set in user-startup

Posted: Wed Dec 18, 2013 4:31 pm
by JosDuchIt
Contextmenus does not recognise alises i did set in user-tartups
Is there a way to make this program aware of the aliases?
Some rexx programs that work OK from CLI with
RX REXX:MyRexxscript
do not work under contextmenus
eg

Code: Select all


/*
   $VER: RootSize.rexx 
*/

address workbench 
changewindow ROOT LEFTEDGE 0 TOPEDGE 30 WIDTH 1920 HEIGHT 970 
The following commands work under CLI and do not work under Contextmenus either
Workbench, RootSize, CLI, RX ' address Workbench "changewindow ROOT LEFTEDGE 0 TOPEDGE 30 WIDTH 1920 HEIGHT 970 "'
Workbench, RootSize, CLI, Grx WORKBENCH "changewindow ROOT LEFTEDGE 0 TOPEDGE 30 WIDTH 1920 HEIGHT 970 "

Some global inheritance problem?