Quote:
Originally posted by cshandley
I present here a little program that will make View+ "stick" to the System screen, so that you won't loose View+ when you tap on the System browser :-)
|
Regret to inform that it does not work on my machine at all
After been started (nevertheless V+ is running or not) there is a blinking message "Looking for View+" which cannot be cancelled (loops?)
Moreover, if I get V+ to foreground manually, it goes back to background
on its own in some seconds, as if the View+Forever cancels it!
Also some comments fron Edo follows:
============================
Besides being of controversial use, it is a quick&elegant solution.
Although it will not work for all those running Merlin on their
machines. By the more or less known fact, Merlin forces itself
forEver on top of ALL other processes. So, View+Forever will (forever)
be assuming that System is NEVER foregrounded!
This is how the problem is (in principal) solved in View+, checking
whether System is REALLY foregrounded (in this case 1st_BELOW View+):
loop
...
if (2nd_process=/system/) or (1st_process=/merlin/ and 3rd_process=/system/)
return KTrue% /System in the foreground/
endif
...
end of loop
Simmilar check-pointer should be installed in View+Forever.
I remember to have warned MartinG, once, about the same problem with the
Pallete failing to check if SKETCH app was foregrounded!
===============================
Leonid (Leo)