--- In [email protected], "p.renfrew" <p.renf...@...> wrote: > > --- In [email protected], "brucexs" <bswitzer@> wrote: > > > > - > > > 1. Pin to desktop, so the bar is never on top of other things. > > > > Based on info so far, does not seem to be possible for win7 64 given > > powerpro is 32. (If you are a programmer, try writing a short program to > > display a 64 bit tool window and see if you can use the trick with that > > one). > > I have done so, and the 64bit dialog does pin to the Win7-x64 desktop by > using > win.setparent(win.handle("MyDialog"),win.handle("Program Manager")). It does > not minimize on "Show Desktop". > > But after a bit of time the dialog stops responding to mouse interaction. > Reparenting might not be a safe choice.
I tried a 32bit dialog, and it was pinnable in the same way. I then set PPro's bar transparency to 0 (it was 255) and it is now pinned to the middle of the desktop, even though it is set to be fixed to the Top Right.. But, I can't interact with it at all (I must kill it to close it) so it isn't that useful at the moment.
