home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!pmafire!news.dell.com!swrinde!zaphod.mps.ohio-state.edu!darwin.sura.net!jvnc.net!rutgers!cbmvax!cbmehq!cbmnl!ecl016!chron
- From: chron@ecl016.adsp.sub.org (Christian en Ron)
- Newsgroups: comp.sys.amiga.programmer
- Subject: Re: Semi-novice programming questions
- Message-ID: <chron.008e@ecl016.adsp.sub.org>
- Date: 9 Nov 92 03:01:12 GMT
- References: <1992Oct29.212502.1948@digibd.com>
- Organization: Heijmans & Joosen
- Lines: 27
-
- In article <1992Oct29.212502.1948@digibd.com> steve@digibd.com (Steve Wahl) writes:
-
- >However, I'm concerned that the GadgetRender and SelectRender fields
- >might be one of those things that can cause trouble when you change
- >them behind the system's back. Is that so? If so, what *should* I be
- >doing to change the images that a gadget uses?
-
- The best thing to do is:
-
- - Remove the gadget with RemoveGadget(window,gadget)
- - let GadgetRender and SelectRender point to your new images
- - Add the gadget with AddGadget(window,gadget,position)
-
- --
- _____________________________________________________________
- | |
- | We go to the moon and do the other things, |
- | Not because they are easy but because they are hard. |
- | Moonlanding speech J.F. Kenedy |
- |_____________________________________________________________|
- | |
- | Christian Joosen, |
- | Heijmans & Joosen |
- | chron@ecl016.adsp.sub.org |
- | |
- | etmrhey@young.ericsson.se |
- |_____________________________________________________________|
-