Login
Username:

Password:

Remember me



Lost Password?

Register now!

Sections

Who's Online
30 user(s) are online (4 user(s) are browsing News)

Members: 1
Guests: 29

BillE, more...

Support us!

Headlines


Recent Replied Topics
Topic Replies Last Post  
AmigaOS4 RetroArch for AmigaOS4 released 10 (334) K-L Today 5:23
AmigaOS4 Kyvos was updated [1][2][3][4][5] 91 (5361) white Yesterday 22:59
Amiga General Forum AmigaOS 4 Monthly Roundup - August 2025 2 (94) walkero Yesterday 22:43
Amiga General Forum Introducing the Rear Window blog [1][2] ... [12][13][14][15] 299 (83314) nbache Yesterday 22:42
AmigaOS4 ShaderNova 1.1 5 (282) Maijestro Yesterday 19:01
AmigaOS4 Browservice on X1000 and Sam460LE with Odyssey 1.23 [1][2][3][4][5] 83 (4267) joerg Yesterday 17:17
AmigaOS4 auraFly got an update 11 (969) AMIGASYSTEM 8/30 21:19
AmigaOS4 The Settlers II Gold Edition Comes to Amiga – October 18, 2025 [1][2] 39 (2727) MartinW 8/30 9:50
AmigaOS4 SDK addon package 18 (1456) smarkusg 8/29 20:21
Amiga Emulation QEMU GPU vfio-pci pass through [1][2] ... [11][12][13][14] 260 (23816) white 8/29 4:56
AmigaOS4 My experience jumping from SAM460LE to X5040. [1][2] 31 (1992) tao 8/28 22:04
Amiga General Forum Amiga40 Germany 19 (1585) Marcian 8/28 11:13
AmigaOS4 A new Odyssey is in development [1][2][3][4] 65 (6315) LiveForIt 8/27 6:34
AmigaOS4 APT-OS4 for Clib4 [1][2] 22 (1112) afxgroup 8/26 21:23
Qt AmiQute Challenge 2025 [1][2] 23 (2004) elfpipe 8/26 8:54
[ Free for all]  [ Too Hot To Handle]  [ Classifieds]       [View all Topics]  [View all Forums]  [Forum Settings]
Internet News : Project Extended default mouse pointer types finished
Posted by orgin on 2008/10/31 22:18:14 (2684 reads) News by the same author

The OpenAmiga project Extended default mouse pointer types has been finished!

Download the result from the bottom of the project page or from os4depot.

Project description:

Originally AmigaOS only handles two pointers, the normal pointer and the busy pointer. But modern GUI design has created a need for a more versatile range of pointers to give a more precise feedback to the user such as resizing, zooming and drag&drop. From OS4.0 32Bit pointers was introduced by using icon images in the env(arc):sys/ folder for the normal and busy pointer. This project adds a range of other pointers in the same way. For non 32Bit capable systems and/or screens applications are recommended to fall back to the original normal/busy pointers.

Thanks to Martin Merz for the pointer images and Simon Archer for insight into the AmigaOS icon system.

About OpenAmiga.org
OpenAmiga.org is an organization in the making that aims at enhancing the AmigaOS4 experience, acting as an Amiga community based research and development department. OpenAmiga.org aims at providing finished enhancements for AmigaOS4 that Hyperion can include in their AmigaOS4 distribution, research advanced topics and act as a developer resource for AmigaOS4 developers.

Printer friendly page Send this story to a friend
The comments are owned by the author. We aren't responsible for their content.
Author Thread
Rigo
Published: 2008/10/31 22:20  Updated: 2008/10/31 22:20
Supreme Council
Joined: 11/19/2006
From: London, England
Comments: 1395
 Re: Project Extended default mouse pointer types finished
Excellent to see the first content come out of this fantastic project!

Long may it live, and produce.

Simon
Chris
Published: 2008/11/1 0:34  Updated: 2008/11/1 0:35
Amigans Defender
Joined: 11/17/2006
From: England
Comments: 3446
 Re: Project Extended default mouse pointer types finished
def_contextmenupointer is broken.

It's a good first step, but really the OS itself needs to be updated to handle it. With the standard and busy pointers, I can use SetWindowPointer() and get the old-style or 32-bit imagery without any additional work.

Really, the following needs to happen:
SetWindowPointer is expanded with a new tag WA_PointerType which allows to select the pointers including and beyond WBP_BUSY.

Pointer prefs needs to be extended to support the new types (the prefs file is already capable of supporting these)

Pointer prefs needs to be able to support 32-bit pointers directly (maybe toggle between old & new like IconEdit does)
orgin
Published: 2008/11/1 9:09  Updated: 2008/11/1 9:09
Supreme Council
Joined: 11/16/2006
From: Sweden
Comments: 3306
 Re: Project Extended default mouse pointer types finished
@Chris

Read the pdf :)

In what way is that icon "broken" ? (works here)
mailman
Published: 2008/11/1 9:11  Updated: 2008/11/1 9:11
Just popping in
Joined: 12/01/2006
From:
Comments: 119
 Re: Project Extended default mouse pointer types finished
I got really bemused. Does it mean that AmigaOS 4.x support them or is it just a package with some new pointer images which are for now useless?
orgin
Published: 2008/11/1 10:54  Updated: 2008/11/1 10:54
Supreme Council
Joined: 11/16/2006
From: Sweden
Comments: 3306
 Re: Project Extended default mouse pointer types finished
@mailman

It's a bit like Mason's AISS package. Application developers can use these pointers for different situations in their applications. Look at how OWB uses different pointers. The autobordersize commodity is another example.

This project simply provides a set of standard pointers to use instead of each application developer using their own pointers.

Plus as a bonus it gives you 2 really nice mouse pointers for the workbench (normal and busy) :)

Naturally the next steps are to 1. include these with an os4 update and 2. update intuition.library/reaction to handle these more automatically. 1 and 2 has been sent to Hyperion for evaluation.
Chris
Published: 2008/11/1 11:43  Updated: 2008/11/1 11:43
Amigans Defender
Joined: 11/17/2006
From: England
Comments: 3446
 Re: Project Extended default mouse pointer types finished
@orgin

I read the PDF after I wrote that...

The contextmenupointer is the same as the default mouse pointer - I was expecting the imagery to be more like the one Mason sent to me for NetSurf.

Hence broken as it doesn't indicate what it is supposed to.
orgin
Published: 2008/11/1 12:02  Updated: 2008/11/1 12:02
Supreme Council
Joined: 11/16/2006
From: Sweden
Comments: 3306
 Re: Project Extended default mouse pointer types finished
@chris

Mason wanted it like that. The shadow is somewhat different.
Chris
Published: 2008/11/1 12:31  Updated: 2008/11/1 12:31
Amigans Defender
Joined: 11/17/2006
From: England
Comments: 3446
 Re: Project Extended default mouse pointer types finished
From the description I see it is for a different purpose, so it makes sense now (a context menu is being accessed vs a popup menu is available)
mailman
Published: 2008/11/1 17:14  Updated: 2008/11/1 17:14
Just popping in
Joined: 12/01/2006
From:
Comments: 119
 Re: Project Extended default mouse pointer types finished
@orgin

Thanks for clarifing this. It was no so obvious.
General
Site sponsors
 
Contact us on discord to advertise here.

Site statistics
Registered members
  1758
Logged in last:
  24 hours, 67
  7 days, 131
  30 days, 173

Random Photo
U-Boot variables from X5000/20

New Articles List

New Members
plechaim
plechaim 08/28/2025
_Pete_
_Pete_ 08/22/2025
ami-elvis
ami-elvis 08/12/2025
mschulz
mschulz 08/09/2025
ddacunha
ddacunha 07/19/2025
digitally
digitally 07/13/2025
Bifford
Bifford 07/01/2025
MarisaG1967
MarisaG1967 06/28/2025
rubach
rubach 06/25/2025
Shinji344
Shinji344 06/14/2025


Powered by XOOPS 2.0 © 2001-2024 The XOOPS Project