Sorry your browser is not supported!

You are using an outdated browser that does not support modern web technologies, in order to use this site please update to a new browser.

Browsers supported include Chrome, FireFox, Safari, Opera, Internet Explorer 10+ or Microsoft Edge.

Newcomers DBPro Corner / If anyone has made a nice little effect they want as a screensaver ............

Author
Message
NachoMan
21
Years of Service
User Offline
Joined: 14th Apr 2003
Location: United Kingdom
Posted: 27th Apr 2003 20:35
make the file .exe, then just change the filename to .scr and put it in the c:\windows\system folder and go the display menu and it will be under the screensavers! only escape will work to exit it unless you have specified elsewhere in you program. I made a 3D particle display which works great as a screensaver! hope this helps
Nick
KamaKase
21
Years of Service
User Offline
Joined: 29th Oct 2002
Location:
Posted: 27th Apr 2003 22:00
Is it that simple?? Well, paint me purple and call me Charlie. I thought it'd be something like that, but not THAT basic!??
Thx!!
Is there anyway to be able to change the settings of it via the button??
BatVink
Moderator
21
Years of Service
User Offline
Joined: 4th Apr 2003
Location: Gods own County, UK
Posted: 27th Apr 2003 22:19
To make it a real screen saver, you need to add command line parameters. If I remember correctly, you should check cl$ for the "-s" parameter, and enter setup mode in this instance. This is so that when the user presses "Settings", it does something.

Thanks in advance.
All the Best,
StevieVee
Garfield1983
21
Years of Service
User Offline
Joined: 13th Nov 2002
Location:
Posted: 1st May 2003 17:57
I can't get it to work I built the .exe file then renamed the extension to .scr and put it where u said but it didnt show up in the screensavers panel.

I then tried saving the file as '.exe' and '.scr' but neither worked, even though the latter did say it was a screensaver in the properties.

I think it may be that this only works in DB Pro? I have DB classic v.1.12 enhanced.
Pal
21
Years of Service
User Offline
Joined: 13th Apr 2003
Location:
Posted: 2nd May 2003 06:54
plz upgrade to 1.13. Another question isn't there a function so that the program will exit if the mouse is moved? If not, i would definately go with other cool free software that i know well and have experienced it.

I am da man! Beware of my LAZER EYES!
Bigdog
21
Years of Service
User Offline
Joined: 28th Apr 2003
Location:
Posted: 2nd May 2003 20:05
Is C:Window/system the screensaver folder? Becasue there are no other screen savers in there?

Nilrem
21
Years of Service
User Offline
Joined: 27th Feb 2003
Location: United Kingdom
Posted: 2nd May 2003 20:12
On Microsoft Windows XP Pro Edition, by default, they are in:
C:\Windows\System32

I hear and I forget. I see and I remember. I do and I understand.
Chaos
21
Years of Service
User Offline
Joined: 8th Feb 2003
Location: United Kingdom
Posted: 2nd May 2003 21:29
i dont use db 1.13 u should just make final name it "watever".scr

John H
Retired Moderator
21
Years of Service
User Offline
Joined: 14th Oct 2002
Location: Burlington, VT
Posted: 3rd May 2003 01:39
I dont think there is a command for mousemove (classic) but a function would be very easy

RPGamer

Current Project: Eternal Destiny
Tech Demo - Colan Island: Currently 716 Lines
KamaKase
21
Years of Service
User Offline
Joined: 29th Oct 2002
Location:
Posted: 3rd May 2003 18:54
Yeah, just have a variable with the mouse pos and then if it's different over the next frame then end the prog...

"To make it a real screen saver, you need to add command line parameters. If I remember correctly, you should check cl$ for the "-s" parameter, and enter setup mode in this instance. This is so that when the user presses "Settings", it does something."

What's "cl$"??
Armeggadon
21
Years of Service
User Offline
Joined: 10th Apr 2003
Location: United States
Posted: 4th May 2003 02:55
wow that sounds cool but im with everyone else(i have DBPro) how would you make it so if you press and key or move the mouse it exits

Current Status: learning MORE about dbpro
I consider myself: newb
Nilrem
21
Years of Service
User Offline
Joined: 27th Feb 2003
Location: United Kingdom
Posted: 4th May 2003 15:29
You'll have to test this but something like this (I Think):



Never used mouseclick or a mouse command before so it might not work.

I hear and I forget. I see and I remember. I do and I understand.
Nilrem
21
Years of Service
User Offline
Joined: 27th Feb 2003
Location: United Kingdom
Posted: 4th May 2003 15:34
That didn't work... click the source button, it works apart from the mouse moving.

I hear and I forget. I see and I remember. I do and I understand.
Armeggadon
21
Years of Service
User Offline
Joined: 10th Apr 2003
Location: United States
Posted: 4th May 2003 20:44 Edited at: 4th May 2003 20:46
YAY this works. if a button ios pressed or the mouse is moved or clicked or anything it exits like a screensaver.




if code box doen't work then use source box below

Current Status: learning MORE about dbpro
I consider myself: newb
Flashing Blade
21
Years of Service
User Offline
Joined: 19th Oct 2002
Location: United Kingdom
Posted: 4th May 2003 21:16 Edited at: 4th May 2003 21:19
this would do job too:

Nilrem
21
Years of Service
User Offline
Joined: 27th Feb 2003
Location: United Kingdom
Posted: 5th May 2003 01:48
Quote: "if mousexx <> mousemovex() and mouseyy <> mousemovey() and mousezz <> mousemovez
"


Armeggadon as far as I am aware, that wouldn't quite work because you are saying If and if and if
instead of If or if or if
Basically, that will only work if they all change.

I hear and I forget. I see and I remember. I do and I understand.
Phoenix
21
Years of Service
User Offline
Joined: 22nd Feb 2003
Location:
Posted: 5th May 2003 01:53
I'm sorry but I'm still stuck with the first problem.
Getting it to show up with all of the other screen savers.
I've named it with .scr and put it in the system folder like you said... That didn't work so then I put it in the system32 folder like Nilrem said and it still doesn't show up with the rest.

Sit in reverie and watch the changing color of the waves that break upon the idle seashore of the mind.
Nilrem
21
Years of Service
User Offline
Joined: 27th Feb 2003
Location: United Kingdom
Posted: 5th May 2003 01:57
What OS are you running? If WinXP is it the Home edition or Pro edition?

I hear and I forget. I see and I remember. I do and I understand.
Phoenix
21
Years of Service
User Offline
Joined: 22nd Feb 2003
Location:
Posted: 5th May 2003 02:14
I'ts XP home edition.

Sit in reverie and watch the changing color of the waves that break upon the idle seashore of the mind.
Nilrem
21
Years of Service
User Offline
Joined: 27th Feb 2003
Location: United Kingdom
Posted: 5th May 2003 02:21 Edited at: 5th May 2003 02:22
I don't know what the problem is, Fez1 have you doublechecked, no, triplechecked even that the file extension is .scr and not .src (Common mistake) or even that the file hasn't become .scr.exe I recommend that you make the project file-name name_here.scr on DBP instead of renaming it yourself. So when you next compile it will create a file called name_here.scr and not name_here.scr.exe (if that is the problem).

I hear and I forget. I see and I remember. I do and I understand.
Garfield1983
21
Years of Service
User Offline
Joined: 13th Nov 2002
Location:
Posted: 6th May 2003 02:45
Yey! It works..I can select it from the Display panel=) I've made the simplest lil' screensaver to begin with but now I know how easy it is I can let my creative juices flow..thanks guys!
Nilrem
21
Years of Service
User Offline
Joined: 27th Feb 2003
Location: United Kingdom
Posted: 6th May 2003 10:48
Working for you Fez?

I hear and I forget. I see and I remember. I do and I understand.

Login to post a reply

Server time is: 2024-09-20 07:43:15
Your offset time is: 2024-09-20 07:43:15