Tuniac tries to get focus when "-restore" is used.
Windows no longer supports an application bringing itself to the foreground and instead just flashes in the taskbar when it attempts to set itself to focus.
http://msdn.microsoft.com/en-us/library ... 85%29.aspx
It is true that Windows considers the app closed and relaunches if an app is only in the systray and you click it's pinned item. This is why I wasn't seeing any decent Windows messages coming through in debug. Tuniac then see's itself open, passing the command line to the existing Tuniac window and auto closes.
It's upto Windows, if it flashes or brings to foreground.
http://www.wasteofcash.com/Tuniac/
100922
-Tuniac now will use"-restore" as a command line given to an existing Tuniac window if no other command lines were given. If you give any command line "-restore" will not automatically happen.
-fix auto selecting visible playlist on mouse region selection
-fix del key for multiple playlist deletion
-changes, bug fixes, speed improvements in other bits of code.
The del key not working on mouse region selection would be related to the ML being the previous visible and getting auto selected in error, then del key trying to remove only the first playlist and the first selected was the ML that can not be deleted. If that makes sense to you
