Ticket #283 (Fixed)Tue May 03 09:55:09 UTC 2011
Use of *AddTinyDir to add a blank icon to the bar
Reported by: | Trevor Johnson (329) | Severity: | Minor |
Part: | RISC OS: Module | Release: | |
Milestone: | Status | Fixed |
Details by Trevor Johnson (329):
<blockquote>Has the use of *AddTinyDir changed on RISC OS 5 (specifically 5.16)? It
always used to be possible to do
with no filename to add a blank icon to the bar: this is documented in the
RO3 User Guide, and works on RO4.37. On RO5.16, however, the command has no
effect without a filename.
Is this a bug, or is there a setting that I’ve forgotten somewhere?</blockquote>
- c.s.a.apps thread from 2011-04-29
- Sources/Desktop/Pinboard/s/Buffered diffs 4.1->4.4 (maybe the reason’s there somewhere?)
Changelog:
Modified by Fred Graute (114) Tue, May 03 2011 - 10:29:14 GMT
Yes, the answer is in the diff. Inside the routine AddTinyDirs there’s a check to see if there are other TinyDirs icons present. This check has its exit condition changed from ‘GT’ to ‘GE’, which is wrong. The original exit condition needs to be reinstated.
Modified by Sprow (202) Mon, September 19 2011 - 07:42:36 GMT
- Status changed from Open to Fixed
Fixed in 0.92. Well spotted!
Modified by Andrew Hodgkinson (6) Fri, August 30 2013 - 07:05:01 GMT
- Milestone changed from 3rd public site release completed to Unspecified
- Release changed from 3rd public site release to Unspecified