![]() ![]() |
Sep 5 2007, 05:28 AM
Post
#1
|
|
|
creator of the vistapack Group: Software Developers Posts: 577 Joined: 19-July 06 From: the netherlands Member No.: 103683 OS: XP Pro x86
|
Wallchanger Second Mayor release
Description This little program switches your wallpaper on windows startup. I made this for myself, there are progs like this around, but they are shareware... :twisted: Thats why i made one myself. It is still early in development, but it does the job. Any feedback is appriciated. Released on 9-01-2008 What's New in Wallchanger 2.3 beta. ===================================================== Fixed a bug which prevented another selection of a wallpaper map. Now settings file is stored in the appdata directory. Fixed a bug which made the preview show the wrong wallpaper, it skipped one... Damian666 ===================================================== :downloadlink: Wallchanger 2.3 This post has been edited by damian666: Apr 23 2008, 04:20 PM |
|
|
|
Sep 5 2007, 06:02 AM
Post
#2
|
|
|
Member ![]() ![]() Group: Members Posts: 168 Joined: 21-May 04 Member No.: 20418 |
cool!
Is this just for Vista, or can it also be used w/ XP? This post has been edited by CBC: Sep 5 2007, 06:03 AM |
|
|
|
Sep 5 2007, 06:09 AM
Post
#3
|
|
|
creator of the vistapack Group: Software Developers Posts: 577 Joined: 19-July 06 From: the netherlands Member No.: 103683 OS: XP Pro x86
|
well, i even use it on 2000, and i think it will work on 9x too
got any feedback? bugs or ideas? damian666 |
|
|
|
Sep 10 2007, 06:49 AM
Post
#4
|
|
|
creator of the vistapack Group: Software Developers Posts: 577 Joined: 19-July 06 From: the netherlands Member No.: 103683 OS: XP Pro x86
|
Updated the first post with the new 1.4 wallchanger.
get it when its hot damian666 |
|
|
|
Sep 12 2007, 06:21 AM
Post
#5
|
|
|
creator of the vistapack Group: Software Developers Posts: 577 Joined: 19-July 06 From: the netherlands Member No.: 103683 OS: XP Pro x86
|
This version will not support os's under xp, I broke something.
But i have asked help on the autoit forum, and i think i have the solution. So its fixed in the next version. damian666 P.S. those that have downloaded this this week, please do it again, the link was old and f***ed up. this is the good one |
|
|
|
Sep 14 2007, 12:54 AM
Post
#6
|
|
|
creator of the vistapack Group: Software Developers Posts: 577 Joined: 19-July 06 From: the netherlands Member No.: 103683 OS: XP Pro x86
|
hi giys, just a quick update...
the support for 2000 and under(i think) is back. Problem fixed. damian666 next version will include this fix. |
|
|
|
Sep 19 2007, 06:14 AM
Post
#7
|
|
|
creator of the vistapack Group: Software Developers Posts: 577 Joined: 19-July 06 From: the netherlands Member No.: 103683 OS: XP Pro x86
|
wallchanger updated to 1.5.
it would not hurt if i could get some feedback people... just let me know what you think or what is missing and stuff. you may even ??critisice?? me, but only with good intensions!!:) damian666 |
|
|
|
Sep 28 2007, 01:53 AM
Post
#8
|
|
|
Everlasting Windows 2000! ![]() ![]() Group: Members Posts: 233 Joined: 24-December 06 From: Germany Member No.: 119189 OS: Vista Ultimate x86
|
Hello damian!
Want you a mirror for this project (on site of the other thread)? You may know how you can do upload Chris This post has been edited by ChrisKuhli: Sep 28 2007, 01:53 AM |
|
|
|
Oct 12 2007, 05:07 PM
Post
#9
|
|
|
Newbie Group: Members Posts: 41 Joined: 20-September 06 Member No.: 110820
|
i'd like to use wallpaper from folder i specify without copying them to install folder..can you add this option?
|
|
|
|
Oct 14 2007, 05:44 PM
Post
#10
|
|
|
Member ![]() ![]() Group: Members Posts: 107 Joined: 14-May 05 Member No.: 56062
|
Hello, damian666.
I installed your program and I think it's a great work. I have some notes that I would like to share: 1- The installer says it's installing version 1.4, but the download link says version 1.5. Does the installer need an update or is it really version 1.4? You could add an "about" in the program, so we know the exact version; 2- The installer does not allow to choose the destination folder of the program. Could this be changed? 3- Like BLeU suggested, I would like to use the program without having it copying the images to the \wallchanger\wallpaper folder. I have a folder with 2.000 images, categorized in subfolders, and it is not necessary to make a copy of them all to that \wallpaper folder, duplicating them. So, if the program accepted a pointed folder and read all the subfolders with images it would be great. 4- Is it possible to make an installer without any packs? That way, the installer would be much smaller. I have been using freeware Wallpaper Cycler Lite for ages, and it does what I want very well: change the wallpaper at startup and exit. But if a fellow member creates a good and smaller program I will switch without problems. Sorry if this is too much and keep the good work, JS. This post has been edited by JohnS: Oct 14 2007, 05:45 PM |
|
|
|
Oct 15 2007, 01:07 AM
Post
#11
|
|
|
creator of the vistapack Group: Software Developers Posts: 577 Joined: 19-July 06 From: the netherlands Member No.: 103683 OS: XP Pro x86
|
hi guys, first of all, thanx for the reply.
Now to answer the questions, i make this in autoit, and trust me i am no genius with that. thats why the wallchanger has to copy the wallpapers to a workmap AND rename them to digits. because thats the way it can switch them, 1, 2, 3... until i find a way to apply the wallpapers by name, i have to copy them, sorry for that. lets say i am working on it, and i am certainly looking for this things after your feedback. i will fix the installer, and well, do you really think its neccessary to take out the wallpack in the installer? thats there to be ready to go after install... destination folder should be doable, i will look and fix if possible. thanx again and keep your eyes peeled. damian666 |
|
|
|
Oct 16 2007, 01:31 PM
Post
#12
|
|
|
Newbie Group: Members Posts: 41 Joined: 20-September 06 Member No.: 110820
|
maybe this would help..
CODE #NoTrayIcon Dim $cCounter = 0 Dim $FindFile = FileFindFirstFile(@WindowsDir & '\Web\Wallpaper\*.jpg') While 1 FileFindNextFile($FindFile) If @error Then ExitLoop $cCounter = $cCounter + 1 WEnd FileClose($FindFile) $FindFile = FileFindFirstFile(@WindowsDir & '\Web\Wallpaper\*.jpg') $i = 0 while $i < 5 $RandomNum = Random(1, $cCounter, 1) $i = $i + 1 WEnd Dim $curFile For $i = 1 To $RandomNum $curFile = FileFindNextFile($FindFile) If $RandomNum = $i Then RegWrite("HKCU\Control Panel\Desktop", "Wallpaper", "REG_EXPAND_SZ", "%SystemRoot%\Web\Wallpaper\" & $curFile) ExitLoop EndIf Next FileClose($FindFile) Exit it randomly picks up a picture file in a folder then apply it as wallpaper.. |
|
|
|
Oct 17 2007, 01:14 AM
Post
#13
|
|
|
creator of the vistapack Group: Software Developers Posts: 577 Joined: 19-July 06 From: the netherlands Member No.: 103683 OS: XP Pro x86
|
hi blue. well that should fix it, if i had no Gui...
that makes it a lot more difficult you see. but i have something for you and johnS. http://hostfile.org/WallchangerV2.zip please note that this is only the Gui that works, no startup options inplemented. i just want to know if it works on YOUR system. so call it pre-beta, if you like. but it is save man. it will only create two files, one ini in the wallchanger dir and one in the wallpaper dir , which is a listing really... so guys, please let me know, and i told you i was working on it huh? feedback please, and thanx man damian666 p.s. Dim $curFile For $i = 1 To $RandomNum $curFile = FileFindNextFile($FindFile) If $RandomNum = $i Then RegWrite("HKCU\Control Panel\Desktop", "Wallpaper", "REG_EXPAND_SZ", "%SystemRoot%\Web\Wallpaper\" & $curFile) ExitLoop this is not the way to apply a wallpaper man This post has been edited by damian666: Oct 17 2007, 01:16 AM |
|
|
|
Oct 17 2007, 09:48 AM
Post
#14
|
|
|
Member ![]() ![]() Group: Members Posts: 233 Joined: 23-April 07 Member No.: 136800 OS: XP Home
|
QUOTE I made this for myself, there are progs like this around, but they are shareware... :twisted: FWIW, I've been using Wallpaper Changer (freeware) since the 9X days. Been working very well for me even into XP. Don't know how it is for Vista, since I haven't run it. http://www.wallpaperchanger.de/ |
|
|
|
Oct 19 2007, 01:21 AM
Post
#15
|
|
|
creator of the vistapack Group: Software Developers Posts: 577 Joined: 19-July 06 From: the netherlands Member No.: 103683 OS: XP Pro x86
|
well, thats just great then, just when i have made one myself...
o well, now i have it, i will use it and improve it. but thanx for letting me know dude. damian666 p.s. first post updated. |
|
|
|
Oct 19 2007, 06:59 AM
Post
#16
|
|
|
n00b ![]() ![]() ![]() ![]() Group: Members Posts: 673 Joined: 21-August 06 Member No.: 108167 OS: XP Pro x86
|
got any feedback? bugs or ideas? Feedback: Resource hog. This uses far too much memory for what it does. Ideas: It would be nice to include some kind of timer. Example: change wallpaper every X boots, or every X hours. Also, some kind of cropping utility. You put in the screen ratio you have and it crops the image (you have a box where you can select the chunk you want) so you avoid distortion from say putting a 16:10 wallpaper on a 4:3 monitor. |
|
|
|
Oct 22 2007, 01:14 AM
Post
#17
|
|
|
creator of the vistapack Group: Software Developers Posts: 577 Joined: 19-July 06 From: the netherlands Member No.: 103683 OS: XP Pro x86
|
ok, lets see if i get you right, those few seconds that it executes are to much of a resource hog for you?
well, sorry man, but first i want it to work ok, then i will see about those things... damian666 |
|
|
|
Oct 22 2007, 05:56 PM
Post
#18
|
|
|
n00b ![]() ![]() ![]() ![]() Group: Members Posts: 673 Joined: 21-August 06 Member No.: 108167 OS: XP Pro x86
|
I gave you my opinion where I think it can be improved to make it an awesome utility, compared to the rest of the generic ones.
This post has been edited by brucevangeorge: Oct 22 2007, 05:59 PM |
|
|
|
Oct 24 2007, 01:18 AM
Post
#19
|
|
|
creator of the vistapack |