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

Search Results
Subject Author Forum Time
RE: German + translation
I think that window belongs to MSN Messenger and not to Messenger Plus!, right? In that case, we can't do anything about it. We don't translate messenger itself, but Messenger Plus ;) Maybe you should report it in some forum/news/whatever of Micros...
CholiTranslation04-27-2006 at 09:54 PM
RE: getting winamp now playing song filename
what about this?: [code]Debug.Trace('FileName: '+filename.readString(0, false));[/code] what does ReadProcessMemory return? is it 0? what about GetLastError? btw, can you edit your post so it is not so wide, please? ;)
Choli04-27-2006 at 07:30 PM
RE: Messenger Plus! Live News
yeah! :banana: :P
CholiArchive04-27-2006 at 07:19 PM
ListViewControl: how to display items in only 1 column?
heya, I have a ListViewControl and I want to display all the items in it without using columns (ie: only 1 column). At first, I used the SmallIconView attribute in the XML file and all went fine. However, now I've increased the width of the control ...
Choli04-24-2006 at 12:12 PM
RE: Problem: Copying Instances of Objects
I think you'll have to call some kind of cloneobject for each member of your object when you can cloneObject. For example, for Arrays you could do: [code] Array.prototipe.cloneObject = function cloneObject () { var new_arr = new Array(); va...
Choli04-24-2006 at 12:04 PM
RE: Detect when ESC key is pressed in a window
thanks dude! :banana:
Choli04-22-2006 at 07:42 PM
RE: Detect when ESC key is pressed in a window
yep :P ... I just want to do a couple of things: first is to ask the user to save changes (or save them automatically) before closing the window if he hits ESC and second is to create some [url=http://msdn.microsoft.com/library/default.asp ?url=/libra...
Choli04-22-2006 at 07:12 PM
Detect when ESC key is pressed in a window
Is there any way to detect when the ESC key has been pressed in a window of a script before OnWindowidEvent_Destroyed is called (ie: when the window is still visible)? And is it possible to make that the ESC key does not close the window when pressed...
Choli04-22-2006 at 05:16 PM
RE: You rock patchou
Patchy!! :banana: you're doing an excellent work, be sure that PLus Live is gonna be a big success. Don't discourage, and take some days of holidays if you want :P
Choli04-22-2006 at 08:35 AM
RE: how to pass variables by reference(!) to ActiveX objects?
can't we call Interop.Allocate with the correct size and fill the memory with something that seems a VARIANT to the eyes of an ActiveX control and then call the function passing the DataPtr?
Choli04-17-2006 at 08:07 PM
RE: how to pass variables by reference(!) to ActiveX objects?
how would Plus know if the params are to be passed by reference or by value in that example?
Choli04-17-2006 at 07:07 PM
RE: api file reading help
ops, yeah :$, you're right... well, right now I don't see any reason why it can fail... i'll try to do it myself and will tell you ;)
Choli04-17-2006 at 10:34 AM
RE: Request: List View events and methods
The focus rectangle doesn't depend on the selected items. For example, in the left list, the function would return item4 and ini the right list it'd return item2. On the other hand, if Patchou implement's Cookie's suggestion, for the first list i...
Choli04-17-2006 at 10:23 AM
RE: Request: List View events and methods
There can only be one focus rectangle. Even if you select non-contiguous items, the focus rectagle is unique. It is used when you use the keyboard to select items. With it, you move to an item (holding Ctrl) and click space to select/deselect it.
Choli04-17-2006 at 10:02 AM
RE: api file reading help
GetLastError returns the error of the last API called, which may not be ReadFile. Maybe Plus or the script engine call another API between your calls to ReadFile and GetLastError. I hope that this is not true, but only Patchou can confirm us this. O...
Choli04-17-2006 at 09:59 AM
RE: Request: List View events and methods
I agree, but in that case I also would like to have functions to get the text from the index :)
Choli04-16-2006 at 10:41 PM
When is OnWindowidEvent_EditTextChanged called?
When is OnWindowidEvent_EditTextChanged called? It may seem a stupid question, but see what happens to me: I have these edit controls: [code]<Control xsi:type="EditControl" Id="EDT1"> <Position Left="80" Top="24" Width="299"> <A...
Choli04-16-2006 at 09:21 PM
RE: Request: List View events and methods
yup (Y)
Choli04-16-2006 at 09:00 PM
RE: Bug? keyboard access
I agree, in fact I one of those who uses keyboard and mouse... however it takes more time to press tab until select the icon and the press space than move the mouse and click the button. Anyway, that is a bug and has to be fixed :P
Choli04-16-2006 at 08:05 PM
RE: Request: List View events and methods
the same happens with comboboxes, so i extend this suggestion to combo boxes too :)
Choli04-16-2006 at 08:01 PM
RE: Forum Suggestion: Code
i don't think so... WDZ can use [url=http://es2.php.net/highlight-string]highlight _string[/url]. It is for PHP, not JScript, I know, but the results would be very similar :P
Choli04-16-2006 at 07:55 PM
RE: Bug? keyboard access
how can it be handy to show the menu in mouse-coordinates if the user opened the menu with the keyboard?
Choli04-16-2006 at 07:52 PM
Tips & suggestions for developers :)
These days I'm developing my first script for Plus. I plan to release it soon (Patchou has still to fix [url=http://shoutbox.menthix.net/showthread.php?ti d=58320]some[/url] [url=http://shoutbox.menthix.net/showthread.php?ti d=58219]bugs[/url] :P) but...
Choli04-16-2006 at 12:31 AM
Combo boxes - dodgy height (bug?)
I have this combo box: [code]<Control xsi:type="ComboBoxControl" Id="CMBSections"> <Position Left="8" Top="55" Width="103" Height="120"/> </Control>[/code] And in the code of my script, I have lots of calls to insert items in the conv...
Choli04-14-2006 at 11:23 PM
RE: Modal Dialogs
I don't think that there is support for that in the Plus api... I think you'll have to go with Windows APIs. I've been searching, but I can't find how to do it :$
Choli04-14-2006 at 10:16 PM
[Hide Excerpts] Pages: (118): « First « 14 15 16 17 [ 18 ] 19 20 21 22 » Last »