Search found 488 matches
- Thu Dec 21, 2017 9:25 pm
- Forum: Platform: AmigaOne X5000
- Topic: Date & Time will not stay
- Replies: 26
- Views: 9248
Re: Date & Time will not stay
OTOH there would be even less sense in not adhering to the time changes the rest of the world have chosen to make - sort of like insisting on driving on the other side of the road than all your fellow drivers. I never suggested doing any such thing. If the A-Eon time prefs doesn't work correctly wi...
- Thu Dec 21, 2017 6:34 pm
- Forum: Platform: AmigaOne X5000
- Topic: Date & Time will not stay
- Replies: 26
- Views: 9248
Re: Date & Time will not stay
The stupid time prefs in the humourously named "Enhancer" pack is baffled by daylight saving, and was always one hour out. I eventually solved the problem by programming daylight saving dates into it (even though the standard AOS locale prefs writes this to a variable. To be honest there ...
- Wed Dec 20, 2017 8:24 am
- Forum: Platform: AmigaOne X5000
- Topic: Date & Time will not stay
- Replies: 26
- Views: 9248
Re: Date & Time will not stay
Setting it to a "time server" for the date and time (no one elaborated on how to do this) is handy but does not address the real problem. Just add to your S:network-startup file: Date SERVER <ntp server> SetClock SAVE and your clock will be set according to NTP every startup. I use fi.poo...
- Mon Dec 18, 2017 9:54 pm
- Forum: Platform: AmigaOne X5000
- Topic: Date & Time will not stay
- Replies: 26
- Views: 9248
Re: Date & Time will not stay
Just sync your computer's clock to an NTP server on startup and it won't matter if the hardware clock keeps the time or not while the computer is turned off.
I have both my NG Amiga computers set up this way.
I have both my NG Amiga computers set up this way.
- Mon Dec 18, 2017 8:29 pm
- Forum: General AmigaOS
- Topic: Appdir
- Replies: 2
- Views: 1749
Re: Appdir
I find this does not work as the actual values are stored in env: and envarc: so unless I delete those entries clearing appdir does not work. Is this proper approach to just clear out or am I missing something. No, constantly clearing APPDIR: is overkill when the real problem is that APPDIR: is an ...
- Thu Dec 14, 2017 10:29 am
- Forum: SDK Support
- Topic: Are #pragma pack() statements no longer needed?
- Replies: 4
- Views: 4308
Re: Are #pragma pack() statements no longer needed?
@xenic The latest AHI includes in the AmigaOS source repo do now have the standard alignment pragma statements (also optional AmigaOS namespace for C++). Most likely they were left out before because no-one thought to add them and the lack of them didn't cause any problems because none of the public...
- Mon Dec 04, 2017 11:00 am
- Forum: SDK Support
- Topic: Missing definitions
- Replies: 5
- Views: 5053
Re: Missing definitions
@xenic
I corrected the header file comment just after posting and committed it to the source repo.
I corrected the header file comment just after posting and committed it to the source repo.
- Fri Dec 01, 2017 11:23 am
- Forum: SDK Support
- Topic: Missing definitions
- Replies: 5
- Views: 5053
Re: Missing definitions
There is this item in SDK:Include/include_h/gadgets/layout.h: #define LAYOUT_LabelColumn (LAYOUT_Dummy+34) /* (ULONG) LABELTEXT_LEFT or LABELTEXT_RIGHT, the side where object labels are placed in a vertical group. */ I can't find LABELTEXT_LEFT or LABELTEXT_RIGHT defined anywhere in the SDK. Can so...
- Mon Nov 27, 2017 10:16 pm
- Forum: Platform: AmigaOne X5000
- Topic: PFS in OS4 possible?
- Replies: 7
- Views: 4450
Re: PFS in OS4 possible?
FWIW I've considered looking into doing that just for fun, but right now I have some other work I need to do...tonyw wrote:It's most unlikely that anyone will bother to recompile such an old FS as PFS to use OS4's new features.
- Mon Nov 27, 2017 10:11 pm
- Forum: General AmigaOS
- Topic: AmiStore/CANDI bug
- Replies: 10
- Views: 8936
Re: AmiStore/CANDI bug
@Raziel
IIRC it was a dependency of the updated libfontconfig and that is why it had to be included in 4.1 FE update #1. Something to do with fonts I guess...
IIRC it was a dependency of the updated libfontconfig and that is why it had to be included in 4.1 FE update #1. Something to do with fonts I guess...