Path: news.cs.au.dk!news.net.uni-c.dk!newsfeed1.uni2.dk!newsfeed.tli.de!newsfeed.nacamar.de!news.fh-hannover.de!news.uni-stuttgart.de!news.ruhr-uni-bochum.de!not-for-mail From: "Sascha Kimmel" Newsgroups: comp.lang.beta Subject: @Window in SLOTS ? Date: Sun, 21 Feb 1999 12:49:51 +0100 Organization: Ruhr-Universitaet Bochum, Rechenzentrum Lines: 24 Message-ID: <7aort6$p1k$1@sun579.rz.ruhr-uni-bochum.de> NNTP-Posting-Host: dialppp-3-231.rz.ruhr-uni-bochum.de X-Trace: sun579.rz.ruhr-uni-bochum.de 919597798 25652 134.147.3.231 (21 Feb 1999 11:49:58 GMT) NNTP-Posting-Date: 21 Feb 1999 11:49:58 GMT X-Newsreader: Microsoft Outlook Express 5.00.0810.800 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.0810.800 Xref: news.cs.au.dk comp.lang.beta:11833 Hi! I have some windows which I want to use in further programs, too. For example: win:@window (# open:(# do '100,200)->size; 'TESTwindow'->title; #); Cancel:@pushButton:(# ... #); ... #); How I can use the fragment language to implement this functionality? If I use Lib: Attributes, I tried using SLOT Descriptor, Attributes, DoPart but none did work the right way. Any proposals? Any help is appreciated. Regards, S. Kimmel