What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » WLM Plus! Bug Reports » [Fixed on next version] RichEditControl bug

[Fixed on next version] RichEditControl bug
Author: Message:
Flash
Junior Member
**

Avatar
All time Ready

Posts: 86
Reputation: 2
44 / Male / Flag
Joined: Aug 2006
O.P. [Fixed on next version] RichEditControl bug
code:
<Control xsi:type="RichEditControl" Id="EdtDpDir" Visible="false">

code:
function ControlShow(PlusWnd, sControlId, bState) {
    var hCtrl = PlusWnd.GetControlHandle(sControlId);
    if (bState == 1){ bState = 5 }
    var r = Interop.Call("User32", "ShowWindow", hCtrl, bState)
    Debug.Trace("TEST ControlShow: " +sControlId+ " " +bState+ ' ' +r)
    return r;
}

code:
TEST ControlShow: EdtDpDir 0 16

ok i move little bit the window after i let the button left the richedit reappear and no TEST ControlShow: EdtDpDir 5 16 (5 for show) in debugwindow so im sure its a bug from msgplus.

see picture follow:
[Image: Error.PNG]

This post was edited on 03-03-2007 at 09:02 PM by Flash.
My script: Psdp
03-03-2007 12:29 AM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[Fixed on next version] RichEditControl bug - by Flash on 03-03-2007 at 12:29 AM
RE: PATCHOU contact me pls RichEditControl bug - by CookieRevised on 03-03-2007 at 02:52 AM
RE: PATCHOU contact me pls RichEditControl bug - by deAd on 03-03-2007 at 03:19 AM
RE: PATCHOU contact me pls RichEditControl bug - by Patchou on 03-03-2007 at 05:24 AM
RE: PATCHOU contact me pls RichEditControl bug - by Flash on 03-03-2007 at 07:04 AM
RE: PATCHOU contact me pls RichEditControl bug - by markee on 03-03-2007 at 09:19 AM
RE: RE: PATCHOU contact me pls RichEditControl bug - by deAd on 03-03-2007 at 03:28 PM
RE: PATCHOU contact me pls RichEditControl bug - by Patchou on 03-03-2007 at 07:34 PM
RE: PATCHOU contact me pls RichEditControl bug - by Flash on 03-03-2007 at 08:42 PM
RE: PATCHOU contact me pls RichEditControl bug - by Tochjo on 03-03-2007 at 08:47 PM
RE: PATCHOU contact me pls RichEditControl bug - by Flash on 03-03-2007 at 08:50 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On