SDK 53.29 : freeze when using new WA_PointerType

Have a question about our Software Developer Kit? Ask them here.
Post Reply
zzd10h
Posts: 546
Joined: Sun Sep 16, 2012 5:40 am
Location: France

SDK 53.29 : freeze when using new WA_PointerType

Post by zzd10h »

Hi,
trying to use new PointerType (from intuition/pointerclass.h) freezes my system as soon as I use the new pointers.

freeze :
SetWindowPointer(window, WA_PointerType, POINTERTYPE_ROTATE, TAG_DONE);

works when using a "old" pointertype:
SetWindowPointer(window, WA_PointerType, POINTERTYPE_HAND, TAG_DONE);

Are these new pointers exist really on FE ?
#define POINTERTYPE_PEN 35
#define POINTERTYPE_ROTATE 36
#define POINTERTYPE_RUBBER 37
#define POINTERTYPE_SELECT 38
#define POINTERTYPE_SMUDGE 39

thank you
http://apps.amistore.net/zTools
X1000 - AmigaOS 4.1.6 / 4.1 FE
User avatar
salass00
AmigaOS Core Developer
AmigaOS Core Developer
Posts: 530
Joined: Sat Jun 18, 2011 3:12 pm
Location: Finland
Contact:

Re: SDK 53.29 : freeze when using new WA_PointerType

Post by salass00 »

According to the intuition.library release notes some new pointer images were added for version 54.21 (30.7.2015). They don't mention which ones though.
zzd10h
Posts: 546
Joined: Sun Sep 16, 2012 5:40 am
Location: France

Re: SDK 53.29 : freeze when using new WA_PointerType

Post by zzd10h »

Thanks for your reply.

Therefore, only for betatest system, right ?

My stock FE intuition version is 54.10.
http://apps.amistore.net/zTools
X1000 - AmigaOS 4.1.6 / 4.1 FE
chris
Posts: 562
Joined: Sat Jun 18, 2011 11:05 am
Contact:

Re: SDK 53.29 : freeze when using new WA_PointerType

Post by chris »

zzd10h wrote:Thanks for your reply.

Therefore, only for betatest system, right ?

My stock FE intuition version is 54.10.
It shouldn't crash though :| If the pointer requested isn't available Intuition should substitute a different one (probably the default pointer) or just not change it.
User avatar
salass00
AmigaOS Core Developer
AmigaOS Core Developer
Posts: 530
Joined: Sat Jun 18, 2011 3:12 pm
Location: Finland
Contact:

Re: SDK 53.29 : freeze when using new WA_PointerType

Post by salass00 »

chris wrote: It shouldn't crash though :| If the pointer requested isn't available Intuition should substitute a different one (probably the default pointer) or just not change it.
The crashing should be fixed in the latest V54.23 beta version of intuition.library.
Post Reply