CantrSpy 2

General out-of-character discussion among players of Cantr II.

Moderators: Public Relations Department, Players Department

User avatar
Armulus Satchula
Posts: 1244
Joined: Wed Oct 29, 2003 3:57 am

Postby Armulus Satchula » Thu Jun 11, 2009 6:08 pm

I finally got the code working for updating if you want it.
User avatar
Rebma
Posts: 2898
Joined: Tue Aug 12, 2008 6:47 am
Location: Kitchener, ON
Contact:

Postby Rebma » Fri Jun 12, 2009 12:05 am

Joo..what did you do..it's all different...

*goes searching for a back version*
kronos wrote:like a nice trim is totally fine. short, neat. I don't want to be fighting through the forests of fangorn and expecting treebeard to come and show me the way in
User avatar
joo
Posts: 5021
Joined: Fri Jun 17, 2005 2:26 pm
Location: London, UK

Postby joo » Fri Jun 12, 2009 12:28 am

LOL, well that's why it's called "alpha", Rebma. I mainly posted that so Mac and Linux users as well as those affected by issues with the previous version could use it.

I'm also open to any feedback, if there's something specific you didn't like.
User avatar
joo
Posts: 5021
Joined: Fri Jun 17, 2005 2:26 pm
Location: London, UK

Postby joo » Fri Jun 12, 2009 6:20 pm

http://joo.freehostia.com/cantrspy/2.4.7/

Fixed an issue with multiple monitors in Windows XP (and possibly other operating systems).
User avatar
Yaddy1
Posts: 50
Joined: Sat May 16, 2009 4:58 pm

...

Postby Yaddy1 » Sun Jun 14, 2009 4:36 pm

Ya.... all it does is sit there in my dock... (I have a mac) Is it supposed to work on macs yet. I have AIR and I am on a G5 Power PC.
User avatar
joo
Posts: 5021
Joined: Fri Jun 17, 2005 2:26 pm
Location: London, UK

Re: ...

Postby joo » Sun Jun 14, 2009 4:58 pm

Yaddy1 wrote:Ya.... all it does is sit there in my dock... (I have a mac) Is it supposed to work on macs yet. I have AIR and I am on a G5 Power PC.

I haven't had the opportunity to test it on a Mac yet, so it was supposed to work, but I had no idea whether it did or not. Could you contact by IM or IRC?
User avatar
Rob Maule
Posts: 441
Joined: Mon Jul 14, 2003 5:15 pm
Location: Florida, USA
Contact:

Postby Rob Maule » Tue Jun 16, 2009 12:28 am

I think it's great I only have to login to Cantr when I know there are updates for me. And I love the new look in the alpha. Very Web 2.0.

Perhaps a moot point if you're working on automatic updates, but could you add what version is currently being used? I finally found it in the XML, and then found out it tells you when you try to do an update. So maybe not that important, after all. But you could totally add it in there with credits to the programmer. :wink:
User avatar
joo
Posts: 5021
Joined: Fri Jun 17, 2005 2:26 pm
Location: London, UK

Postby joo » Tue Jun 16, 2009 3:02 pm

Rob Maule wrote:I think it's great I only have to login to Cantr when I know there are updates for me. And I love the new look in the alpha. Very Web 2.0.

Perhaps a moot point if you're working on automatic updates, but could you add what version is currently being used? I finally found it in the XML, and then found out it tells you when you try to do an update. So maybe not that important, after all. But you could totally add it in there with credits to the programmer. :wink:

I will most probably display the current version once I have automatic updates implented, or possibly before that.
User avatar
Armulus Satchula
Posts: 1244
Joined: Wed Oct 29, 2003 3:57 am

Postby Armulus Satchula » Tue Jun 16, 2009 6:37 pm

joo wrote:
Rob Maule wrote:I think it's great I only have to login to Cantr when I know there are updates for me. And I love the new look in the alpha. Very Web 2.0.

Perhaps a moot point if you're working on automatic updates, but could you add what version is currently being used? I finally found it in the XML, and then found out it tells you when you try to do an update. So maybe not that important, after all. But you could totally add it in there with credits to the programmer. :wink:

I will most probably display the current version once I have automatic updates implented, or possibly before that.


var xmlString = air.NativeApplication.nativeApplication.applicationDescriptor;
var appXml = new DOMParser();
var xmlObject = appXml.parseFromString(xmlString, "text/xml");
var root = xmlObject.getElementsByTagName('application')[0];
lblAppVersion.innerHTML = root.getElementsByTagName("version")[0].firstChild.data;

tada...
User avatar
joo
Posts: 5021
Joined: Fri Jun 17, 2005 2:26 pm
Location: London, UK

Postby joo » Wed Jun 17, 2009 11:33 am

Armulus Satchula wrote:var xmlString = air.NativeApplication.nativeApplication.applicationDescriptor;
var appXml = new DOMParser();
var xmlObject = appXml.parseFromString(xmlString, "text/xml");
var root = xmlObject.getElementsByTagName('application')[0];
lblAppVersion.innerHTML = root.getElementsByTagName("version")[0].firstChild.data;

tada...

Yes, thank you. I was trying to find a reference on that DOMParser, but none of the usual sites had it.
User avatar
Genevieve
Posts: 2114
Joined: Mon Jul 14, 2003 5:31 pm
Location: Palm Springs, CA
Contact:

Postby Genevieve » Fri Jul 03, 2009 9:38 pm

I am downloading the newest link you gave us, hope it works for me!!!
User avatar
Genevieve
Posts: 2114
Joined: Mon Jul 14, 2003 5:31 pm
Location: Palm Springs, CA
Contact:

Postby Genevieve » Fri Jul 03, 2009 9:42 pm

How often does it update to look for activity on Cantr?

(because i just re-logged on and there was activity but it didn't show on Cantr-Spy)
User avatar
Dudel
Posts: 3302
Joined: Wed Oct 01, 2008 5:21 am

Postby Dudel » Fri Jul 03, 2009 10:22 pm

I think joo put a couple minute delay to prevent from crowding the server.

Its nothing horrible unless you NEED CANTR NOW NOW NOW NOW!

Its better then missing events though. ;)
User avatar
Genevieve
Posts: 2114
Joined: Mon Jul 14, 2003 5:31 pm
Location: Palm Springs, CA
Contact:

Postby Genevieve » Fri Jul 03, 2009 10:29 pm

Who DOESN"T need Cantr
NOW NOW NOW NOW!


Hehe. Anyway, good to know. Wasn't sure if it just wasn't working or what.
User avatar
joo
Posts: 5021
Joined: Fri Jun 17, 2005 2:26 pm
Location: London, UK

Postby joo » Sat Jul 04, 2009 7:01 am

It updates every 1.5 minutes (90 seconds). I may add a button/menu item to force an immediate update at some point...

Return to “General Discussion”

Who is online

Users browsing this forum: No registered users and 1 guest