home *** CD-ROM | disk | FTP | other *** search
- Path: relay.boerde.de!ami!papa
- Subject: Re: busy-pointer needed
- Newsgroups: comp.sys.amiga.programmer
- References: <297.6576T756T2482@jroger.in-berlin.de>
- X-Newsreader: TIN [AMIGA 1.3 950726BETA PL0]
- From: papa@ami.boerde.de (Holger Papajewski)
- Message-ID: <papa.03k1@ami.boerde.de>
- Date: Thu, 4 Jan 96 23:10:24 MEZ
-
- Sebastian Rittau (jroger@jroger.in-berlin.de) wrote:
- > I need a busy-pointer for a program. It should be used with SetPointer().
- > The best pointer would be a standard V37/38 busy-pointer (if there is one).
-
- For V39+ you can use the intuition function SetWindowPointer.
- To get the busy-pointer from the preferences, you have to call:
-
- SetWindowPointer( win, WA_BusyPointer, TRUE, WA_PointerDelay, TRUE, TAG_DONE );
-
- To get the normal pointer back, use:
-
- SetWindowPointer( win, TAG_DONE );
-
- Papa
- --
- _____________________________________________________________________
- Holger e-mail: papa@ami.boerde.de
- Papajewski phone: +49 (0)3921 / 3900
- ==> ...PGP Public-Key available on demand... <==
-
-