What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » Search » Results

Search Results
Subject Author Forum Time
RE: Suggestion: PLSC, file handling
I think that when a new script (or new version of one) is installed, Plus should do the following things, in this order: [list][*]Call an event in the js file. Something like "OnEvent_UninstallScript". A parameter to that funcion should be provided...
Choli03-09-2007 at 10:00 PM
RE: Need your input about this, now! :)
yeah, for sure. there's still enough room in the bar to place an extra icon and, as you say, the others at the right aren't so important :P :lol: @ the option :P
Choli02-25-2007 at 11:03 PM
RE: More information in the documentation about the XSD
well done! ;)
Choli02-25-2007 at 10:37 PM
More information in the documentation about the XSD
Right now someone has asked me which values can be in InitialPos in a window interface. I went to the scripts documentation and I only saw that it's a string with default value CenteredParent. So I had to get the *.xsd file, open it in XML Spy, and ...
Choli02-25-2007 at 09:36 PM
RE: Did you say Vista? yeah, Vista!!
currently only betatesters have access to the change log of bug fixes. Maybe when the final version of Plus 4.20 is released, the complete historial will be public, but not for now, sorry :)
CholiAnnouncements & News02-18-2007 at 07:01 PM
RE: Did you say Vista? yeah, Vista!!
I'm looking forward to the beta testing :P well done, Patchou :)
CholiAnnouncements & News02-11-2007 at 12:41 PM
RE: Beta testing of Messenger Plus! 4.20
yay!, thanks Patchou ;)
Choli02-11-2007 at 12:30 PM
RE: Documentation link error
Another error in the documentation is the following one: In the page of examples of ScriptInfo.xml file, it says: Shouldn't ExtraFuncVB.dll be placed inside OleFiles and ExtraFuncCSharp.dll in DotNetFiles? (according to the description of how each ...
Choli02-05-2007 at 08:49 PM
RE: an idea about the language option of Plus!
no, of course not :p you have your point of view and i have mine. I don't think any of us can convince the other :P
CholiTranslation01-30-2007 at 09:01 PM
RE: an idea about the language option of Plus!
that would be very easy.... the problem would be if someone downloads Plus in one language and wants to use another. He/She'd have to click on the "download more languages" button, etc... Really, I prefer much more in the way it is now... and th...
CholiTranslation01-29-2007 at 08:42 PM
RE: Scripting Contest - We've got some winners!
Ok, there has been a little mistake, but please, I think it's better to discuss this privately with Patchou and the creators of both scripts; and not here publically in the forum :)
CholiAnnouncements & News01-25-2007 at 08:59 PM
RE: Scripting API Wishlist
no, thanks :P I could do that DLL, but currently I don't need to call any of those APIs in my scripts. However, other people may need to call them, or I may want to call them in the future, that's why i suggested it to be included in Plus. Anyway, ...
CholiScripting01-22-2007 at 05:34 PM
RE: Scripting API Wishlist
I'm sure it is possible. Timers use callbacks, and Plus' API has timers. So why can't Plus use pointers to functions? Of course it'll be a bit more complex, but it can be done. I think i'll make a detailed suggestion of how Plus should implemen...
CholiScripting01-22-2007 at 04:09 PM
RE: changing default lang. after installing in English
No no no!. Never do that, because Plus relies very much on that the original english file is named Lng_Default.ini. Changing its name may do that Plus doesn't work as you may expect. Also, that file will be overwritten in the following updates so y...
CholiWLM Plus! Help01-20-2007 at 11:38 AM
RE: Scripting Contest - We've got some winners!
congrats to all of them :banana: well done!!
CholiAnnouncements & News01-20-2007 at 12:02 AM
RE: changing default lang. after installing in English
In the registry: HKEY_CURRENT_USER\Software\Patchou\Messenger Plus! Live Change the value of "LanguageFile" (which is a REG_SZ) to "Lng_Turkish.ini". That will work for the current user. If the current user doesn't still exist, use the follow...
CholiWLM Plus! Help01-19-2007 at 10:55 PM
RE: Scripting API Wishlist
of which buttons? the ones of the interface? can't you call [url=http://msdn2.microsoft.com/en-us/library/ms63 3540.aspx]SetLayeredWindowAttributes[/url] using the Handle of the button?
CholiScripting01-17-2007 at 08:19 PM
RE: an idea about the language option of Plus!
Let's clarify this a bit: :P All the files in to be installed are zip-compressed inside the installer. That includes language files, which are text files, therefore they compress a lot. We are talking about reducing the file size by 80%+, so a langu...
CholiTranslation01-16-2007 at 10:53 PM
RE: Seperator Bars look ugly in vista
yeah, do just that, or try to change (for example) the background color to the default theme and save it as a new theme. And try to see if the menus still display "wrong"
Choli01-16-2007 at 10:14 PM
RE: Seperator Bars look ugly in vista
that's a known bug in XP... Chris, try this: at the desktop, right click, properties > and save the theme. Then change it to other theme (using the drop down list) and click Accept. Return to that window and now select in the list your old there, t...
Choli01-14-2007 at 11:37 PM
RE: Seperator Bars look ugly in vista
how should it look like?
Choli01-14-2007 at 10:14 PM
RE: Messenger Plus! Sound Library Fixer (3.00.0021)
for me, www.msgplus.net redirects to www.msgpluslive.net and old.msgplus.net is the old site. So i don't see any problem with that.
CholiWLM Plus! General01-13-2007 at 01:49 PM
Documentation link error
There's a small error in the scripting documentation. In the page "Messenger Plus! Events" (under "Events Reference") there are links to all the events and templates of events of Plus!. It turns out that the link "OnGetScriptMenu" links to "O...
Choli01-10-2007 at 09:27 PM
RE: Scripting: OnEvent_ChatWndSendMessage not fired correctly
it doesn't matter if plus is going to replace text or not... the thing is that unless you do explicitly, when you put text in an edit box, the cursor possition is at the begining of the text. (with "you put" i mean "a program puts"). The possit...
CholiWLM Plus! Bug Reports01-10-2007 at 08:26 PM
RE: Scripting: OnEvent_ChatWndSendMessage not fired correctly
of course, but it's a side efect, because if Plus didnt call OnEvent_ChatWndSendMessage, the new line will be placed correctly. I said it's a side effect because of that :P Anyway, let's hope patchou reads and fixes all this (at the end we're ta...
CholiWLM Plus! Bug Reports01-07-2007 at 06:16 PM
[Hide Excerpts] Pages: (118): « First « 7 8 9 10 [ 11 ] 12 13 14 15 » Last »