quote:
Originally posted by Apola Silverstone
umm i cna't find the part that i need to delete to make it work when msger is locked, can you help me?
Find at line 63 this code:
code:
function OnEvent_MessengerLocked() {
WLMLocked = true;
if (pMsgWnd != undefined) {
pMsgWnd.Close();
}
}
and delete it.
However, I don't know if this will show the scroller window when WLM is locked...
The reason is, I dont know wether Plus! allows scripts to create windows when WLM is locked...
With some testing I did, it seems that sometimes the window is created, and sometimes, it doesn't.
It would be nice if you could test it a little, because I'm thinking to add this as a feature...
quote:
Originally posted by rockmanneo
Seems the double click is not working anymore? EDIT: nevermind, didnt read the release note. Hmm but why did it work before (v0.1)?
The reason that it worked before is that I used an external DLL made in Visual Basic.
Visual Basic did forward the double click message to my DLL, so, my DLL knew that the user double clicked the window, and it performed the coded actions...
I
think it is possible to do it by a DLL coded in C++ which subclasses the scroller window. It will be able to receive all the messages the window is receiving (the window is receiving the messages, but Plus! doesn't forward them to the script) and tell the script that the window was double clicked, but I think that it is too much work for nothing (and I also don't know C++
)
quote:
Originally posted by milkbox
- GUI (Smilie)
Yes, it is on my to-do list
However, I dont know what options to put there
I think about putting the option to show the scroller window when WLM is locked, and a transparency control thingy.
Oh, and something to enable/disable the scroller window without having to disable the script...
quote:
Originally posted by rockmanneo
- Right click to dismiss
Plus! forwards the click event to the script, but it doesn't forward the mouse button that was pressed...
So, it's not possible...
quote:
Originally posted by rockmanneo
- Add an option so that msg only pop up when at least 1 WLM window is active. I dont like to be doing something else and msg scroller keeps poping up on me
Yes, this is possible
When you say WLM window, do you mean only the chat window?
Or the contact list too, the preferences window etc?
quote:
Originally posted by rockmanneo
- Option to go back to previous chat window after replying the pop up msg, if possible
This is possible
quote:
Originally posted by milkbox
Is it possible to have an option to show the scroller only when the chat window is minimized? That would be nice. (Smilie)
The scroller window should only appear if the focused window is
not the chat window which the message came from...
But I think you mean to not show the window if the chat window is visible on the screen, but not focused?
If this is what you mean, then, I don't think that this is possible...
quote:
Originally posted by lizard.boy
1 Howabout a configuration window that would let us choose the transparency of the window?
This is on my to-do list
To manually change the transparency, find line 94, and change "180" to something from the range 0 ... 255 (0 is totally invisible and 255 is totally opaque)
quote:
Originally posted by lizard.boy
2 A way to make the window stop jumping around when different contacts say things
Hmmm...
What do you mean?
quote:
Originally posted by lizard.boy
3 A simple way to turn the script on/off, even though you can just disable it
This is on my todo list