I've been trying to automatically make a dialog window topmost on my Windows 7
x64 computer using PowerPro, and I keep getting nothing. I first made a button
to test the action command I was using (*Window OnTop *Enter password*), which
successfully makes the WinRAR password dialog topmost when manually initiated.
Next, I added the same command to my Autorun list, which is set as the "Open"
special list, and tried several different names for the command based on my
previous usage of PowerPro and the documentation. I tried everything I could
think of to tell PowerPro that I wanted this command to run whenever WinRAR
started, and nothing worked. I even created an item in my Autorun list that
should run whenever Notepad runs and open a debug window:
Label = *notepad
LCmd1 = win.debug("notepad")
This command doesn't run when Notepad starts, and I can't figure out why. I
made sure that the Autorun command list is configured to be the "Open" special
list, but nothing in it ever runs. Is there some other setting I need before
autorun behavior works, or is this an incompatibility with Windows 7? I have
also tested whether my specific entries in the Autorun list work under XP on my
other computer, and the exact same name+command combos work just fine there.