Contextmenus ignores aliases set in user-startup

A forum for general AmigaOS 4.x support questions that are not platform-specific
Post Reply
JosDuchIt
Posts: 291
Joined: Sun Jun 26, 2011 5:47 pm
Contact:

Contextmenus ignores aliases set in user-startup

Post 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?
Post Reply