Thread from comp.lang.tcl (5 replies)

ANNOUNCE: windetect 2.0.0
Posted by elns <look@the.footer.invalid> 2 weeks 1 day ago

The package windetect 2.0.0 is available.


Summary of changes since the previous version (1.0.0)
=====================================================

a. New command "instrument", facilitating custom GUI sensitization.
b. Removal of the implicit default instrumentation. This introduces an

        *** INCOMPATIBILITY ***

    with previous releases. GUI instrumentation is left to the user as an
    explicit programming step, using the new "instrument" command.
c. New option -wsrespite to the command windetect::configure
d. Several bug fixes related to destruction of the pointer window and
    window grabs.
e. Support for Tcl/Tk 9.0
f. Vastly improved testing, in several respects.
g. Substantial documentation enhancements.

For a detailed list of changes, see the file "changes" inside the
distribution.


About
=====
Windetect is a Tk library that provides the basic detection functionality
for tracking windows in a GUI.

Windetect supports the X11 and win32 windowing systems, routinely tested on
Linux and MS Windows respectively. Although it's possible that windetect
runs fine on other systems, no claims are made about that.

The package is hosted by the project tkwintrack at SourceForge:

     https://sourceforge.net/projects/tkwintrack/

- Documentation is included in the distribution.
- License: Apache 2.0
- Bug reports are welcomed at the issue tracker at SourceForge.


Erik Leunissen
-- 
elns@       nl | Merge the left part of these two lines into one,
      xs4all.   | respecting a character's position in a line.

Click on article to view all threads in comp.lang.tcl
Re: ANNOUNCE: windetect 2.0.0
Posted by Harald Oehlmann <wortkarg3@yahoo.com> 2 weeks 1 day ago

Am 17.09.2024 um 08:40 schrieb elns:
> About
> =====
> Windetect is a Tk library that provides the basic detection functionality
> for tracking windows in a GUI.

Eric,
sounds great, thank you.
Does this package detect:
- windows of my own Tk interpreter
- windows of other Tk interpreter
- windows of non tk applications ?
- windows of different users (specially adminstrator on WIndows)?

Thank you for all,
Harald

Click on article to view all threads in comp.lang.tcl
Re: ANNOUNCE: windetect 2.0.0
Posted by elns <look@the.footer.invalid> 2 weeks 1 day ago

On 9/17/24 17:15, Harald Oehlmann wrote:
> Am 17.09.2024 um 08:40 schrieb elns:
>> About
>> =====
>> Windetect is a Tk library that provides the basic detection functionality
>> for tracking windows in a GUI.
> 
> Eric,
> sounds great, thank you.
> Does this package detect:
> - windows of my own Tk interpreter
> - windows of other Tk interpreter

If you have control over a certain Tcl/Tk interpreter, then: sure.

(The package's documentation explains the relationship between the package and Tcl/Tk interpreters.)


> - windows of non tk applications ?

No. But since you ask this, I realize that it's good that I make that clear in the "About" 
description, which is what I'm going to do.


> - windows of different users (specially adminstrator on WIndows)?

Alas, I don't understand what you mean here.


> 
> Thank you for all,
> Harald

-- 
elns@       nl | Merge the left part of these two lines into one,
      xs4all.   | respecting a character's position in a line.

Click on article to view all threads in comp.lang.tcl
Re: ANNOUNCE: windetect 2.0.0
Posted by Harald Oehlmann <wortkarg3@yahoo.com> 2 weeks ago

Am 17.09.2024 um 19:52 schrieb elns:
> On 9/17/24 17:15, Harald Oehlmann wrote:
>> Eric,
>> sounds great, thank you.
>> Does this package detect:
>> - windows of my own Tk interpreter
>> - windows of other Tk interpreter
> 
> If you have control over a certain Tcl/Tk interpreter, then: sure.
> 
> (The package's documentation explains the relationship between the 
> package and Tcl/Tk interpreters.)

Eric,
thanks for the clarification.

>> - windows of non tk applications ?
> 
> No. But since you ask this, I realize that it's good that I make that 
> clear in the "About" description, which is what I'm going to do.

Yes. The term "window" is highly ambigious. Is it a toplevel or a widget?

>> - windows of different users (specially adminstrator on WIndows)?
> 
> Alas, I don't understand what you mean here.

If you are on Windows and you press right - run as Administrator on an 
application, you will remark that your standard session even does not 
see this application. You can not use ctrl+c-ctrl-v to transport data etc.

My application is that I detect the current system toplevel window. If 
this is a windows with administrative rights, a user process does not 
see this.

Thanks for all,
Harald

Click on article to view all threads in comp.lang.tcl
Re: ANNOUNCE: windetect 2.0.0
Posted by elns <look@the.footer.invalid> 2 weeks ago

There is quite thorough documentation included in the distribution.

No offense, but out of pure practicality: I'd rather not discuss with you here what's already 
explained there. That's why I'm mostly referring to these docs in my response below.

>  > ... Is it a toplevel or a widget?>

Should be clear from the reference page in the distribution.


>>> - windows of different users (specially adminstrator on WIndows)?
>>
>> Alas, I don't understand what you mean here.
> 
> If you are on Windows and you press right - run as Administrator on an application, you will remark 
> that your standard session even does not see this application. You can not use ctrl+c-ctrl-v to 
> transport data etc.
> 
> My application is that I detect the current system toplevel window. If this is a windows with 
> administrative rights, a user process does not see this.

Somehow I believe that you may assume or expect something about windetect that isn't correct (maybe 
related to the fact that this is a Tk library).

Anyway, I cannot imagine that such questions (or possibly misunderstanding) persist after having 
read/consulted the documentation or, if you're truly interested, having tried out the package for 
yourself.

If you're interested in an example of how windetect is being used, then you may have a look at the 
package tkwintrack, which employs package windetect.

Erik.

> 
> Thanks for all,
> Harald

-- 
elns@       nl | Merge the left part of these two lines into one,
      xs4all.   | respecting a character's position in a line.

Click on article to view all threads in comp.lang.tcl
Re: ANNOUNCE: windetect 2.0.0
Posted by Harald Oehlmann <wortkarg3@yahoo.com> 2 weeks ago

Eric,
all ok, no problem !

Thank you for all,
Harald

Click on article to view all threads in comp.lang.tcl