Re: TelnetDLX blocking mode & Windows Message Queu (General questions)
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:
- TelnetDLX blocking mode & Windows Message Queue - Stijn Vanhee, 2008-03-21, 13:26
- Re: TelnetDLX blocking mode & Windows Message Queu - woddrazen, 2008-03-21, 13:39
- Re: TelnetDLX blocking mode & Windows Message Queu - Stijn Vanhee, 2008-03-21, 14:19
- Re: TelnetDLX blocking mode & Windows Message Queu - wodDamir, 2008-03-21, 16:09
- Re: TelnetDLX blocking mode & Windows Message Queu - Stijn Vanhee, 2008-03-21, 14:19
- Re: TelnetDLX blocking mode & Windows Message Queu - woddrazen, 2008-03-21, 13:39