View Single Post
  #9 (permalink)  
Old July 18th, 2001
afisk afisk is offline
LimeWire Developer
 
Join Date: May 6th, 2001
Location: New York
Posts: 691
afisk is flying high
Default

We will be making the options window independent of screen size in a future release, switching to a tree structure similar to that in Netscape.

For the time being, however, the solution that you mentioned will not work -- the sizing is determined dynamically at runtime and is not persistent between LimeWire sessions.

There is another option, however, although I would advise proceding with some caution.

The Options window changes the settings in the "limewire.props" file located in your installation directory. You can edit this file directly if you wish. The keys for the Advanced and Filters tabs are:

FORCE_IP_ADDRESS,
BANNED_WORDS,
FILTER_HTML
FORCED_IP_ADDRESS_STRING,
BLACK_LISTED_IP_ADDRESSES,
FREELOADER_FILES,
FILTER_ADULT,
FILTER_GREEDY_QUERIES,
FORCED_PORT,
FILTER_VBS,
FORCED_IP_ADDRESS,
FREELOADER_ALLOWED,
FILTER_DUPLICATES,
CONNECT_OK_STRING,
CONNECT_STRING,
FILTER_HIGHBIT_QUERIES


I may have missed some, but I don't think so. I can't go into the details of each one, but hopefully you can figure it out by looking at the file. LimeWire reads in these settings when it starts up.

One option would be to copy your limewire.props file from your other computer, or at least copying the settings you want.

I hope this helps.