I suppose the SetWindowPointer() function initially was named NewSetPointer() to be distinguishable from the old SetPointer() function. Most probably that old function name was left in the Autodoc even after the name change.
I just fixed that typo.
Search found 54 matches
- Mon Dec 04, 2017 10:58 am
- Forum: SDK Support
- Topic: Missing function or incorrect function reference
- Replies: 2
- Views: 22498
- Sun Mar 19, 2017 7:49 pm
- Forum: General Developer Support
- Topic: Devices which are Expunged but don't leave...
- Replies: 3
- Views: 8552
Re: Devices which are Expunged but don't leave...
The latest SDK should include the "Expunge" tool to specifically expunge single libraries/devices (i.e. "Expunge my.device") or multiple libraries/devices matching a pattern (i.e. "Expunge my_#?.device" to expunge "my_first.device" and "my_second.device") from memory.
Apart from that you should ...
Apart from that you should ...
- Fri Jan 13, 2017 8:42 am
- Forum: General Developer Support
- Topic: Semaphore
- Replies: 4
- Views: 6410
Re: Semaphore
Our semaphores more or less match what other system call a "mutex", i.e. something that can be obtained once only. In contrast to a mutex the semaphore of other systems can be obtained up to n times in parallel, but the n+1 accessor will be blocked until one of the first n releases the semaphore ...
- Fri Feb 19, 2016 10:55 am
- Forum: AmigaOS Feature Requests
- Topic: Serbian locale
- Replies: 3
- Views: 9241
Re: Serbian locale
@vox
Several projects can be translated on Transifex . Just get a login in there. After that you can be assigned as serbian translator for all projects, i.e. MUI, YAM, various 3rd party MUI classes.
Translations can either be done online or offline. Online translations require a decent browser ...
Several projects can be translated on Transifex . Just get a login in there. After that you can be assigned as serbian translator for all projects, i.e. MUI, YAM, various 3rd party MUI classes.
Translations can either be done online or offline. Online translations require a decent browser ...
- Sun Dec 06, 2015 8:10 pm
- Forum: General AmigaOS
- Topic: Troubles in Commodity-land
- Replies: 65
- Views: 64490
Re: Troubles in Commodity-land
but I can't really be bothered to argue about it and the bugtracker won't let me add to or re-open the bug anyway.
Did you try to login? Your account is approved. As such you are able to comment and to reopen tickets. But that requires a successfull login. Otherwise everything is forbidden or at ...
Did you try to login? Your account is approved. As such you are able to comment and to reopen tickets. But that requires a successfull login. Otherwise everything is forbidden or at ...
- Wed Nov 18, 2015 3:31 pm
- Forum: General AmigaOS
- Topic: System clock bug (crash)
- Replies: 8
- Views: 7384
Re: System clock bug (crash)
I keep a digital clock (Sys:Utilities/Clock) on my Workbench toolbar and just discovered that if I turn off compositing in GUI prefs, the clock crashes when Workbench attempts to close and reopen.
No offence, but a simple bug report like "it crashes" is worth nothing. It is even more worthless ...
No offence, but a simple bug report like "it crashes" is worth nothing. It is even more worthless ...
- Wed Aug 26, 2015 9:49 am
- Forum: General Developer Support
- Topic: Serious low memory handler bug (Solved)
- Replies: 16
- Views: 14786
Re: Serious low memory handler bug (freeze)
@xenic
I really must second gazelle here. Your lowmemory handler simply assumes that the MEMHF_RECYCLE flag is definitely set at some time. This might sound logical on the first sight, but there is no guarantee that your handler is really called a second time. If the memory allocation succeeded ...
I really must second gazelle here. Your lowmemory handler simply assumes that the MEMHF_RECYCLE flag is definitely set at some time. This might sound logical on the first sight, but there is no guarantee that your handler is really called a second time. If the memory allocation succeeded ...
- Mon Aug 24, 2015 2:57 pm
- Forum: General Developer Support
- Topic: Serious low memory handler bug (Solved)
- Replies: 16
- Views: 14786
Re: Serious low memory handler bug (freeze)
While working on the low memory handler in Dopus5, I discovered a fatal bug in OS4. If a low memory handler returns MEM_TRY_AGAIN then the system will fail and freeze. I've written this test program to demonstrate the freeze:
There is no bug in OS4, but in your code and you get exactly what you ...
There is no bug in OS4, but in your code and you get exactly what you ...
- Mon Jan 12, 2015 12:06 pm
- Forum: AmigaOS Feature Requests
- Topic: MUI Themes for MUI4 and Context Menus Preference
- Replies: 10
- Views: 20210
Re: MUI Themes for MUI4 and Context Menus Preference
MUI4 for AmigaOS offers exactly the same set of features as MUI4 for MorphOS. As such you can easily switch between all available themes by selecting them from the "Settings" popup menu.
Actually, they are not the same. I've painted MUI4 themes for both platforms and they are similar, but not the ...
Actually, they are not the same. I've painted MUI4 themes for both platforms and they are similar, but not the ...
- Sun Jan 11, 2015 7:36 pm
- Forum: AmigaOS Feature Requests
- Topic: MUI Themes for MUI4 and Context Menus Preference
- Replies: 10
- Views: 20210
Re: MUI Themes for MUI4 and Context Menus Preference
For anything MUI related you should use their web site at http://muidev.de/
MUI is a 3rd party contribution and the developers prefer that you use their web site for any communications.
Thanks Ssolie :) Will try that :)
There is nothing to be done from our side. MUI4 for AmigaOS offers exactly ...
MUI is a 3rd party contribution and the developers prefer that you use their web site for any communications.
Thanks Ssolie :) Will try that :)
There is nothing to be done from our side. MUI4 for AmigaOS offers exactly ...