Page 3 of 24
Posted: Thu Jun 11, 2009 6:08 pm
by Armulus Satchula
I finally got the code working for updating if you want it.
Posted: Fri Jun 12, 2009 12:05 am
by Rebma
Joo..what did you do..it's all different...
*goes searching for a back version*
Posted: Fri Jun 12, 2009 12:28 am
by joo
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.
Posted: Fri Jun 12, 2009 6:20 pm
by joo
http://joo.freehostia.com/cantrspy/2.4.7/
Fixed an issue with multiple monitors in Windows XP (and possibly other operating systems).
...
Posted: Sun Jun 14, 2009 4:36 pm
by Yaddy1
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.
Re: ...
Posted: Sun Jun 14, 2009 4:58 pm
by joo
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?
Posted: Tue Jun 16, 2009 12:28 am
by Rob Maule
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.

Posted: Tue Jun 16, 2009 3:02 pm
by joo
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.

I will most probably display the current version once I have automatic updates implented, or possibly before that.
Posted: Tue Jun 16, 2009 6:37 pm
by Armulus Satchula
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.

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...
Posted: Wed Jun 17, 2009 11:33 am
by joo
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.
Posted: Fri Jul 03, 2009 9:38 pm
by Genevieve
I am downloading the newest link you gave us, hope it works for me!!!
Posted: Fri Jul 03, 2009 9:42 pm
by Genevieve
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)
Posted: Fri Jul 03, 2009 10:22 pm
by Dudel
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.

Posted: Fri Jul 03, 2009 10:29 pm
by Genevieve
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.
Posted: Sat Jul 04, 2009 7:01 am
by joo
It updates every 1.5 minutes (90 seconds). I may add a button/menu item to force an immediate update at some point...