Search found 401 matches
- Mon Nov 28, 2011 7:40 pm
- Forum: General Developer Support
- Topic: Codeset conversion: the recommended way
- Replies: 8
- Views: 7820
Codeset conversion: the recommended way
Can we please have an official Hyperion word on how the poor developers should implement codeset conversion in their programs? I mean, in a future-proof way: "the recommended practice", if you like. Is codesets.library the way? Or is there an alternative solution under development that is ...
- Mon Oct 03, 2011 2:35 pm
- Forum: General AmigaOS
- Topic: Multiview - Text files
- Replies: 6
- Views: 3696
Re: Multiview - Text files
That's not a MultiView problem, it's a text.datatype problem. Apparently, the datatype performs filetype check and if it finds non-standard characters, it fails to recognize the text file and returns an error.
- Sun Sep 11, 2011 7:09 am
- Forum: General Developer Support
- Topic: Minimum version for OS4 sources
- Replies: 3
- Views: 3729
Re: Minimum version for OS4 sources
@JosDuchIt
I think (cannot check at the moment) that in the original OS4.1 (pre-Update 1), some of the ReAction classes (texteditor.gadget?) are still at version 52. Looks like oversight to me.ZeroG wrote:The lowest version to use is 52 (OS4.0 non-Beta) for system libraries, or 53 if it's a OS4.1 only app.
- Fri Aug 19, 2011 4:01 pm
- Forum: General AmigaOS
- Topic: Feature request: Lock window to be at top
- Replies: 18
- Views: 10739
Re: Feature request: Lock window to be at top
I'm fine with any solution that
- is not inherent to all windows;
- doesn't defeat the purpose of a multi-window environment by making windows compete for priority;
- doesn't clutter the window bar with unnecessary gadgets. Like I say, the pop-up menu is a neat solution.
- Fri Aug 19, 2011 10:32 am
- Forum: General AmigaOS
- Topic: Feature request: Lock window to be at top
- Replies: 18
- Views: 10739
Re: Feature request: Lock window to be at top
@ nexus If this were such a great and much-needed feature, surely operating systems would have implemented that in their windowing environments years ago? And I'm quite sure that OS and UI developments are pushed forward by greater brains than mine or yours :-) But seriously: adding another gadget t...
- Fri Aug 19, 2011 6:16 am
- Forum: General AmigaOS
- Topic: Feature request: Lock window to be at top
- Replies: 18
- Views: 10739
Re: Feature request: Lock window to be at top
@all All the "Always on top" windows will be above the other windows, and the user must use the front/back button to order them. I don't know how difficult is to implement this, but it might be really usefull some times. As Rigo said, that's what we have already. But I really think it sho...
- Thu Aug 18, 2011 8:17 am
- Forum: SDK Support
- Topic: Missing information in ReAction autodocs.
- Replies: 2
- Views: 4241
Re: Missing information in ReAction autodocs.
The ReAction gadget autodocs list the useful "GA_" tags but GA_TabCycle is not among them. I think it would be handy to list it as well, for two reasons: Many people are still unaware that the tab-cycling feature can be used with most gadgets, not just strings and integers (this fact is, I...
- Thu Aug 18, 2011 7:50 am
- Forum: SDK Support
- Topic: Autodoc file extension
- Replies: 0
- Views: 2936
Autodoc file extension
For historical reasons, the AmigaOS autodoc files take the .doc extension. I think it doesn't make sense any more - especially as the said extension denotes, by purest chance, a certain file format used by the most widespread editor in the world :-) The autodocs are text files so .txt would be more ...
- Wed Aug 17, 2011 3:25 pm
- Forum: General AmigaOS
- Topic: Feature request: Lock window to be at top
- Replies: 18
- Views: 10739
Re: Feature request: Lock window to be at top
@Calgor, nexus Of course there are ways to do it, I won't disagree on that! But I was rather talking about something else. Walkero - if I understand him correctly - wanted every window to have a toggle gadget in the bar showing (and letting the user select) whether the stay-on-top feature is on or o...
- Tue Aug 16, 2011 9:47 pm
- Forum: General AmigaOS
- Topic: Feature request: Lock window to be at top
- Replies: 18
- Views: 10739
Re: Feature request: Lock window to be at top
@walkero I wish there was a new window gadget, beside minimize, bring to back etc., that could lock the window to be all the time at the top of every other window. That is already possible but the programmer must enable this feature from within the code (by passing WA_StayTop, TRUE in the window def...