Just_A_Nut
03-29-2002, 01:53 AM
In all of My undocked windows, I can set the title (caption) to whatever I want except for the spawnlist. It always shows as "showeq".
I've tried setting the following options (one at a time, not both at the same time) in showeq.conf in the [] sections of the file :
[SpawnList]
Title "ShowEQ-Spawnlist"
also tried setting it here:
[CategoryMgr]
Title "ShowEQ -Spawnlist"
Neither of these worked.
I found this snippet in spawnlist.cpp
-----begin snippet-----
setCaption(pSEQPrefs->getPrefString("SpawnList_Caption", "ShowEQ - Spawn List"));
-----end snippet-----
Shouldn't that set the window title to "ShowEQ - Spawn List" if there is no option read from the showeq.conf file?
I also tried setting:
[SpawnList]
SpawnList_Caption "ShowEQ - Spawn List"
and tried :
[SpawnList]
Caption "ShowEQ - Spawn List"
Neither worked.
This is the only window that I can't seem to set/change the title on.
Is anyone else having this problem, is it a possible bug, or do I just have the title set in the wrong place or using the wrong option name?
Any help is greatly appreciated,
Just_A_Nut
I've tried setting the following options (one at a time, not both at the same time) in showeq.conf in the [] sections of the file :
[SpawnList]
Title "ShowEQ-Spawnlist"
also tried setting it here:
[CategoryMgr]
Title "ShowEQ -Spawnlist"
Neither of these worked.
I found this snippet in spawnlist.cpp
-----begin snippet-----
setCaption(pSEQPrefs->getPrefString("SpawnList_Caption", "ShowEQ - Spawn List"));
-----end snippet-----
Shouldn't that set the window title to "ShowEQ - Spawn List" if there is no option read from the showeq.conf file?
I also tried setting:
[SpawnList]
SpawnList_Caption "ShowEQ - Spawn List"
and tried :
[SpawnList]
Caption "ShowEQ - Spawn List"
Neither worked.
This is the only window that I can't seem to set/change the title on.
Is anyone else having this problem, is it a possible bug, or do I just have the title set in the wrong place or using the wrong option name?
Any help is greatly appreciated,
Just_A_Nut