- AppTitle.exe doesn't update anything as per Action, so [Opened] and [OpenedDetail] will get #Output# via their periodic section update
- if you want to add other bangs to Action, you should use the ""#CURRENTCONFIG#"" last parameter too, so that bangs will get to the current skin
- the skin's Update doesn't depend on Interval or viceversa, so you can send data from AppTitle.exe at a different rate than how often the skin updates
- one can send anything that AutoIt can retrieve to the skin, by editing what's stored in $sOut in the first 2 lines after Do from AppTitle.au3; one can also do anything with what's received in the skin, via the parameters passed to AppTitle.exe; for conveniency, if Interval is -1 the .exe will perform just one Do...Until loop and exit afterwards in case a one time run without being resident in memory is desired from the .exe (this is how I built my own unreleased "window spy" skin called "Window Message Helper" that I used to investigate the properties of the VLC window I mentioned earlier in the longer explanation post; the screenshot shows a previous version of AppTitle.ini, which is why the playing info isn't displayed there):
VLC Info Window Spy.jpg
This skin is still unreleased simply because I didn't find the time / mood to sort the otherwise arbitrarily ordered window list I send back to the skin and pass the currently scrolled window name or class to the WindowMessage plugin in order to control the said window, otherwise is fully functional as "just" a window spy skin.