Search found 1072 matches

by tonyw
Wed Dec 11, 2019 7:40 am
Forum: AmigaOS Feature Requests
Topic: Shell be able to change dateformat
Replies: 3
Views: 5142

Re: Shell be able to change dateformat

I have submitted an enhancement request for you - BZ #10177.
by tonyw
Wed Dec 04, 2019 10:47 pm
Forum: General AmigaOS
Topic: Special Characters and Pattern Matching
Replies: 12
Views: 4351

Re: Special Characters and Pattern Matching

Noted.
by tonyw
Fri Nov 22, 2019 8:22 am
Forum: General AmigaOS
Topic: Home/End keys support in MultiView (text file)
Replies: 8
Views: 3137

Re: Home/End keys support in MultiView (text file)

Alt-Up and Alt-Down also go to the extremes of the document in "standard" Amiga key shortcuts.
by tonyw
Tue Nov 19, 2019 1:17 pm
Forum: Localization
Topic: Italian Installer 53.1
Replies: 10
Views: 17865

Re: Italian Installer 53.1

A back-slash is an escape character and is paired with the next character, whatever that is. In the example above, the first back-slash escapes the "n". The second escapes the ";" on the next line, which is not a known control character, so is ignored. The next character in the t...
by tonyw
Mon Nov 18, 2019 10:28 pm
Forum: Localization
Topic: Italian Installer 53.1
Replies: 10
Views: 17865

Re: Italian Installer 53.1

Like other languages, the Italian catalogs contain, for each string: (1) The string name in English; (2) The Italian translation; (3) The original English text. (Every string in the file is structured this way) In this case: MSG_ABOUT_INSTALLER2 \nCopyright (C) 1990-2009\ \nHyperion Entertainment CV...
by tonyw
Mon Nov 18, 2019 9:55 am
Forum: Localization
Topic: Italian Installer 53.1
Replies: 10
Views: 17865

Re: Italian Installer 53.1

OK, found it. Yes, it has been fixed (there are semi-colons in front of the English lines).
by tonyw
Sun Nov 17, 2019 10:06 pm
Forum: Localization
Topic: Italian Installer 53.1
Replies: 10
Views: 17865

Re: Italian Installer 53.1

The Italian language files were last updated and released to betatesters on 28-May-2016 (V53.3). Hopefully your problem was addressed in that release.

I don't speak Italian, so please explain the problem to me and I'll check the catalog for you.
by tonyw
Mon Sep 23, 2019 1:31 pm
Forum: General AmigaOS
Topic: (Auto)Switch-off monitor bug (ScreenBlanker)
Replies: 54
Views: 41589

Re: (Auto)Switch-off monitor bug (ScreenBlanker)

...it does sound like a waste of precious memory... I agree, but at the time that the screen blanker code was written (~2010 ?), screens didn't occupy 84 MB very often. During my recent forays into video device drivers, I have learned that there is an API entry to "switch off" the video o...
by tonyw
Mon Sep 23, 2019 12:11 am
Forum: General AmigaOS
Topic: (Auto)Switch-off monitor bug (ScreenBlanker)
Replies: 54
Views: 41589

Re: (Auto)Switch-off monitor bug (ScreenBlanker)

ScreenBlankerEngine doesn't allocate any large amounts of RAM (only a few structures here and there). I suspect that your "50 MB" is associated with opening a new screen to show a blanker animation. I haven't checked the code to see if it does this before checking for an animation to displ...
by tonyw
Wed Sep 04, 2019 11:55 pm
Forum: AmigaOS Feature Requests
Topic: Pivot monitor support on driver level?
Replies: 15
Views: 15006

Re: Pivot monitor support on driver level?

Niels, there are "reserved" fields in the specification, where manufacturers can define their own private attributes. I suspect that is how a pivoted monitor communicates with its driver. Remember that a Windows driver is usually provided by the monitor manufacturer, so they can define the...