Search found 1072 matches

by tonyw
Tue Aug 30, 2011 12:01 am
Forum: General AmigaOS
Topic: Update 3 scroll wheel no longer working
Replies: 34
Views: 38524

Re: Update 3 scroll wheel no longer working

The 460 User Manual says to always turn the machine off for a few seconds.

I've found that if I do that religiously, I never have a problem with the bootmouse driver getting in the way.
by tonyw
Fri Aug 26, 2011 12:15 am
Forum: General Developer Support
Topic: RGB rastport functions.
Replies: 5
Views: 4714

Re: RGB rastport functions.

@Deniil:

Look up the docs for IGraphics->SetRPAttrs in graphics.doc. You will probably be interested in the tags RPTAG_APen and RPTAG_BPen. I can give you a code snippet if you like.

Good to see that the clones have partly caught up.
by tonyw
Wed Aug 24, 2011 1:12 am
Forum: General AmigaOS
Topic: usbprinter.device problem if printer not turned on
Replies: 40
Views: 19654

Re: usbprinter.device problem if printer not turned on

The printer support in OS4 has always been sadly lacking (we can't use anything from OS 3.9 and Turboprint barely runs because of its old bugs). Adding USB drivers in the chain only exposes more problems. Someone will address the printing architecture one day, but there is a limit to the work that w...
by tonyw
Sat Aug 20, 2011 10:19 am
Forum: General AmigaOS
Topic: Better crash handling
Replies: 4
Views: 4847

Re: Better crash handling

...when a task crashes the crash handler should verify if the crashed task holds any locks...
And therein lies the problem. There is no way of obtaining that information with the current architecture. We're working towards it slowly but it will take time.
by tonyw
Thu Aug 18, 2011 1:43 pm
Forum: SDK Support
Topic: Large_File_Support
Replies: 2
Views: 4372

Re: Large_File_Support

I think all system components that have been written since 64-bit file sizes were available, now use the 64-bit file size fields. Some of the older components have been upgraded to 64-bit. There are some system components that have not been upgraded and if you find one, please highlight it so that w...
by tonyw
Wed Aug 17, 2011 12:45 am
Forum: General AmigaOS
Topic: Feature request: Lock window to be at top
Replies: 18
Views: 10737

Re: Feature request: Lock window to be at top

I guess you'd have to program the support so that only one window could be set to "ON" at a time. When you select one window's "StayOnTop" button, the code would have to turn off the switch on every other window.
by tonyw
Fri Aug 12, 2011 1:24 am
Forum: General AmigaOS
Topic: Suggestion: Click Cursor Position in CLI
Replies: 14
Views: 9042

Re: Suggestion: Click Cursor Position in CLI

Click anywhere on the command line and the cursor moves there. Any existing highlighted (selected) area anywhere on the screen is de-selected. Click and drag (anywhere on the screen) selects the text as you drag along it (as you would expect). I've got an idea about double-clicking, I'll look into i...
by tonyw
Fri Aug 12, 2011 1:00 am
Forum: SDK Support
Topic: Release Notes
Replies: 9
Views: 11873

Re: Release Notes

There is no usable information in the releasenotes that isn't already in the Autodocs. The releasenotes just say things like:
"V53.6: fixed a bug in name-handling (BZ #6777)". If you're lucky. Many devs don't even say that much.
by tonyw
Thu Aug 11, 2011 3:36 am
Forum: General AmigaOS
Topic: Suggestion: Click Cursor Position in CLI
Replies: 14
Views: 9042

Re: Suggestion: Click Cursor Position in CLI

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. Double-clicking to select a word is a bit difficult, because the console.device gets the double-click but the con-handler is ...
by tonyw
Wed Aug 03, 2011 1:17 am
Forum: General AmigaOS
Topic: Suggestion: Click Cursor Position in CLI
Replies: 14
Views: 9042

Re: Suggestion: Click Cursor Position in CLI

You can think of lots of "shortcuts" like that, but you end up with so many low-level features that only a few users can remember them and most people don't use them. Also (and this is the worst part) maintaining such code is a horrible job. If that is what fingus wants, I'd suggest that b...