OK, thanks. Hopefully all of that will be documented!
I was amazed to see that Dtpic is not documented at all, and in fact is missing vital definitions in it's #include which prevent it from being used (without declaring them yourself).
Search found 380 matches
- Thu Sep 01, 2011 11:45 am
- Forum: General AmigaOS
- Topic: An old MUI bug for ImageObject
- Replies: 3
- Views: 2546
- Wed Aug 31, 2011 11:18 pm
- Forum: General AmigaOS
- Topic: An old MUI bug for ImageObject
- Replies: 3
- Views: 2546
An old MUI bug for ImageObject
I'm reporting a MUI bug I found present in AmigaOS4.1 Update 2 (I will try to report back after upgrading to Update 3, but I will be surprised if it has been fixed). I wanted to create a MUI gui with a picture inside a button. The following code does not work as expected: Child,GroupObject, MUIA...
- Wed Aug 31, 2011 12:10 pm
- Forum: General AmigaOS
- Topic: Update 3 - No new con-handler?
- Replies: 25
- Views: 20745
Re: Update 3 - No new con-handler?
I can't believe that some people are expected to get new features for free - that is not normal IT practice. Update 1 was an extremely unusual & much appreciated (by me anyway) collection of new features for OS4.1 (plus bug fixes of course). That we got USB2 for free in Update 3 was also rather ...
- Tue Aug 30, 2011 7:26 pm
- Forum: Platform: AmigaOne 500 and Sam series
- Topic: USB copy speed on SAM440ep
- Replies: 3
- Views: 5050
Re: USB copy speed on SAM440ep
Some things which work on Windows (which contains lots of work-arounds & bugs assumed to be true on all OSes), may not work on an Amiga or other niche OS. Would be an idea to try another memory stick, or even better, an external harddisk. Might also be worth formatting it as SFS, to see if this ...
- Tue Aug 30, 2011 7:20 pm
- Forum: Platform: AmigaOne 500 and Sam series
- Topic: Keyboard and mouse problem
- Replies: 25
- Views: 22971
Re: Keyboard and mouse problem
I never said so that means standard USB ports does it not? You've obviously never had to deal with remotely solving end-user problems... If they haven't mentioned something (however obvious) then 50% chance they've done it wrong :-D or at least not the way you expect. And if you ARE an end-user rep...
- Tue Aug 30, 2011 12:40 pm
- Forum: Platform: AmigaOne 500 and Sam series
- Topic: Keyboard and mouse problem
- Replies: 25
- Views: 22971
Re: Update 3 Bug List for SAM Range
Using AmigaOne keyboard and mouse here from AmigaKit. * Sometimes when booting the keyboard isn't found also sometimes the mouse wheel isn't recognised. A bit more info might help Hyperion: * Are they plugged directly into the USB ports, or via a hub? * Are you using the built-in USB ports or a USB...
- Thu Aug 25, 2011 8:02 pm
- Forum: Platform: AmigaOne XE and MicroA1-C
- Topic: OS4.1 fails to install on AmigaOne SE
- Replies: 26
- Views: 31816
Re: OS4.1 fails to install on AmigaOne SE
Are you using the original AmigaOS4.1 CD, or the (downloaded & burnt) CD with Update 1 on it? The latter should have many bugs fixed.
- Thu Aug 25, 2011 7:54 pm
- Forum: General Developer Support
- Topic: RGB rastport functions.
- Replies: 5
- Views: 4714
Re: RGB rastport functions.
I just learned that MorphOS and AROS has a new function (or atleast new attributes) that amend this by letting you set an RGB value directly as A-pen and presumably B-pen without actually having to mess with a pen: SetRPAttrs(rp, RPTAG_PenMode, FALSE, RPTAG_FgColor, 0xFFCC88, TAG_DONE); I would rea...
- Mon Aug 22, 2011 10:06 pm
- Forum: General AmigaOS
- Topic: Calculator bugged in Extended mode
- Replies: 13
- Views: 6362
Re: Calculator bugged in Extended mode
I do that all the time, and have never had a problemHypex wrote:1. Open Calculator Icon.
2. Select Extended mode from menu using mouse.
- Sat Aug 20, 2011 12:02 pm
- Forum: General AmigaOS
- Topic: Feature request: Lock window to be at top
- Replies: 18
- Views: 10736
Re: Feature request: Lock window to be at top
There is a bug though (last time I tested): If you have two normal windows behind a StayTop window it is impossible to depth arrange these normal windows correctly because they can never become ontop of the StayTop window, and therefore can never be put to back (because the can never get tofront in...