I uninstalled 2.2.0.7, and unfortunately, neither problem was fixed, even after deleting the xml files and restarting. Ive been looking at the xml files, though, and it seems they are not saving correctly. After changing the main menu to 3 column view, I closed TLB and then opened the correct xml file. As you can see (below), the "columns" value changed to "3", but the "isMultiColumn" is still "0". Is this what might be causing the problem?
<?xml version="1.0" encoding="UTF-8" ?>
- <tlbdata>
- <folder name="">
<options ArrangeOptions="0" Columns="3" IconSize="0" isRecent="0" lockFlag="0" ViewMode="0" ViewStyle="0" overlayFileName="" overlayTransparency="0" isMultiColumn="0" filterPermanent="0" filterFolders="0" filterShowMask="" filterHideMask="" filterModifiedDays="0" filterCreatedDays="0" />
</folder>
</tlbdata>
And the child menu settings still arent working correctly, unless I go into the xml file afterwards and fix the values myself or I go through each child folder and fix them one by one.
I attached a screenshot of the settings window to show how I customized the parent menu. I then closed TLB and looked at the resulting xml file (below). You can see that the thumbnail size for child has changed mysteriously to "80" instead of "48". ???
<?xml version="1.0" encoding="UTF-8" ?>
- <tlbdata>
- <folder name="">
- <childs>
<folder name="colorado 2003" />
</childs>
- <options ArrangeOptions="0" Columns="3" IconSize="48" isRecent="0" lockFlag="0" ViewMode="3" ViewStyle="0" overlayFileName="" overlayTransparency="0" isMultiColumn="0" filterPermanent="0" filterFolders="0" filterShowMask="" filterHideMask="" filterModifiedDays="0" filterCreatedDays="0">
<ChildsOptions ArrangeOptions="0" Columns="3" IconSize="80" isRecent="0" lockFlag="0" ViewMode="3" ViewStyle="0" overlayFileName="" overlayTransparency="0" isMultiColumn="0" filterPermanent="0" filterFolders="0" filterShowMask="" filterHideMask="" filterModifiedDays="0" filterCreatedDays="0" />
</options>
</folder>
</tlbdata>
I would like to find out if there is anyone else having a similar problem...