home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!darwin.sura.net!jvnc.net!yale.edu!ira.uka.de!chx400!forty2!amiga!matija
- From: matija@amiga.physik.unizh.ch (Matija Milostnik)
- Newsgroups: comp.sys.amiga.programmer
- Subject: Re: BusyPointer ????
- Summary: The busy pointer image, couresy of Michael Sinz
- Keywords: Busy-pointer, WB
- Message-ID: <2306@forty2.physik.unizh.ch>
- Date: 22 Jul 92 09:53:17 GMT
- References: <c8908461.711679111@jupiter.newcastle.edu.au>
- Sender: news@forty2.physik.unizh.ch
- Organization: ICU - University of Zurich, Dept. of Comp. Sci.
- Lines: 58
-
- In article <c8908461.711679111@jupiter.newcastle.edu.au> c8908461@jupiter.newcastle.edu.au (Robert Lang) writes:
- >
- >Can I access the BusyPointer() when my application is busy (ie. what do
- >I call with SetPointer()), or do I need my own ???
- >
- >If I need my own...has someone got the image for the wb2 busy pointer ???
- >
-
- I have what you need:
-
- ------include starts here-----------------------------------------------
-
- No, it is in workbench.library currently and you can not get at it.
- However, here is the current image:
-
- static USHORT WaitPointer[] = {
- 0x0000, 0x0000, /* vert. and horiz. start posn. */
- 0x0400, 0x07C0,
- 0x0000, 0x07C0,
- 0x0100, 0x0380,
- 0x0000, 0x07E0,
- 0x07C0, 0x1FF8,
- 0x1FF0, 0x3FEC,
- 0x3FF8, 0x7FDE,
- 0x3FF8, 0x7FBE,
- 0x7FFC, 0xFF7F,
- 0x7EFC, 0xFFFF,
- 0x7FFC, 0xFFFF,
- 0x3FF8, 0x7FFE,
- 0x3FF8, 0x7FFE,
- 0x1FF0, 0x3FFC,
- 0x07C0, 0x1FF8,
- 0x0000, 0x07E0,
- 0x0000, 0x0000, /* reserved, must be NULL */
- };
-
- /----------------------------------------------------------------------\
- | /// Michael Sinz - Amiga Software Engineer |
- | /// Operating System Development Group |
- | /// BIX: msinz UUNET: rutgers!cbmvax!mks |
- |\\\/// When people are free to do as they |
- | \XX/ please, they usually imitate each other. |
- \----------------------------------------------------------------------/
-
- ----------end of include -----------------------------------------------
-
- >Thanks,
- Hope this helps. Thanks to Michael Sinz for this.
- Matija
-
- >
- >Robert.
-
-
- ...........................................................................
- Best regards from Matija Milostinik : matija@amiga.physik.unizh.ch
- And now a word from our sponsor: : matija@avalon.ifi.unizh.ch
- This Pepsi Cola commercial was brought to you by The Coca Cola Company
-