Search found 401 matches
- Fri Jul 22, 2011 5:47 am
- Forum: SDK Support
- Topic: Info on releasing the pubscreen lock
- Replies: 5
- Views: 5569
Re: Info on releasing the pubscreen lock
@tonyw Is that right? I just tried with the console, opened it on its own (Auto) screen, then iconified it. It closes the screen, sure, but the icon appears on the WB screen and when I double-click the icon, the Auto screen opens again. I guess the auto screen opens at LockPubScreen() time, so it lo...
- Fri Jul 22, 2011 5:36 am
- Forum: SDK Support
- Topic: Info on releasing the pubscreen lock
- Replies: 5
- Views: 5569
Re: Info on releasing the pubscreen lock
@Rigo And as a result of this, I have changed window.class to now check for the validity of the screen it is supposed to open on before attempting to open. Basically what this means is that if you unlock the pubscreen while your window is iconified, then try to open it again, it will check to make s...
- Thu Jul 21, 2011 7:30 pm
- Forum: SDK Support
- Topic: Info on releasing the pubscreen lock
- Replies: 5
- Views: 5569
Info on releasing the pubscreen lock
The Intuition autodoc (as well as the RKRM) encourages releasing the pubscreen lock after opening the window: You needn't hold the "pubscreen lock" for the duration that your window is opened. LockPubScreen() basically has the same effect as an open visitor window: it prevents the screen f...
- Mon Jul 11, 2011 7:20 am
- Forum: General AmigaOS
- Topic: MultiView / AmigaGuide.library Bugs (1 minor, 2 grave)
- Replies: 15
- Views: 8867
Re: MultiView / AmigaGuide.library Bugs (1 minor, 2 grave)
The problem is the animation.datatype superclass is rather outdated and not terribly efficient. It needs updating to support truecolour formats ... I think the entire datatypes system is in for a revamp. For instance, it would be great to have a document.datatype superclass that would display text ...
- Sat Jul 02, 2011 1:46 pm
- Forum: SDK Support
- Topic: Release Notes
- Replies: 9
- Views: 11873
Release Notes
One thing I cannot understand is why the OS4 Release Notes are still not part of the SDK. I asked some time ago, and was told that they are under NDA and so cannot be published. Allright, but what is the reason for making them classified? What's so terribly secret about them? AmigaOS4 has been under...
- Fri Jul 01, 2011 10:58 am
- Forum: SDK Support
- Topic: Deprecated functions in reaction_macros.h
- Replies: 5
- Views: 6973
Re: Deprecated functions in reaction_macros.h
Some gadget inetrfaces have more functions than that tough, so in those cases you might need to get the inetface as well. I see, so whenever I want to call IListBrowser->AllocListBrowserNode() or similar functions, I do need to GetInterface() first. OK, that makes good sense. To sum it up, in order...
- Fri Jul 01, 2011 9:39 am
- Forum: General Developer Support
- Topic: ReAction clicktab.gadget key activation
- Replies: 0
- Views: 2872
ReAction clicktab.gadget key activation
ReAction's clicktab gadget allows key activation of the individual tabs. Assigned keys work fine and bring the respective tab page to view as expected - but the clicktab also shows the following behaviour. If you press the particular key for the second time, the first gadget in the tab page may get ...
- Fri Jul 01, 2011 9:00 am
- Forum: Platform: AmigaOne 500 and Sam series
- Topic: First keyboard press eaten...
- Replies: 24
- Views: 22341
Re: First keyboard press eaten...
It is still there on my Sam440ep. I have U-Boot 1.3.1d and Update2 installed (uhci.usbhcd V53.7).Spectre660 wrote:Its is gone with U-Boot 1.3.1d on a Sam flex.
- Fri Jul 01, 2011 8:43 am
- Forum: SDK Support
- Topic: Deprecated functions in reaction_macros.h
- Replies: 5
- Views: 6973
Re: Deprecated functions in reaction_macros.h
I would also like to point out that you should be using IIntuition->OpenClass() and IIntuition->CloseClass() exclusively when loading/unloading BOOPSI classes. The autodoc for OpenClass() says: "Use of this function can eliminate the need for getting the class interface ..." I'm slightly ...
- Thu Jun 30, 2011 5:14 pm
- Forum: General Developer Support
- Topic: OS4 native datatype examples and documentation
- Replies: 7
- Views: 5295
OS4 native datatype examples and documentation
Since the introduction of datatypes in OS3, we have always proudly mentioned them as one of Amiga's revolutionary features. Unfortunately, no one ever cared to provide good developer documentation for writing datatypes. (Same for BOOPSI classes or Dockies, by the way.) The potential that datatypes b...