home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.pascal
- Path: sparky!uunet!usc!sdd.hp.com!nigel.msen.com!yale.edu!ira.uka.de!rz.uni-karlsruhe.de!sparc1!dobler
- From: ul1f@hp850.uni-karlsruhe.de (Volker Dobler)
- Subject: Question about tWindow in TVision
- Message-ID: <1992Sep2.122445.22682@rz.uni-karlsruhe.de>
- Sender: dobler@sparc1 (Volker Dobler)
- Reply-To: ul1f@hp850.uni-karlsruhe.de
- Organization: Institut fuer Entscheidungstheorie und Unternehmensforschung Universitaet Karlsruhe (TH)
- Date: Wed, 2 Sep 1992 12:24:45 GMT
- Lines: 29
-
- Hi everybody,
-
- today, i've a question about Turbo Pascal 6.0 Turbo Vision. I tryed to
- open a window _without_ a frame.
-
- First, i set the Options to _no_ Frame (Options := Options and not ofFramed;)
- within the init-constructor. Nothing happens (the Option ofFramed is never set
- in my opinion).
-
- Second, i defined a new object tMyWindow = object(tWindow) with the method
- InitFrame.
-
- procedure tMyWindow.InitFrame;
- begin
- Frame := nil;
- end;
-
- but something happy was the result. I got a frame, but not a full one. The botton
- line was not there (only corrupted).
-
- Now, my question. How is the right way to open a Window _without_ a frame.
-
- Thanks, Volker
-
- ===================================================================
- Volker Dobler, Universitaet Karlsruhe, Deutschland (germany)
-
- ul1f@hp850.uni-karlsruhe.de oder ul1f@ibm3090.uni-karlsruhe.de
- ===================================================================
-