Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.3 4.3bsd-beta 6/6/85; site ucbvax.BERKELEY.EDU Path: utzoo!linus!decvax!decwrl!pyramid!hplabs!ucbvax!usc-ecl.arpa!CERRITOS From: CERRITOS@USC-ECL.ARPA (Bruce Tanner) Newsgroups: net.lang.mod2 Subject: Re: TDI Amiga Modula-2 Message-ID: <12197553026.42.CERRITOS@USC-ECL.ARPA> Date: Wed, 9-Apr-86 18:19:56 EST Article-I.D.: USC-ECL.12197553026.42.CERRITOS Posted: Wed Apr 9 18:19:56 1986 Date-Received: Fri, 11-Apr-86 20:30:51 EST References: <8604091955.8258@ur-cayuga.rochester.arpa> Sender: daemon@ucbvax.BERKELEY.EDU Organization: The ARPA Internet Lines: 19 I've successfully opened a window (but no more than that). 1) Null pointers must be assigned to ADDRESS(0) not NIL. This took me a while, I guess that is what a C null pointer look like. 2) S := "Window Title"; window.Title := ADR(S); This seems to do the trick for titles in screens and windows. 3) I'm told by TDI that Windows.CloseWindow doesn't work. Note that CloseWindow is also an IDMPFlag... 4) DOSProcessHandler.Exit doesn't seem to work either. That's all I've been able to figure out in a few days of playing. I can't get Wait to wait for a CloseWindow signal, so my screen and window come up and close down immediately. Anybody have a working window? -Bruce -------