[Oberon] Obtaining the title of a marked viewer.

Jörg Straube joerg.straube at iaeth.ch
Mon Feb 27 08:24:40 CET 2017


Hi Lyall

Please check whether the CONST „StandardMenu“ is exported; I mean is there a * after the identifier?
If it is not exported, you can't use that identifier in another module.

br
Jörg

> Am 26.02.2017 um 22:37 schrieb <peter at easthope.ca> <peter at easthope.ca>:
> 
> From:	Andreas Pirklbauer
> Date:	Sat, 18 Feb 2017 20:10:06 +0100
>> The command Edit.Store shows ...
> 
> OK, thanks.  Following examples in Edit.
> 
> LinuxAos rev.6661 here.  TextFrames has CONST
> 	StandardMenu = "System.Close System.Copy System.Grow Edit.Search Edit.Store";
> 	
> Nevertheless attempted compilation of the following Test 
> gives "undeclared identifier (selector)".  Can anyone confirm 
> or refute this?
> 
> Thanks,                     ... Lyall E.
> 
> MODULE Test IN Oberon;
> IMPORT Out, TextFrames;
> 	
> PROCEDURE RefStandardmenu*;
> BEGIN
> 	Out.String("TextFrames.Standardmenu = "); Out.Ln; 
> 	Out.String("    "); Out.String(
> 		TextFrames.Standardmenu); Out.Ln
> END RefStandardmenu;
> 
> BEGIN
> END Test.
> 
> Test.RefStandardmenu
> 
> 
> 
> 
> -- 
> 
> 123456789 123456789 123456789 123456789 123456789 123456789 123456789
> Tel: +1 360 639 0202                      Pender Is.: +1 250 629 3757
> http://easthope.ca/Peter.html              Bcc: peter at easthope. ca
> 
> --
> Oberon at lists.inf.ethz.ch mailing list for ETH Oberon and related systems
> https://lists.inf.ethz.ch/mailman/listinfo/oberon



More information about the Oberon mailing list