bradl
Are We There Yet?
If you have a need (like dual monitors) for Start Menus on the right side of your screen(s), do the following:
1. Copy the entire folder SuperStartMenu2 to SuperStartMenu3. On my system that folder is located here:
C:\VT3\Skins\Desktop\StartMenu\Default
So now in this folder you will have three folders:
SuperStartMenu
SuperStartMenu2
SuperStartMenu3
2. Edit one line (~ line 18) in the Initialization.ToasterScript found in the new SuperStartMenu3 folder:
from:
SetWindowPosition(0,29)
to:
SetWindowPosition(GetScreenWidth()-203, 29)
This works for my dual monitor setup of 2560 x 1024, but should work for other setups as well. Backup up any files in the Default directory before you start just in case you need to have a fall back position, but you are only coping and editing the copy so no real harm can be done.
Also, I have updated the vertical menu to include Mirage and sent it to Doc at www.phreakboy.com for inclusion in his Mirage menu item downloads, look for it there soon.
1. Copy the entire folder SuperStartMenu2 to SuperStartMenu3. On my system that folder is located here:
C:\VT3\Skins\Desktop\StartMenu\Default
So now in this folder you will have three folders:
SuperStartMenu
SuperStartMenu2
SuperStartMenu3
2. Edit one line (~ line 18) in the Initialization.ToasterScript found in the new SuperStartMenu3 folder:
from:
SetWindowPosition(0,29)
to:
SetWindowPosition(GetScreenWidth()-203, 29)
This works for my dual monitor setup of 2560 x 1024, but should work for other setups as well. Backup up any files in the Default directory before you start just in case you need to have a fall back position, but you are only coping and editing the copy so no real harm can be done.
Also, I have updated the vertical menu to include Mirage and sent it to Doc at www.phreakboy.com for inclusion in his Mirage menu item downloads, look for it there soon.
Last edited: