X2501 - 26 Dec. 2003 - 01:52:
task switch text only, something for tclock2 ?
i just mailed this request, for also adding the 'task switch text only' option to tclock2, which would be just the opposite to the 'task switch icons only' feature that is already present (properties/taskbar) and not really that hard to implement ?
this would only leave the task programs text
and finaly solve the problem that funky program icons represent on a clean simple desktop for once and for all
... if this is already possible to achieve with some other program, trick or hack, please le me know
This has been addressed before on other threads; I'll summarize the findings:
Not possible normally, through registry tweaks or reshacking. tclock2's "icons only" feature sets the size of the buttons to the size of the icons, so the text is cut off, therefore invisible.
It is possible to subclass the task switch area and explicitly tell it not to draw icons, I wrote a proggie that does that. It fails under XP when several tasks are grouped under one button and accessed by a popup menu, because the popup menu is drawn independantly of the main task switch area. This might be overcomeable with a little work. Unfortunately, I don't have access to the tclock2 source code, so it would involve running a separate app on top of tclock2 (assuming you need tclock2's other functions).
Alternatively, ditch the standard taskswitch and replace it. My "TaskSwitchHTML" does just that - it eats up quite a bit of resources though... it was just a 'proof of concept' app after all.