> 
> I'll try that quickly over the weekend and let you know.

I uploaded an exe which implements this.  Surprisingly, it did not break some 
of the key focus stuff I thought it would-eg, if you click on a bar to show a 
menu, the menu can still be navigated by the keyboard.

To use the bottommost stuff, make sure you execute this command, eg as start-up 
scheduled event
exec.bottommost

Then any bar which is not configured to be topmost will do the 
setwindowpos(...HWND_BOTTOMMOST ...) after each paint.

Unfortunately, all the bits in the flag words of my current internal data 
structures for configuration for clists are in use, so I cannot add this as a 
true configured item without expanding all the data structures, which I don't 
want to bother with for now.

If you get a chance, could you try the test for setforeground window by 
assigning
window show menu
to a hot key and see if it can change the foreground from one non-PowerPro 
window to another?
>


Reply via email to