home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / lang / pascal / 5168 < prev    next >
Encoding:
Text File  |  1992-09-02  |  1.4 KB  |  41 lines

  1. Newsgroups: comp.lang.pascal
  2. Path: sparky!uunet!usc!sdd.hp.com!nigel.msen.com!yale.edu!ira.uka.de!rz.uni-karlsruhe.de!sparc1!dobler
  3. From: ul1f@hp850.uni-karlsruhe.de (Volker Dobler)
  4. Subject: Question about tWindow in TVision
  5. Message-ID: <1992Sep2.122445.22682@rz.uni-karlsruhe.de>
  6. Sender: dobler@sparc1 (Volker Dobler)
  7. Reply-To: ul1f@hp850.uni-karlsruhe.de
  8. Organization: Institut fuer Entscheidungstheorie und Unternehmensforschung Universitaet Karlsruhe (TH)
  9. Date: Wed, 2 Sep 1992 12:24:45 GMT
  10. Lines: 29
  11.  
  12. Hi everybody,
  13.  
  14. today, i've a question about Turbo Pascal 6.0 Turbo Vision. I tryed to
  15. open a window _without_ a frame.
  16.  
  17. First, i set the Options to _no_ Frame (Options := Options and not ofFramed;)
  18. within the init-constructor. Nothing happens (the Option ofFramed is never set
  19. in my opinion).
  20.  
  21. Second, i defined a new object tMyWindow = object(tWindow) with the method
  22. InitFrame.
  23.  
  24. procedure tMyWindow.InitFrame;
  25. begin
  26.   Frame := nil;
  27. end;
  28.  
  29. but something happy was the result. I got a frame, but not a full one. The botton
  30. line was not there (only corrupted).
  31.  
  32. Now, my question. How is the right way to open a Window _without_ a frame.
  33.  
  34. Thanks, Volker
  35.  
  36. ===================================================================
  37. Volker Dobler, Universitaet Karlsruhe, Deutschland (germany)
  38.  
  39. ul1f@hp850.uni-karlsruhe.de   oder   ul1f@ibm3090.uni-karlsruhe.de
  40. ===================================================================
  41.