It is currently March 28th, 2024, 6:53 pm

CLWCP.exe error =/

Post reviews, recommendations and questions about other software.
FatherCode
Posts: 21
Joined: October 8th, 2011, 4:01 pm

CLWCP.exe error =/

Post by FatherCode »

Well, I decided to try my hand at making a quick skin for toggling between two wallpapers.
Nothing hard but a weird error message pops up every now and then.

The skin works and all but the error message kinda' bugs me =/
The error message goes away on its own after a few seconds if I don't click anything.

I guess the important bits of code are:

Code: Select all

[MeasureDefault]
Measure=Calc
Formula=#wallpaper.isDefault#
IfEqualValue=1
IfEqualAction=!Execute ["#wallpaper.program#" "#wallpaper.default#"]

[MeasureSwapped]
Measure=Calc
Formula=#wallpaper.isDefault#
IfEqualValue=0
IfEqualAction=!Execute ["#wallpaper.program#" "#wallpaper.swapped#"]
Those two things call CLWCP.exe (wallpaper.program)

I also can't think of anything that would access CLWCP.bmp except CLWCP.exe itself =/
You do not have the required permissions to view the files attached to this post.