Confirmed, and fixed internally.
Thanks for the report.
Simon
Search found 196 matches
- Sat Jan 24, 2015 6:22 pm
- Forum: General AmigaOS
- Topic: Bug in listbrowser.gadget with GA_HintInfo [solved]
- Replies: 4
- Views: 1468
- Wed Jan 21, 2015 3:21 am
- Forum: General AmigaOS
- Topic: Is http://update.amigaos.net down?
- Replies: 16
- Views: 15650
Re: AmiUpdate, is http://update.amigaos.net down?
So, as it turns out, this is actually nothing to do with AmiUpdate at all. I would appreciate you changing the thread title to reflect that before people think I'm actually to blame 
Simon

Simon
- Fri Jan 16, 2015 12:19 pm
- Forum: General AmigaOS
- Topic: OS4.1FE Shell + Snoopy bug??
- Replies: 14
- Views: 3813
Re: OS4.1FE Shell + Snoopy bug??
Snoopy 53.34 is now available via AmiUpdate.
Simon
Simon
- Thu Nov 20, 2014 10:58 am
- Forum: Platform: AmigaOne 500 and Sam series
- Topic: Sam460Ex AOS Display/Boot Problem
- Replies: 45
- Views: 56027
Re: Sam460Ex AOS Display/Boot Problem
That sounds like you are renaming the wrong one. Each time you boot the machine, settings stored in ENVARC: are copied to ENV: as access is requested, so you need to remove/rename the one in ENVARC:
Simon
Simon
- Fri Aug 22, 2014 11:51 pm
- Forum: General AmigaOS
- Topic: update.library 53.12
- Replies: 13
- Views: 4972
Re: update.library 53.12
I think you'll find this was an error that slipped into Update 6, where the main binary was updated without the library, hence it won't start. There is little that can be done for those installing a fresh update 6 system. You simply need to go to the downloads page at http://www.amiupdate.net and do...
- Fri Aug 22, 2014 11:48 pm
- Forum: General AmigaOS
- Topic: Updated software - Can we know the changes?
- Replies: 5
- Views: 1560
Re: Updated software - Can we know the changes?
ReleaseNotes is for beta testers only. ReleaseInfo is the general directory where the information is saved with each and every update, regardless of server. This can be disabled via the preferences, of course.
Simon
Simon
- Sun Aug 17, 2014 10:07 am
- Forum: Platform: AmigaOne XE and MicroA1-C
- Topic: Possible to use an A1XE G4 cpu module on u-A1C?
- Replies: 1
- Views: 5667
Re: Possible to use an A1XE G4 cpu module on u-A1C?
Yes, it will. You will need to check and change the vcore settings on the micro to suit the G4 CPU though.
Simon
Simon
- Tue Jul 01, 2014 12:48 am
- Forum: General AmigaOS
- Topic: Sourcecode mixing when updating [SOLVED]
- Replies: 4
- Views: 1505
Re: Sourcecode mixing when updating [SOLVED]
The clue is in the name: AmiUpdate - therefore it UPDATES software. This in turn denotes that it has to actually find something installed in order to update it.
Simon
Simon
- Thu May 01, 2014 12:34 am
- Forum: SDK Support
- Topic: Speedbar autodoc: SPEEDBAR_Window tag
- Replies: 19
- Views: 19962
Re: Speedbar autodoc: SPEEDBAR_Window tag
Yes, absolutely, and in which case a check if the window layer for the portion over the mouse pointer is actually at the front would need to be done. None of this is impossible, but I'm just wondering what impact it would have on the system each time a hint event is triggered. My guess is noticeable...
- Wed Apr 30, 2014 1:06 pm
- Forum: SDK Support
- Topic: Speedbar autodoc: SPEEDBAR_Window tag
- Replies: 19
- Views: 19962
Re: Speedbar autodoc: SPEEDBAR_Window tag
To try and get this back on topic: I am not familiar enough with the way intuition handles WA_Toolbox windows. I assume that it ignores any attempt to activate the window, but it does pass the attempt through to the IDCMP port to handle the input event (like clicking on a button). How this can be ch...