What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [Updated] AppMon+ 2.0 - Now Better! (Bug fixes, new features)

Pages: (12): « First « 3 4 5 6 [ 7 ] 8 9 10 11 » Last »
2 votes - 4 average   [Updated] AppMon+ 2.0 - Now Better! (Bug fixes, new features)
Author: Message:
C0NTiNUiTY
New Member
*

Avatar
!!!BERK!!! -FEED ME-

Posts: 14
40 / Male / –
Joined: Apr 2005
RE: [Release] AppMon+ (Now With Xfire Support - Beta)
i know that xfire support is in its infancy but i cant get it to work on my pc


.jpg File Attachment: xfirenowork4me.jpg (219.92 KB)
This file has been downloaded 302 time(s).
[Image: c0ntinuity.png]
07-18-2006 10:24 AM
Profile E-Mail PM Find Quote Report
wooki
New Member
*

Avatar
MessengerFREAK

Posts: 5
35 / Male / –
Joined: Jul 2006
RE: RE: [Release] AppMon+ (Now With Xfire Support - Beta)
quote:
Originally posted by C0NTiNUiTY
i know that xfire support is in its infancy but i cant get it to work on my pc




i got the same problem here :(
07-18-2006 12:33 PM
Profile PM Find Quote Report
Mentality
Full Member
***

Avatar
The Best Representation OF me IS ME!

Posts: 490
Reputation: 19
38 / Male / Flag
Joined: Jun 2005
RE: [Release] AppMon+ (Now With Xfire Support - Beta)
quote:
Originally posted by cloudhunter
As far as I know Mentality, if it was sending an auto message the focus would shift to the window and minimise the full screen application. You wouldn't like that while you are playing a game ;)

I could be wrong, but in my experience when a script has sent a message it momentarily steals focus... annoying for people with slow computers (me ;))

Cloudy

I'm pretty sure messenger stops that though when your status is set to busy or away and your are running a full screem application - if you wasn't running the full screen ap, then it would be allowed to pop-up with the message.

I could be wrong but this is from personal experience.
07-18-2006 01:00 PM
Profile E-Mail PM Find Quote Report
alexp2_ad
Scripting Contest Winner
****

Avatar
Who love the chocolate?

Posts: 691
Reputation: 26
36 / Male / –
Joined: May 2004
Status: Away
O.P. RE: [Release] AppMon+ (Now With Xfire Support - Beta)
Interestingly, I've just started having a problem with this. :S

But anyway, I've fixed it, so please download the beta again because I'm pretty confident this fix should work. (Y)

Xfire support is pretty groovy, glad people bugged me to do this. :P

Dunno about the focus switching to the window, that's a good question, I'll check out the automessage stuff and see if I can get something working. :)
07-18-2006 06:40 PM
Profile E-Mail PM Find Quote Report
aNILEator
Skinning Contest Winner
*****

Avatar
...in the wake of the aNILEator

Posts: 3718
Reputation: 90
35 / Male / Flag
Joined: Oct 2003
Status: Away
RE: [Release] AppMon+ (Now With Xfire Support - Beta)
its working a charm here :D tested with minesweeper, solitare and pinball

add me to xfire: anileator

just say who teh fuck you actually are :P

This post was edited on 07-19-2006 at 11:23 AM by aNILEator.
07-19-2006 10:39 AM
Profile PM Web Find Quote Report
daf.madalien
New Member
*


Posts: 12
Joined: Jul 2006
RE: [Release] AppMon+ (Now With Xfire Support - Beta)
Working fine but found a little issue. If you're in offline mode it will change your status to what you've defined when you start playing a game (in my case Busy) which is unwanted.

I've "fixed" it by changing the folowing in line 430 of AppMon+.js:
code:
if(status>=2){ if(!statuschanged){ origstatus = Messenger.MyStatus; } Messenger.MyStatus = status; statuschanged=true; }
becomes:
code:
if(status>=2) {
  if(!statuschanged) { origstatus = Messenger.MyStatus; }
  if (Messenger.MyStatus != 2) Messenger.MyStatus = status;
  statuschanged=true;
}

This seems to work ok for the XFire bit but it was just a quick hack the author should better know how to fix it, maybe even add an option for it.
08-23-2006 08:51 PM
Profile E-Mail PM Find Quote Report
Luigi
Full Member
***

Avatar
It's-a me! Luigi!

Posts: 221
Reputation: 4
– / Male / Flag
Joined: Sep 2005
RE: [Release] AppMon+ (Now With Xfire Support - Beta)
I don't know if this has been already reported, however if I start WLM after having started a program that AppMon+ has in list, WLM won't sign up and will freeze.
[Image: caffe.gif]
[Image: italia.jpg] StuffPlug-NG & A-Patch Official Italian Translator, Messenger Plus! Live Beta Tester.
www.barbagianni.net - http://www.messengeritalia.it
08-24-2006 12:08 PM
Profile PM Web Find Quote Report
Zeh
Full Member
***

Avatar
DC 4 EVER!

Posts: 136
Reputation: 1
35 / Male / –
Joined: Aug 2006
RE: [Release] AppMon+ (Now With Xfire Support - Beta)
I have a question. Will other people be able to see the icon or do they have to have Appmon+ installed has well to see it?
[Image: Zeh.png][Image: x copy.jpg]
| Windows Live Messenger Beta Tester | Windows Live Mail Beta Tester |
08-26-2006 05:10 PM
Profile E-Mail PM Find Quote Report
alexp2_ad
Scripting Contest Winner
****

Avatar
Who love the chocolate?

Posts: 691
Reputation: 26
36 / Male / –
Joined: May 2004
Status: Away
O.P. RE: RE: [Release] AppMon+ (Now With Xfire Support - Beta)
quote:
Originally posted by Zeh
I have a question. Will other people be able to see the icon or do they have to have Appmon+ installed has well to see it?

Everyone using messenger 7.0 upwards can see the icon. :)
08-26-2006 05:42 PM
Profile E-Mail PM Find Quote Report
alexp2_ad
Scripting Contest Winner
****

Avatar
Who love the chocolate?

Posts: 691
Reputation: 26
36 / Male / –
Joined: May 2004
Status: Away
O.P. RE: [Updated] AppMon+ 2.0 - Now Better! (Bug fixes, new features)
New version!  Updated the main post, here's what's changed:

New stuff:
  • Now can get your running game (and server IP, if any) from Xfire
  • Option to beep internal speaker on messages received if a selected program is running (useful for full screen games)
  • Option to change display picture when certain program is running
  • Added update system to script
  • Added option to rate the script to the menu, once you rate the script, the option will disappear
  • No longer using a DLL to set the PSM, this may not seem better to non-scripters... but it is. :P  (thanks to -dt- for the function)

Bug fixes:
  • Now works properly with programs that hide their full application path (I'm looking at you Warcraft)
  • Fixed bugs with list not displaying correctly sometimes

Download Here

E-mailed the script database, it should be updated there soon. (Y):)
08-27-2006 02:57 PM
Profile E-Mail PM Find Quote Report
Pages: (12): « First « 3 4 5 6 [ 7 ] 8 9 10 11 » Last »
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On