I'm using the replacement stil32jp.dll on XP SP3. Currently using
"Middle desk" to run the following script (there are a few broken
lines via Yahoo). 

local dialog_status rg_status
local
initfolder=file.folder(reg.get_string(?"HKEY_CURRENT_USER\Control
Panel\Desktop\PowerProJpegFile"))
local selectwpfile = dialog.browse_for_file("open", initfolder,
"Wallpaper File Browser", "", "Jpg Files (*.jpg)\n*.jpg\nAll Files
(*.*)\n*.*")
if (selectwpfile ne "") do
  Wallpaper.ChangeTo(selectwpfile)
endif

Problem is, unless icons are visible (via Windows context: Arrange
Icons By-> Show Desktop Icons), Middle desk (and other desktop
hotkeys) only work on the first execution in a session.

I do find that if (while icons are not being shown) I right click the
desktop to show the Windows Context Menu and then middle click while
the context menu is visible, the hotkey's script gets triggered.

Am I missing anything?

Regards,
Sheri

Reply via email to