[Date Prev][Date Next][Subject Prev][Subject Next][
Date Index][
Subject Index]
Re: NB 8 (Trial version)
- Subject: Re: NB 8 (Trial version)
- From: "Robert Holmgren" holmgren@xxxxxxxx
- Date: Fri, 14 Apr 2006 11:40:41 -0400
** Reply to message from Correo Fenda on Fri, 14 Apr
2006 10:28:47 +0200
> In the meanwhile, I am using this
> line in NBSTART.INT to initialize Stack:
> JM stack.intQ2 ;*;
> Maybe it's better "2.stack.int"?
Yes, you MUST use the version of stack.int in U2 -- because there isn't any
stack.int in NB's DLG (unless you copied it there). That's the whole purpose
of that one-line {{5$S,$E}} frame: to redirect functions $S and $E to U2
(normally they work only in DLG). It's *better* this way, because I can easily
maintain Stack's code if it's in U2, whereas asking people to amend DLG from
time to time is painful.
> We would need a "Customization Guide" like the XyWrite's one.
Mary Bernard is working on one. How useful it will be, I can't say yet.
> By the way: is it possible to use with NB8 the great collection of IBM
> Lexam dictionaries you made available to us?
I haven't tried since NB v5 or v6 -- but at that time, they didn't work. I'll
investigate.
-----------------------------
Robert Holmgren
holmgren@xxxxxxxx
-----------------------------