RE: status of fileevent support? (for use with Tcl::pTk)

2018-07-30 Thread Konovalov, Vadim
> I use a variation on > https://www.nntp.perl.org/group/perl.tcltk/2011/03/msg524.html > with filrevents > in tkx to read from sockets. i use it to read from > http sourced ports as well > as stock sockets. Yes, that's pretty much reasonable :)

RE: status of fileevent support? (for use with Tcl::pTk)

2018-07-30 Thread Konovalov, Vadim
> For the program I'm working on (cf. > https://github.com/hotwolf/HSW12/issues/16) the existing fileevent is for > reading a serial port. It already uses separate read and write filehandles; it > might be sufficient to use Tcl syntax to open a read handle for the device and > make a fileevent for

Re: status of fileevent support? (for use with Tcl::pTk)

2018-07-29 Thread huck
I use a variation on https://www.nntp.perl.org/group/perl.tcltk/2011/03/msg524.html with filrevents in tkx to read from sockets. i use it to read from http sourced ports as well as stock sockets. i dont have a simple example right now. At 07:31 AM 7/29/2018, you wrote: (Continuing discussion

Re: status of fileevent support? (for use with Tcl::pTk)

2018-07-29 Thread Christopher Chavez
(Continuing discussion from https://github.com/gisle/tcl.pm/issues/14 here per Vadim's suggestion) > chrstphrchvz commented Jul 11, 2018, 3:06 > PM CDT: >> I came across an issue using fileevent from Tcl::pTk on