What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [release] WLM Preview Box v2.00.08

Pages: (9): « First « 2 3 4 5 [ 6 ] 7 8 9 » Last »
[release] WLM Preview Box v2.00.08
Author: Message:
galgor
New Member
*


Posts: 3
Joined: Nov 2006
Ideas for WLM preview box
Love this script!
I've got a few ideas that could help make it better:

Addition of seeing the persons Email address instead of their Nickname.
An 'X' button to close/disable the script.
Ability to resize the window freely

All those i think could be done without too much effort.

The one thing I would love to see most with this app is for it to be embedded into Firefox as an extension..but I think that's just wishful thinking.
02-09-2007 02:52 PM
Profile E-Mail PM Find Quote Report
markee
Veteran Member
*****

Avatar

Posts: 1621
Reputation: 50
35 / Male / Flag
Joined: Jan 2006
RE: [release] WLM Preview Box v1.01.02
The idea of using the email is kind of hard now due to StuffPlug making chat-only names  unfortunately, and we wouldn't want to make a script that is buggy (well as little as possible).  Secondly, there is going to be a feature to hide the preview box in the next release, but it will still be storing all the previous messages for you (just in case).  The resizing of the window is going to be a little tricky and will require some patience while we get it all right first, the horizontal resizing might be done in a release before the vertical as well, but don't get your hopes too high yet.  Last of all, it will be hard to embed it in FireFox and this would have to be an extra feature as well, we might look at this when we start running out of ideas and looking for some hard stuff to put in... it will be a while off if at all I'm sorry.
[Image: markee.png]
02-09-2007 03:04 PM
Profile PM Find Quote Report
moonriver
New Member
*


Posts: 1
Joined: Feb 2007
Wink  RE: Msn box
This plugin is great.  I am wondering if it could auto fade off after few sec?  I wish that if I press "enter", I could be able to send my reply...
02-12-2007 08:02 AM
Profile PM Find Quote Report
NanaFreak
Scripting Contest Winner
*****


Posts: 1476
Reputation: 53
32 / Male / Flag
Joined: Jul 2006
O.P. RE: [release] WLM Preview Box v1.01.02
I just want to tell you that the new version will be in the next release of Messenger Plus! Live. And i will update this thread when it is release.

Note: I have had to cut some features out due to me being lazy and not working on the project.
02-21-2007 08:49 PM
Profile PM Find Quote Report
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: [release] WLM Preview Box v1.01.02
When script is installed by the new Plus! version (to others: it will be released soon, no worries), it produces errors:

> Script is starting
> Script is started successfully.
> Function call: "OnEvent_Initialize"
> Error on line 5: Unknown Error
  (Code: -2147418113)
> Error detected in "OnEvent_Initialize".
  (Code: -2147352567)

This happens the first time the script is installed (thus probably when no settings exist yet)...




--------------------------------------------------------------------------





code:
function SetWindowPosition(Wnd, PosX, PosY, Width, Height){
    Interop.Call('User32', 'SetWindowPos', Wnd.Handle, 0, PosX, PosY, 680, 88, 0);
}
Window sizes can depend on Windows metrics, so don't set the size explicitly, only the position:
Interop.Call('User32', 'SetWindowPos', Wnd.Handle, 0, PosX, PosY, 0, 0, /* SWP_NOSIZE */ 1);

Ps: I saw in some function that you do define the Width and Height as a parameter to this function, but you don't pass it to the window? Or does it have todo with the fact that you cut some features?

This post was edited on 02-28-2007 at 05:11 AM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
02-28-2007 05:08 AM
Profile PM Find Quote Report
NanaFreak
Scripting Contest Winner
*****


Posts: 1476
Reputation: 53
32 / Male / Flag
Joined: Jul 2006
O.P. RE: [release] WLM Preview Box v2.00.07
quote:
Originally posted by CookieRevised

> Script is starting
> Script is started successfully.
> Function call: "OnEvent_Initialize"
> Error on line 5: Unknown Error
  (Code: -2147418113)
> Error detected in "OnEvent_Initialize".
  (Code: -2147352567)

This happens the first time the script is installed (thus probably when no settings exist yet)...
thanks for that... i will like fix it now

quote:
Originally posted by CookieRevised
Window sizes can depend on Windows metrics, so don't set the size explicitly, only the position:
hmm i didnt know that :P

quote:
Originally posted by CookieRevised
Ps: I saw in some function that you do define the Width and Height as a parameter to this function, but you don't pass it to the window? Or does it have todo with the fact that you cut some features?
yea i cut that out because i did cut a few features that i wanted out...


thanks for this cookie ;) you rule <3



New version out. v2.00.07

you can download it at the first page (link)

please report any bugs

This post was edited on 02-28-2007 at 05:36 AM by NanaFreak.
02-28-2007 05:22 AM
Profile PM Find Quote Report
Orgrim Doomhammer
Junior Member
**

Avatar
For The Horde!

Posts: 67
34 / Male / Flag
Joined: Aug 2006
RE: [release] WLM Preview Box v2.00.07
hey, the new version really rox!
good work NanaFreak
02-28-2007 03:21 PM
Profile PM Web Find Quote Report
John Anderton
Elite Member
*****

Avatar

Posts: 3908
Reputation: 80
37 / Male / Flag
Joined: Nov 2004
Status: Away
RE: [release] WLM Preview Box v2.00.07
Hmm, Isn't there a way to tell it not to make the wlm window pop up on each sign in unless I start it myself? Because that is what is happening to me :(
[

KarunAB.com
]

[img]http://gamercards.exophase.com/459422.png[
/img]
03-01-2007 02:28 AM
Profile E-Mail PM Web Find Quote Report
NanaFreak
Scripting Contest Winner
*****


Posts: 1476
Reputation: 53
32 / Male / Flag
Joined: Jul 2006
O.P. RE: [release] WLM Preview Box v2.00.07
i will try and fix that... but i dont know why it isnt working right.... fpr some reason it did that here but now it works :/
03-01-2007 05:30 AM
Profile PM Find Quote Report
yo kv
New Member
*


Posts: 1
Joined: Mar 2007
RE: [release] WLM Preview Box v2.00.07
When I try to send a reply, it doesn't go through. I think that hitting enter should also send replies. And when you send a reply, I think it should be displayed within the box.
03-19-2007 10:51 AM
Profile E-Mail PM Find Quote Report
Pages: (9): « First « 2 3 4 5 [ 6 ] 7 8 9 » 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