Beta / Desktop issues
[1/2] from: atruter:hih:au at: 21-Jun-2002 10:27
Anyone else notice how using "protect-system" with the new beta causes the
following error when trying to run anything from the desktop?
** Script Error: Word run is protected, cannot modify
** Near: run: func [arg /secure-cmd] [alert "Run can only be used by
launcher programs."]
either
and how selecting a category from the Ref-Words script yields the following
error:
** Script Error: first expected series argument of type: series pair
event
money date object port time tuple any-function library struct event
** Where: func [face value][filter-words first value]
** Near: filter-words first value
I can't recall seeing this mentioned on the list yet, so thought I'd find
out whether it was just me [on Win95] or what?
Regards,
Ashley
[2/2] from: greggirwin:mindspring at: 21-Jun-2002 12:02
Hi Ashley,
I don't have protect-system in use right now, so I haven't seen that one,
but...
<<
and how selecting a category from the Ref-Words script yields the following
error:
** Script Error: first expected series argument of type: series pair
event
money date object port time tuple any-function library struct event
** Where: func [face value][filter-words first value]
** Near: filter-words first value
>>
In the main alyout, change the line:
choice 130 left data types [filter-words first value] return
to
choice 130 left data types [filter-words value] return
Some behaviors have changed a bit. A change in EXTRACT bit me in a couple
places. Fortunately, it's a mezzanine so I can just patch in the old code
temporarily.
--Gregg