Search found 401 matches

by trixie
Tue Aug 16, 2011 6:22 am
Forum: SDK Support
Topic: Release Notes
Replies: 9
Views: 11873

Re: Release Notes

@Rigo

Thank you! Any info about the interlaced PNG bug in the datatype? Has it been fixed already?
by trixie
Sun Aug 14, 2011 9:49 am
Forum: General AmigaOS
Topic: Feature request: Workbench.prefs
Replies: 4
Views: 3296

Re: Feature request: Workbench.prefs

@OldFart When in iconmode it is highly convenient and aesthetically correct to have the icons shown in neatly arranged columns and rows. The window can be shrunk or enlarged to add positively to the experience. And all can be snapshot so position and size remain unchanged over time. This is great an...
by trixie
Fri Aug 12, 2011 9:59 am
Forum: General Developer Support
Topic: __USE_INLINE__
Replies: 3
Views: 3395

Re: __USE_INLINE__

@JosDuchIt

Thanks. The example might entice me to write a custom ReAction class - something I wanted to try out for quite some time.
by trixie
Fri Aug 12, 2011 6:55 am
Forum: General AmigaOS
Topic: Suggestion: Click Cursor Position in CLI
Replies: 14
Views: 9042

Re: Suggestion: Click Cursor Position in CLI

tonyw wrote:Well, in the new console (which you guys will get a hold of as soon as you get the latest beta releases), you can click anywhere on the command line to move the cursor there.
Wohoooo, now that's a feature! Thank you very much!
by trixie
Fri Aug 12, 2011 6:51 am
Forum: SDK Support
Topic: Release Notes
Replies: 9
Views: 11873

Re: Release Notes

I'll give you two practical examples. ReAction's requester.class has a silly and probably long-standing bug (now fixed by Simon) that affects the use of custom bitmp images with the requester. What it boils down to is: unless you dispose of the image object each time you close the requester, the req...
by trixie
Thu Aug 11, 2011 6:39 pm
Forum: SDK Support
Topic: Release Notes
Replies: 9
Views: 11873

Re: Release Notes

Plus, the SDK for AmigaOS 3.9 did contain the Release Notes so why all this secrecy now?
by trixie
Thu Aug 11, 2011 1:37 pm
Forum: General Developer Support
Topic: __USE_INLINE__
Replies: 3
Views: 3395

Re: __USE_INLINE__

DisposeObject((struct Object *)but); DisposeObject((struct Object *)integer); There is no "struct Object", there is only Object! As of the latest OS4 SDK, all BOOPSI gadgets and images are to be declared as a pointer to Object, not struct Gadget or Image, respectively. So try something li...
by trixie
Wed Aug 10, 2011 7:36 am
Forum: General Developer Support
Topic: GadTools STRING_KIND
Replies: 9
Views: 8058

Re: GadTools STRING_KIND

C_Boop_RKMButClass.c:(.text+0xb96): undefined reference to `HookEntry' C_Boop_RKMButClass.c:(.text+0xb9a): undefined reference to `HookEntry' In the 68k AmigaOS, HookEntry() was used to put the three hook function parameters on the stack and invoke the function in h_SubEntry. This is no longer the ...
by trixie
Fri Aug 05, 2011 7:48 am
Forum: General Developer Support
Topic: New tutorial online
Replies: 1
Views: 3214

New tutorial online

A new instalment in my loose series of tutorials on OS4 user interface programming can now be found on OS4coding.net, this time with a full working C code example. Enjoy!

http://www.os4coding.net/blog/trixie/re ... ppmessages