home *** CD-ROM | disk | FTP | other *** search
- Path: news.ox.ac.uk!news
- From: Nick Christie <nick.christie@oucs.ox.ac.uk>
- Newsgroups: comp.sys.amiga.programmer
- Subject: Re: Need amiga-specific docs to solve BGUI problem? (LONG)
- Date: 15 Feb 1996 14:23:45 GMT
- Organization: Oxford University Computing Services
- Message-ID: <4fvflh$dde@news.ox.ac.uk>
- References: <4fmdag$1i2@cnn.Princeton.EDU> <69071150%suamor@student.uni-tuebingen.de>
- NNTP-Posting-Host: nick.oucs.ox.ac.uk
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 1.2N (Windows; I; 16bit)
-
- "Reinhard Katzmann" <Suamor@student.uni-tuebingen.de> wrote:
- >John Saponara wrote on 12 Feb 1996 03:48:32 GMT the following article:
- >> I am having trouble changing attribute values of BGUI gadgets.
- [...]
- >No, it won't work because you need (like stated in AutoDocs) the window structure
- >and _not_ the window object WA_Main. Both should be globally accessable in larger
- >applications btw.
-
- Just to complete the advice: you can get a ptr to the window, after
- you have opened it, with:
-
- struct Window *windowstruct;
- GetAttr(windowobject,WINDOW_Window,(ULONG *) &windowstruct);
-
- >P.S.: I recommand you to join the BGUI mailing list for most BGUI developer
- >have joined it and Updates are avalaible there as well (as from the BGUI home page)
-
- Again the final touch: the BGUI home page is at:
- http://sable.ox.ac.uk/~nick/bgui
-
- To subscribe to the mailing list, send an email to:
- bguim-request@aobh.xs4all.nl
- with only
- ADD address bguim
- in the message body. Replace 'address' with your email address.
-
- Nick
- --
- Nick Christie, IT Support, mailto://nick.christie@oucs.ox.ac.uk
- Oxford University Computing Services, http://sable.ox.ac.uk/~nick
- 13 Banbury Road, Oxford OX2 6NN. Opinions expressed are my own.
- "There are no more bugs in my program." -- Anon.
-
-
-