Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

Panel problems with finding index.r files

 [1/2] from: raimund::swol::de at: 25-Feb-2001 9:51


Hi, if I start rebol from my home directory and press on the local button I get the following error message: ----------- To view locale files, you will need to create an index.r in your home directory. Within this index.r file put the names of the files that you would like to access. Information about the index.r file can be found under REBOL.com docs directory. Your current home directory is: /home/raimund/Development/rebol/ ------------- But I do have an index.r file in this directory: [raimund--linux]:~/Development/rebol > pwd /home/raimund/Development/rebol [raimund--linux]:~/Development/rebol > ls i* index.r If I start the panel from the Development/rebol directory, the locale button works as expected. Is this known behaviour? Another question: Is the number of items in the index.r file limited? At least the number of items the panel shows is limited, or not? Raimund

 [2/2] from: arolls:bigpond:au at: 27-Feb-2001 3:00


Yeah, it mentions what your home directory is, but it actually uses the current directory, which is probably where your view rebol executable is. This also means that you can have several different index.r files lying around in different directories. Anton.