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

Search Results
Subject Author Forum Time
RE: ListViewControl + ReportView + HasCheckboxes + OnWindowIdEvent_LstViewClicked = Bug
Okay, so how could I detect when the checkbox status change ?
OcuSWLM Plus! Bug Reports07-21-2006 at 09:45 AM
ListViewControl + ReportView + HasCheckboxes + OnWindowIdEvent_LstViewClicked = Bug
Hi I'm using a window which contains a [i]ListViewControl[/i] set in [i]ReportView[/i] mode with [i]HasCheckboxes[/i] set to [i]true[/i]. I want to get the [i]ListViewControl[/i] first item's checked status, so I've created the [i]OnWNDInterfaceEv...
OcuSWLM Plus! Bug Reports07-21-2006 at 12:26 AM
Timer bug ?
Here is the code to Add Timers : [code] function OnEvent_Initialize(MessengerStart) { AddTimers(1); } function AddTimers(Mult) { var Elapse, TimerId; for (var i = 1 ; i <= 10 ; i++) { Elapse = 100 + (i * Mult...
OcuSWLM Plus! Bug Reports07-19-2006 at 04:22 PM
RE: [RELEASE] PACKAGER : Packs made easy for scripts developers
Thank you, No problem. ;)[hr]Bug correction : - Corrected bug for uncatched /xxxxx commands
OcuSScripting07-14-2006 at 09:20 AM
[RELEASE] PACKAGER : Packs made easy for scripts developers
This is my second script. It helps you to pack your scripts. Available commands : - /packager : open packager dialog - /packhelp : displays /pack command line options - /pack : pack a script from a Chat Window - /aboutpackager Packager includes an ea...
OcuSScripting07-13-2006 at 10:58 PM
RE: [Question] Enable/disable controls
Works for me too, thanks. :) If someone knows an other way, tell.
OcuSScripting07-07-2006 at 10:17 PM
[Question] Enable/disable controls
Hi, I'm just not able to find how to enable or disable buttons... I've tried this, like someone suggested me (more or less) : [code] var WM_ENABLE = 0x000A; myWindow.SendControlMessage('myButtonControl', WM_ENABLE, 0, 1); [/code] What's wrong wi...
OcuSScripting07-07-2006 at 09:58 PM
RE: LinkControl with Anchor bad display in resized window
Yes I am. In the interface, there are only 2 controls (except close button) : - a StaticControl - a LinkControl Both controls have [b]exactly[/b] the same definition except Id, xsi:type and Top Position. The only thing this script does is updating b...
OcuSWLM Plus! Bug Reports07-07-2006 at 11:14 AM
RE: [Release] Script Updates : View and install new scripts from www.msgpluslive.net
New update taking account of the remarks.
OcuSScripting07-07-2006 at 01:06 AM
LinkControl with Anchor bad display in resized window
When the window is not resized, the link appears in the right place, but when the window is resized (maximized for example), the link appears in a bad place. All this appens when Caption is dynamicaly changed... See attachment for an example
OcuSWLM Plus! Bug Reports07-07-2006 at 12:38 AM
[Release] Script Updates : View and install new scripts from www.msgpluslive.net
That's a beta version. * Click on MsgPlus Icon > Script Updates or * Type /ScriptUpdates in a chat window Please let me some comments :) ---------- ChangeLog : ** 06/07/2006 - Fixed the problem with special chars in names ** 07/07/2006 - Interface r...
OcuSScripting07-05-2006 at 10:15 PM
[Hide Excerpts]