home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / acorn / 10092 < prev    next >
Encoding:
Internet Message Format  |  1992-12-11  |  1.5 KB

  1. Path: sparky!uunet!mcsun!sun4nl!wtrlnd!oeinck!ferdinan
  2. From: ferdinan@oeinck.waterland.wlink.nl (ferdinand oeinck)
  3. Newsgroups: comp.sys.acorn
  4. Subject: Re: Ideas for a new filer
  5. Message-ID: <966eVB1w165w@oeinck.waterland.wlink.nl>
  6. Date: Fri, 11 Dec 92 19:57:19 CET
  7. References: <1992Dec11.123536.1328@black.ox.ac.uk>
  8. Organization: My own node in Groningen, NL.
  9. Lines: 24
  10.  
  11. microsoc@black.ox.ac.uk (Paul Gilkerson) writes:
  12.  
  13. > Actually, you can change what the filer displays in `full info` mode
  14. > (to a certain extent anyway) by altering it's template file. The
  15. > filer window contains an icon containing a date format, and possibly
  16. > other things too (I can't remeber off-hand). I changed the date format
  17. > (it's something like %d %m3 %ce%yr (?)) to include the day, and exclude
  18. > the century. I had to change the length of the icon, but it all works
  19. > perfectly. I doubt if you could change the size of the icon though.
  20.  
  21. Displaying filenames in the filerwindow with a length greater than 10 is
  22. possible too. Change in the template file the size of the indirected text
  23. buffer of the file-icon's (number 3 or 4) to the required size plus one.
  24. Get a copy of the filer-module from ROM and change the instruction at
  25. offset 0x19a0 to CMP R2,#<size>. Before starting the desktop, set the
  26. filer$path variable to point to the directory where the template and message
  27. files are and rmload the new filer-module.
  28.  
  29. So now I can see full MSDOS names in my PClinkfs filer window. 
  30. > Paul.
  31. Ferdinand.
  32.  
  33.