2. Re: Text GUI LIB for v1.5a
- Posted by David Cuny <dcuny at LANSET.COM>
Aug 23, 1998
-
Last edited Aug 24, 1998
Steve Cheyun Lee wrote:
> Hi all
> finished main algorithm and programming for Shop
> Maintenance, i need Text GUI for v1.5a
> but what recently i got is just for 2.0
I lost my hard drive a number of months ago, so none of my backups go that
far back.
There is not a lot that actually should be that effected by 2.0 changes. The
biggest changees were the addition of a single routine_id call, Check in
KEYS.E, line 380, which looks something like this:
-- run the clock, if defined
if editorClockId > -1 then
call_proc( editorClockId, Null )
end if
which runs the clock in the editor. This is set in EE.EX at line 2103:
-- set the routine id (defined in KEYS.E)
editorClockId = routine_id( "run_clock" )
Comment out both of these lines. I *think* these are the only 2.0 features
that the TextGUI uses.
Hope this helps.
-- David Cuny