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

Search Results
Subject Author Forum Time
RE: Pointers?
As long as I know, that's not very common. At least in API functions, the ones that return a pointer to something are for you to use the pointer as just an indentifier and not to access the values pointed to by the pointer. In these cases, the API ...
Choli04-14-2006 at 10:46 AM
RE: Messenger Plus! Translator
mmm.... I'm not very sure... take into accout that in order to show the text, the translator program creates the RTF code to be put in the RichEditControl, ie: the text I get from the file is not directly sent to the control so there may be a bug i...
CholiTranslation04-13-2006 at 11:27 PM
RE: Embedding ChildTmpl Windows inside PlaceHolderElements
Sorry for double posting, but I have a question... What's the pourpose of having PlaceHolder elements in the parent window? I ask this because the function CreateChildWnd takes the X and Y coordinates of where to place the child window and not the I...
Choli04-13-2006 at 09:24 PM
RE: Messenger Plus! Translator
hehe... that's a known bug, but as noone had reported it before, I assumed that I was the only who knew about it :refuck: When I noticed the bug, it was with the text "3,1", which is used in a special key in the spanish translation. It happened so...
CholiTranslation04-13-2006 at 09:14 PM
RE: Request: Contact.AssignedName
It does work for me: [code] Wnd.Button_SetCheckState("CHK1", true); // check the checkbox Wnd.Button_SetCheckState("RAD1", false); // unchech the radio button Wnd.Button_SetCheckState("CHK2", !Wnd.Button_IsChecked("CHK2")); // invert the sta...
Choli04-13-2006 at 05:05 PM
RE: Embedding ChildTmpl Windows inside PlaceHolderElements
I'm gonna download it now :P
Choli04-12-2006 at 08:57 PM
RE: Embedding ChildTmpl Windows inside PlaceHolderElements
I will need it for one of my scripts :P
Choli04-12-2006 at 08:51 PM
RE: Messenger Plus! Live - German Translation
Nobody, except for beta testers and translators, is supposed or allowed to get the beta. Don't think that you're special for having got that beta :P
CholiTranslation04-12-2006 at 08:34 PM
RE: is there rusian or ukrain translation?
Well, boffin, you can do the translation into russian or ukrain yourself, if you want ;)
CholiTranslation04-11-2006 at 11:25 PM
RE: CreateWnd and Images
Just to know: how does plus distinguish between resource identifiers and filenames? Does it looks first in the resources and then in a folder?
Choli04-10-2006 at 10:31 PM
RE: CreateWnd and Images
maybe a bug, I haven't tested that myself :P just said what it should be
Choli04-10-2006 at 08:36 PM
RE: CreateWnd and Images
The name represents either a resource or a file name without extension (requiered format is PNG). If it's a resource, it's to be found inside a DLLs of Plus. If it's a file, I think Plus goes to look for it in the Interface\Images folder.
Choli04-10-2006 at 08:13 PM
RE: [HOW-TO] Pointers / Structures in JS
hey, that has a very nice look! I'll have to give it a try. Thanks, TheBlasphemer ;)
Choli04-09-2006 at 02:41 PM
RE: [HOW-TO] Pointers / Structures in JS
well, i didn't try the code, but I see some issues: SendMessageW is unicode, so the string you want to insert has to be in unicode, so... [code] var stringptr = Interop.Call("Kernel32", "HeapAlloc", heap, [b]8,4[/b]);//allocate 4 bytes, 2 for '...
Choli04-09-2006 at 12:17 PM
RE: help/suggestion: Interop.Call, Windows APIs and pointers to structures in parameters
:bow: Mnjul Thanks a lot, Mnjul. That does the job. ;) Btw, I see you're using the object UserAccounts.CommonDialog... where can I find information about the availabe objects of Windows? ie: I'd like to have a tutorial or something where I can lear...
Choli04-09-2006 at 11:03 AM
RE: help/suggestion: Interop.Call, Windows APIs and pointers to structures in parameters
I understand you, Patchou. I'll see what I can do (i don't have very much free time :P). Anyway, thanks for your help ;) btw, remember to send us the lastest idl file with the next beta. You've changed/added some functions in which i'm interested
Choli04-08-2006 at 07:43 PM
RE: translation for spanish compleded?
In Plus! 3.63 you can choose Spanish-Spain or Spanish-Latino. Those two translations are completed and finished. For Plus! Live 4.x, we are curerntly working in the new translation. There will be only one translation, called Spanish, and will be avai...
CholiTranslation04-08-2006 at 07:01 PM
RE: adding items to listView control
does that mean that we won't be able to use/manage TreeViews in the windows that our scripts show?
Choli04-08-2006 at 06:57 PM
help/suggestion: Interop.Call, Windows APIs and pointers to structures in parameters
I'm trying to call [url=http://msdn.microsoft.com/library/default.asp ?url=/library/en-us/winui/winui/windowsuserinterfa ce/userinput/commondialogboxlibrary/commondialogbo xreference/commondialogboxfunctions/getopenfilenam e.asp]GetOpenFileName[/url] in...
Choli04-08-2006 at 06:54 PM
RE: adding items to listView control
I hope you have added also functions to manage other controls, like treeview controls (add, delete elements, OnEvent_click, etc...), edit controls (events triggered each key press, etc...), etc... I think I'll need all those things for some scripts...
Choli04-08-2006 at 06:34 PM
RE: Preferences design
I agree. All the preferences panels are very nice, I like them, but I'd wish that you could remove that scroll bar. People could not notice that that last sentence is there and may lose an option. The rest is very nice. Good work, Nico ;)
Choli04-08-2006 at 05:46 PM
RE: Tabbed Polygamy
I like very much this idea (Y) It's a good suggestion :)
Choli04-05-2006 at 06:14 PM
RE: Trace & Dump Files
The send report window zips the dump files before sending them to patchou, and I don't think it sends them to a mail account but to a ftp/http server, so there is no problem in sending +10Mb files. Also, after compression, text files may take about ...
Choli04-05-2006 at 06:13 PM
RE: Messenger Plus! Translator
Of course you can. The only diferent thing is that when you select the original and translated files, by default, it shows Lang_*.ini files, and now the files are named Lng_*.ini ... just select "All files (*.*)" :P
CholiTranslation04-05-2006 at 01:32 PM
RE: Debug window
As long as I know, the window appears if and only if it was opened the last time you disabled the "Enable debugging options" checkbox. ie: if you close the debugging window before you disable the debugging options, next time you enable it, the wind...
Choli04-03-2006 at 06:29 PM
[Hide Excerpts] Pages: (118): « First « 15 16 17 18 [ 19 ] 20 21 22 23 » Last »