Re: [DQSD-Users] comx: Calvin broken again...

2007-01-14 Thread John W. Bairen, Jr.
Hmmm.

I made the same fix both here and at work.  But I might not have the latest
comx.xml.  Send me yours and I will tweak it and send it back.  In the mean
time I am going to backup my DQSD and uninstall/install to get the latest
stuff as I am still on some 3.9.x version (right after I put my kiddies to
bed).


JB
 

> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf 
> Of Charlie Russel
> Sent: Saturday, January 13, 2007 5:18 PM
> To: DQSD users mailing list
> Subject: Re: [DQSD-Users] comx: Calvin broken again...
> 
> That isn't resolving it for me. (and I'm running RC2, if that 
> matters.)
> 
> > -Original Message-
> > From: [EMAIL PROTECTED] [mailto:dqsd-users- 
> > [EMAIL PROTECTED] On Behalf Of John W. Bairen, Jr.
> > Sent: January-13-07 11:53 AM
> > To: 'DQSD users mailing list'
> > Subject: Re: [DQSD-Users] comx: Calvin broken again...
> > 
> > Open comx.xml using notepad.
> > Go near the end of the file.
> > Look for the following:
> > 
> > //special handling for the calvinandhobbes comic.. It displays for
> year
> > 1993
> > in 2004
> >   if (args.switches[i].name == "calvinandhobbes") {
> > var year_offset =-11;
> > year += year_offset;
> > subyear = year % 100;
> >   }
> > 
> > Either delete that whole portion or comment it all out like this:
> > 
> > //special handling for the calvinandhobbes comic.. It displays for
> year
> > 1993
> > in 2004
> >   //if (args.switches[i].name == "calvinandhobbes") {
> > //var year_offset =-11;
> > //year += year_offset;
> > //subyear = year % 100;
> > //}
> > 
> > 
> > Save the file and then reload DQSD.
> > 
> > 
> > Enjoy!
> > JB
> > 
> > 
> > 
> > > -Original Message-
> > > From: [EMAIL PROTECTED]
> > > [mailto:[EMAIL PROTECTED] On Behalf Of 
> > > Charlie Russel
> > > Sent: Saturday, January 13, 2007 10:57 AM
> > > To: DQSD users mailing list
> > > Subject: [DQSD-Users] comx: Calvin broken again...
> > >
> > > Something seems to have broken Calvin and Hobbes again. I tried 
> > > changing the year offset, and restarting, but that didn't 
> fix it. So 
> > > obviously I'm missing something here. I know they're all repeats, 
> > > but I miss my morning Calvin
> > >
> > > Charlie.
> > >
> > > --
> > > ---
> > > Take Surveys. Earn Cash. Influence the Future of IT Join 
> > > SourceForge.net's Techsay panel and you'll get the chance 
> to share 
> > > your opinions on IT & business topics through brief surveys - and 
> > > earn cash 
> > > http://www.techsay.com/default.php?page=join.php&p=sourceforge
> > > &CID=DEVDEV
> > > ___
> > > To unsubscribe visit:
> > > https://lists.sourceforge.net/lists/listinfo/dqsd-users
> > > DQSD-Users@lists.sourceforge.net
> > > http://sourceforge.net/mailarchive/forum.php?forum_id=8601
> > >
> > 
> > 
> >
> --
> --
> -
> > Take Surveys. Earn Cash. Influence the Future of IT Join 
> > SourceForge.net's Techsay panel and you'll get the chance to
> share
> > your
> > opinions on IT & business topics through brief surveys - 
> and earn cash
> >
> http://www.techsay.com/default.php?page=join.php&p=sourceforge
> &CID=DEVDE
> V
> > ___
> > To unsubscribe visit:
> > https://lists.sourceforge.net/lists/listinfo/dqsd-users
> > DQSD-Users@lists.sourceforge.net
> > http://sourceforge.net/mailarchive/forum.php?forum_id=8601
> 
> --
> ---
> Take Surveys. Earn Cash. Influence the Future of IT Join 
> SourceForge.net's Techsay panel and you'll get the chance to 
> share your opinions on IT & business topics through brief 
> surveys - and earn cash 
> http://www.techsay.com/default.php?page=join.php&p=sourceforge
> &CID=DEVDEV
> ___
> To unsubscribe visit:
> https://lists.sourceforge.net/lists/listinfo/dqsd-users
> DQSD-Users@lists.sourceforge.net
> http://sourceforge.net/mailarchive/forum.php?forum_id=8601
> 


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
To unsubscribe visit:
https://lists.sourceforge.net/lists/listinfo/dqsd-users
DQSD-Users@lists.sourceforge.net
http://sourceforge.net/mailarchive/forum.php?forum_id=8601


Re: [DQSD-Users] comx: Calvin broken again...

2007-01-13 Thread Charlie Russel
That isn't resolving it for me. (and I'm running RC2, if that matters.)

> -Original Message-
> From: [EMAIL PROTECTED] [mailto:dqsd-users-
> [EMAIL PROTECTED] On Behalf Of John W. Bairen, Jr.
> Sent: January-13-07 11:53 AM
> To: 'DQSD users mailing list'
> Subject: Re: [DQSD-Users] comx: Calvin broken again...
> 
> Open comx.xml using notepad.
> Go near the end of the file.
> Look for the following:
> 
> //special handling for the calvinandhobbes comic.. It displays for
year
> 1993
> in 2004
>   if (args.switches[i].name == "calvinandhobbes") {
> var year_offset =-11;
> year += year_offset;
> subyear = year % 100;
>   }
> 
> Either delete that whole portion or comment it all out like this:
> 
> //special handling for the calvinandhobbes comic.. It displays for
year
> 1993
> in 2004
>   //if (args.switches[i].name == "calvinandhobbes") {
> //var year_offset =-11;
> //year += year_offset;
> //subyear = year % 100;
> //}
> 
> 
> Save the file and then reload DQSD.
> 
> 
> Enjoy!
> JB
> 
> 
> 
> > -Original Message-
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED] On Behalf
> > Of Charlie Russel
> > Sent: Saturday, January 13, 2007 10:57 AM
> > To: DQSD users mailing list
> > Subject: [DQSD-Users] comx: Calvin broken again...
> >
> > Something seems to have broken Calvin and Hobbes again. I
> > tried changing the year offset, and restarting, but that
> > didn't fix it. So obviously I'm missing something here. I
> > know they're all repeats, but I miss my morning Calvin
> >
> > Charlie.
> >
> > --
> > ---
> > Take Surveys. Earn Cash. Influence the Future of IT Join
> > SourceForge.net's Techsay panel and you'll get the chance to
> > share your opinions on IT & business topics through brief
> > surveys - and earn cash
> > http://www.techsay.com/default.php?page=join.php&p=sourceforge
> > &CID=DEVDEV
> > ___
> > To unsubscribe visit:
> > https://lists.sourceforge.net/lists/listinfo/dqsd-users
> > DQSD-Users@lists.sourceforge.net
> > http://sourceforge.net/mailarchive/forum.php?forum_id=8601
> >
> 
> 
>

-
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to
share
> your
> opinions on IT & business topics through brief surveys - and earn cash
>
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDE
V
> ___
> To unsubscribe visit:
> https://lists.sourceforge.net/lists/listinfo/dqsd-users
> DQSD-Users@lists.sourceforge.net
> http://sourceforge.net/mailarchive/forum.php?forum_id=8601

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
To unsubscribe visit:
https://lists.sourceforge.net/lists/listinfo/dqsd-users
DQSD-Users@lists.sourceforge.net
http://sourceforge.net/mailarchive/forum.php?forum_id=8601


Re: [DQSD-Users] comx: Calvin broken again...

2007-01-13 Thread John W. Bairen, Jr.
Open comx.xml using notepad.
Go near the end of the file.
Look for the following:

//special handling for the calvinandhobbes comic.. It displays for year 1993
in 2004
  if (args.switches[i].name == "calvinandhobbes") {
var year_offset =-11;
year += year_offset;
subyear = year % 100; 
  }

Either delete that whole portion or comment it all out like this:

//special handling for the calvinandhobbes comic.. It displays for year 1993
in 2004
  //if (args.switches[i].name == "calvinandhobbes") {
//var year_offset =-11;
//year += year_offset;
//subyear = year % 100; 
//}


Save the file and then reload DQSD.


Enjoy!
JB



> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf 
> Of Charlie Russel
> Sent: Saturday, January 13, 2007 10:57 AM
> To: DQSD users mailing list
> Subject: [DQSD-Users] comx: Calvin broken again...
> 
> Something seems to have broken Calvin and Hobbes again. I 
> tried changing the year offset, and restarting, but that 
> didn't fix it. So obviously I'm missing something here. I 
> know they're all repeats, but I miss my morning Calvin
> 
> Charlie. 
> 
> --
> ---
> Take Surveys. Earn Cash. Influence the Future of IT Join 
> SourceForge.net's Techsay panel and you'll get the chance to 
> share your opinions on IT & business topics through brief 
> surveys - and earn cash 
> http://www.techsay.com/default.php?page=join.php&p=sourceforge
> &CID=DEVDEV
> ___
> To unsubscribe visit:
> https://lists.sourceforge.net/lists/listinfo/dqsd-users
> DQSD-Users@lists.sourceforge.net
> http://sourceforge.net/mailarchive/forum.php?forum_id=8601
> 


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
To unsubscribe visit:
https://lists.sourceforge.net/lists/listinfo/dqsd-users
DQSD-Users@lists.sourceforge.net
http://sourceforge.net/mailarchive/forum.php?forum_id=8601


[DQSD-Users] comx: Calvin broken again...

2007-01-13 Thread Charlie Russel
Something seems to have broken Calvin and Hobbes again. I tried changing
the year offset, and restarting, but that didn't fix it. So obviously
I'm missing something here. I know they're all repeats, but I miss my
morning Calvin

Charlie. 

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
To unsubscribe visit:
https://lists.sourceforge.net/lists/listinfo/dqsd-users
DQSD-Users@lists.sourceforge.net
http://sourceforge.net/mailarchive/forum.php?forum_id=8601