Tuesday, 11 February 2003
appswitch 1.0b2 has a few minor fixes and revised man page; don't bother downloading it unless you had a problem with 1.0b1. As there doesn't seem to be an easy fix to the -F option problem (CPS calls are asynchronous), I've implemented a delay workaround which should work most of the time. If not, just replace appswitch -SF with appswitch -S; sleep 2; appswitch -F, replacing 2 with a larger number if needed—however long it takes for the applications to be shown. I guess I could poll CPSGetHiddenProcessCount until it decrements (show one), reaches 0 or stops changing (show all), but it's really a hack, and I'm not sure if there's any external interest in appswitch anyway.