wallpaper / image transitions? Thread last updated on 2003-04-18 11:57:28

Posted by member 23791 on 2003-04-11 01:26:11

is it possible to make the windows (XP, in my case) wallpaper switch periodically, with transitions effects (fade-in / fade-out etc.)? I've found plenty of tools to randomly change the wallpaper, but none of them does any transition effects...

also, I'd like to display a couple of images (from a given folder) on the desktop, which should also randomly change, fade into another... is there any plugin / possibility for litestep to do this, or any other tool?

Posted by member 1 on 2003-04-11 01:35:27 link

you could do it with shortcuts but you are gonna have some problems. As for the BG...I guess you could do it with LSGradiant, Timer, and a WallPaper management module.

Posted by member 15023 on 2003-04-11 01:42:28 link

Just curious, why the hell would you want the wallpaper to change with transitions?

Posted by member 7223 on 2003-04-11 01:58:19 link

He DeViLbOi ! I never thought I could use LSGradiant to do such things. Hehehe :)

Posted by member 23791 on 2003-04-11 02:23:39 link

because i like transitions? :) or does that not count as a reason?

Posted by member 1 on 2003-04-11 11:23:27 link

I dunno if it will work...but I hope something like MagicPink and White would do it.

Posted by member 23791 on 2003-04-11 11:38:22 link

how and where can I find it?

Posted by member 1 on 2003-04-11 11:45:21 link

prolly SFO if galois ever made an official release.

Posted by member 23791 on 2003-04-14 10:24:26 link

SFO = ?

sorry, newbie

Posted by member 1783 on 2003-04-14 10:29:20 link

Posted by member 23791 on 2003-04-14 21:18:05 link

not there...

Posted by member 15023 on 2003-04-16 02:31:10 link

I saw this and think maybe it will work for the wallpaper idea. Just make a screensaver of wallpapers with transitions. Kinda crappy, but it's probably the best/only solution.

Posted by member 7 on 2003-04-16 06:57:47 link

DeV: are you sure you don't mean this: http://www.loose-screws.com/comment.php?type=mod&id=121?

Posted by member 14785 on 2003-04-16 09:03:11 link

What I use is BakSaver. Basically you use the WinXP integrated My Pictures Screensaver and put it in the background. the path should be windows/system32/ssmypics.scr. You could put any other screensaver in BakSaver.

Posted by member 1 on 2003-04-16 10:31:04 link

that would be it...

Posted by member 15023 on 2003-04-16 13:59:06 link

I saw LSGradWall, but I thought it would only create gradiant colors and I think he wants pictures.

Posted by member 1 on 2003-04-16 17:16:15 link

he wanted transitions...and you could fake it...

Posted by member 15023 on 2003-04-16 20:08:57 link

I'm all against faking it. My ex-girlfriend did that too much......

Posted by member 1 on 2003-04-16 22:37:08 link

TMI

Posted by member 23791 on 2003-04-17 15:31:22 link

mr white / dogbert: thanks, looks like something in the kind i've been looking for... problem: it doesn't work. at startup it shows "Could not locate desktop". did I miss something? i've put the following two lines in step.rc:

LoadModule "$ModulesDir$BakSaver.dll"
BackScreenSaver F:/xinxp/system32/ssmypics.scr

part of the sourcecode:

int initModuleEx(HWND ParentWnd, HINSTANCE dllInst, LPCSTR szPath)
{
RECT r;
Pwin = ParentWnd;

GetClientRect(GetDesktopWindow(),&r);
ScreenWidth = r.right;
ScreenHeight = r.bottom;

desktop = FindWindow("DesktopBackgroundClass", NULL);
if (!desktop)
{
MessageBox(ParentWnd, "Could not locate desktop!", "Background ScreenSaver - Error", 0);
return 1;
}
GetSettings();

if (StartRunning == TRUE)
{
BangStartSaver(ParentWnd, NULL);
}
RegisterBangCommands();

return 0;
}

Posted by member 7 on 2003-04-17 16:15:29 link

make sure you load it AFTER desktop2/jdesk

Posted by member 23791 on 2003-04-17 20:10:20 link

ilmcuts: okay, thanks... no more error message - but no screensaver-background either... i don't have anything to do to initialize it but to put "BackScreenSaver F:/xinxp/system32/ssmypics.scr" into step.rc, right?

Posted by member 1 on 2003-04-17 22:55:09 link

wrong slashes

Posted by member 23791 on 2003-04-18 11:55:42 link

oh yeah... and it MIGHT be a problem that my windows folder is winxp, not xinxp. ;) now, it keeps overlaying the taskbar / toolbars... and if I set BakSaverY 64, it works properly but keeps on flickering. but maybe it's just my ancient year old graphic card...

just saying thx for your support, guys

Posted by member 1 on 2003-04-18 11:57:28 link

newp...that is just how the module works...never had good luck when it came out 300 years ago and I don't believe it was ever updated.