Question: Custom Tool Button with the same properties of the Main Toolbar
Is there a way to get the Custom Tool bar to allow the buttons to stay depressed to show an application is running?
Also, along the same lines, in the tools menu at the top of FV, is there a way to have a check mark in front of my application that is running.
thanks for the help.
Environment
| FalconView Version: | FalconView 4.1 |
| Interface: | Ilayer |
| Language: | Visual C++ %EDITCELL{checkbox, 7, C++, C# VS 2003,C# VS 2005, Visual Basic, Visual Basic.Net, Java, C++.Net}% |
-- MatthewClark - 06 May 2008
Answer
If FalconView finds a window with the contents of the "Window Title" field it it. It will show the button as depressed. So if you added notepad and there is a window with the string "notepad" in it, the button will appear depressed. This has some issue because it would also appear depressed if you had a word document with the word "notepad" in the file name open or if you have a folder named "My Notepad data" open.
In 4.2 we may change the behavior somewhat but we are not sure. It turns out that searching the desktop for the window title is fairly processor intensive.
