What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Plug-Ins » problem with loading objects in plugin

problem with loading objects in plugin
Author: Message:
Xerxis
Full Member
***


Posts: 234
Reputation: 1
40 / Male / –
Joined: Jul 2003
Status: Away
O.P. problem with loading objects in plugin
i'm having a bit of a problem

the thing is loading an object in parsecommand will cause the command not to be parsed while the object is loaded

for example

Public Function ParseCommand(ByVal sCommand As String, ByVal sCommandArg As String, ByVal oConversationWnd As Object, ByRef sResult As String) As Boolean
    If (StrComp(LCase(sCommand), "/xwmp", vbTextCompare) = 0) Then
        sResult = ""
        ParseCommand = True
        load(form1)
        Exit Function


...

and so on

will cause this, anyone who knows how to work around this?
07-08-2003 11:40 AM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
problem with loading objects in plugin - by Xerxis on 07-08-2003 at 11:40 AM
RE: problem with loading objects in plugin - by Xerxis on 07-08-2003 at 11:56 AM
RE: problem with loading objects in plugin - by Xerxis on 07-08-2003 at 01:44 PM
RE: problem with loading objects in plugin - by Bamboe on 07-08-2003 at 01:47 PM
RE: problem with loading objects in plugin - by Xerxis on 07-08-2003 at 02:06 PM
RE: problem with loading objects in plugin - by surfichris on 07-08-2003 at 02:15 PM
RE: problem with loading objects in plugin - by Bamboe on 07-08-2003 at 02:29 PM
RE: problem with loading objects in plugin - by zigomar10 on 07-08-2003 at 02:56 PM
RE: problem with loading objects in plugin - by Bamboe on 07-08-2003 at 02:59 PM
RE: problem with loading objects in plugin - by zigomar10 on 07-08-2003 at 03:12 PM
RE: problem with loading objects in plugin - by surfichris on 07-08-2003 at 03:14 PM
RE: problem with loading objects in plugin - by Xerxis on 07-08-2003 at 03:16 PM
RE: problem with loading objects in plugin - by zigomar10 on 07-08-2003 at 03:18 PM
RE: problem with loading objects in plugin - by Xerxis on 07-08-2003 at 03:22 PM
RE: RE: problem with loading objects in plugin - by zigomar10 on 07-08-2003 at 03:27 PM
RE: problem with loading objects in plugin - by Xerxis on 07-08-2003 at 03:24 PM
RE: problem with loading objects in plugin - by Bamboe on 07-08-2003 at 03:26 PM
RE: problem with loading objects in plugin - by Predatory Kangaroo on 07-08-2003 at 03:52 PM
RE: problem with loading objects in plugin - by zigomar10 on 07-08-2003 at 04:06 PM
RE: problem with loading objects in plugin - by Patchou on 07-08-2003 at 05:18 PM
RE: problem with loading objects in plugin - by Bamboe on 07-08-2003 at 05:24 PM
RE: problem with loading objects in plugin - by Xerxis on 07-08-2003 at 06:05 PM
RE: problem with loading objects in plugin - by Bamboe on 07-08-2003 at 06:26 PM
RE: problem with loading objects in plugin - by Xerxis on 07-08-2003 at 07:44 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