Windows 7
Hello DyalogAPL friends,
At the start of the DyalogAPL-FNS "Glossary" in sharprain.dws I get the following error message:
Glossary(In rainpro, Glossary works.)
⍎VALUE ERROR
MakeTable[0] Causeway.LineStyle.Solid
∧
The program sequence is shown in the following pictures:
∇ r←Glossary;hm;vm
[1] ⍝ Shows some basic concepts, such as chart area and margins
[2]
[3] ch.Set('style' 'boxed,xyplot,grid')('head' 'This is the Heading')
[4] ....
∇ {res}←Set vec
[1] ⍝ Override graphics defaults for (prop,value) pairs
[2] ⍝ Help ctx#620
[3] res←sp∆init
[4] CH∆SET vec
∇
∇ {res}←sp∆init;dyalog;using;MakeTable
[1] ⍝ Set default/starting values for all chart options
[2]
[3] :If 0=⎕NC'sp'
[4] ⍙wince←'P'=1↑⊃2↓'.'⎕WG'APLVersion' ⍝ For Pocket Rain
[5] dyalog←(2 ⎕NQ'.' 'GetEnvironment' 'Dyalog')
[6] ∆homedir←dyalog,'Samples\Causeway\'
[7] ⍝ We look here for the help file rainpro.chm
[8] ∆helpdir←dyalog,'help'
[9] sp∆using
[10]
[11] ⍝ US cycles
[12] MakeTable←{⍵[;1 2 3],⍎¨⍵[;4]} ⍝ evaluate SharpPlot values
[13] sp⍙lines←MakeTable ∆lines......
The trace of the spΔinit function returns the following results in the individual lines:
sp∆init[1]
sp∆init[2]
sp∆init[3]
sp∆init[4] 0
sp∆init[5] C:\Program Files\Dyalog\Dyalog APL-64 15.0 Unicode
sp∆init[6] C:\Program Files\Dyalog\Dyalog APL-64 15.0 UnicodeSamples\Causeway\
sp∆init[7]
sp∆init[8] C:\Program Files\Dyalog\Dyalog APL-64 15.0 Unicodehelp
sp∆init[9]
sp∆init[10]
sp∆init[11]
sp∆init[12] ∇MakeTable
⍎VALUE ERROR
MakeTable[0] Causeway.LineStyle.Solid
∧
Probably is my sharpplot-installation wrong.
I have therefore following questions:
1. Where do come the FNS Causeway and MakeTable ?
2. How does the matrix ⍵ result in MakeTable?
MakeTable←{⍵[;1 2 3],⍎¨⍵[;4]} ⍝ evaluate SharpPlot values
In addition, I can not find the functions
C:\....\Dyalog APL-64 15.0 UnicodeSamples\Causeway\
C:\....\Dyalog APL-64 15.0 Unicodehelp
with Windows Explorer
For your hints, I thank you in advance!
Best regards
Leo