Re: Re: Event plugin
| Newsgroups | gmane.comp.windows.power-pro |
|---|---|
| Message-ID | <[email protected]> |
By the way, if you want to see an issue in destroythis, try: global e=event.create(2,10,"keys abc\rwin.debug(event.this, length(event.this), e, length(e), event.exists(e))",?=visiblewindow("*notepad*")=)
The value shown in debug output for event.this should be the same as that shown for variable e.
But in my tests, I get ex0 for one and ex1 for other. where x is a non-displayable character (0x06 internally). So something screwy there, I think.