Re: TelnetDLX blocking mode & Windows Message Queu - WeOnlyDo Discussion board

Re: TelnetDLX blocking mode & Windows Message Queu (General questions)

by woddrazen, Friday, March 21, 2008, 13:39 (6094 days ago) @ Stijn Vanhee

Hi Stijn,


Most probably this is happening because you are using Blocking mode. Blocking Property set to True. In Blocking Mode commands are executing line by line and next command execute when previous finish. So component is blocked until command is executing.

You can use also component in non Blocking mode. Blocking Property set to False. In that case you can't use WaitFor and Execute Method. You should use Events, Received or PromptReceived Event and send command there.

More help for Blocking Property you can find here:
http://www.weonlydo.com/TelnetDLX/Help/WODTELNETDLXLIB~wodTelnetDLX~Blocking.html

Hope I helped.


Regards,
Drazen


Complete thread: