Skip Menu |

This queue is for tickets about the Tcl-pTk CPAN distribution.

Report information
The Basics
Id: 130703
Status: resolved
Priority: 0/
Queue: Tcl-pTk

People
Owner: Nobody in particular
Requestors: raysakamoto2019 [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: overrideredirect on macOS
Date: Mon, 14 Oct 2019 19:44:49 +0200
To: bug-Tcl-pTk [...] rt.cpan.org
From: ray sakamoto <raysakamoto2019 [...] gmail.com>
Not quite sure it is a bad of the module, but override direct seem not to work properly, as the following demonstrates (at least on macOS): $mw->overrideredirect(0) has no influence on the Main Window use Tcl::pTk; my $mw = MainWindow->new(); $mw->ttkButton(-text =>"Set override", -command=>sub{$mw->overrideredirect(1);})->pack(); $mw->ttkButton(-text =>"Reset override", -command=>sub{$mw->overrideredirect(0);})->pack(); MainLoop;
Hi Ray, I am not available to work on Tcl::pTk, Tcl/Tk, etc. for the time being. At the moment, the only suggestion I have is to try checking if the issue exists using Tcl syntax on Aqua.
Subject: Re: [rt.cpan.org #130703] overrideredirect on macOS
Date: Mon, 21 Oct 2019 17:03:01 +0200
To: bug-Tcl-pTk [...] rt.cpan.org
From: ray sakamoto <raysakamoto2019 [...] gmail.com>
Hi Christopher, I can confirm that this is not an issue of Tcl::pTk. The behaviour is the same in pure Tcl/Tk. You can consider the ticket as closed. Ray Am Sa., 19. Okt. 2019 um 11:53 Uhr schrieb Christopher Alexander Chavez via RT <bug-Tcl-pTk@rt.cpan.org>: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=130703 > > > Hi Ray, > > I am not available to work on Tcl::pTk, Tcl/Tk, etc. for the time being. > At the moment, the only suggestion I have is to try checking if the issue > exists using Tcl syntax on Aqua. >
I will go ahead and close this. I did not manage to reproduce the issue, at least using Tk 8.6.10; maybe it was a problem under an older version of Tk.