Re: Debugging screensavers
Re: Debugging screensavers
- Subject: Re: Debugging screensavers
- From: Jean-Daniel Dupas <email@hidden>
- Date: Tue, 25 Mar 2003 23:35:23 +0100
Le 25/03/03 22:58, + email@hidden ;
<email@hidden> a icrit :
>
Message: 12
>
Date: Tue, 25 Mar 2003 16:05:19 -0500
>
Subject: Re: Debugging screensavers
>
From: Jim Correia <email@hidden>
>
To: email@hidden
>
>
On Tuesday, March 25, 2003, at 02:58 PM, David Remahl wrote:
>
To avoid the proble of mouse moved, you can add the -background argument
with the two other. That's works only with 10.2 and more. The screensaver
will be play in desktop background.
>
>
You can also simply make a custom executable for the ScreenSaverEngine.
>
>
Set the arguments like so
>
>
-debug -module "MODULE_NAME"
>
>
(and make sure a symlink to your module is in one of the usual places
>
that the ScreenSaver will find it.)
>
>
It will run the screen saver module on the desktop so you can more
>
easily debug it (instead of taking over the entire screen.)
>
>
You'll probably also want to override mouseMoved: mouseEntered:
>
mouseExited: to be noops while debugging so that moving your mouse of
>
the screen saver window doesn't end your debugging session.
>
>
Jim
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.