Warning: mysqli::__construct(): (HY000/1203): User howardkn already has more than 'max_user_connections' active connections in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\includes\artfuncs.php on line 21
Failed to connect to MySQL: (1203) User howardkn already has more than 'max_user_connections' active connections
Warning: mysqli::query(): Couldn't fetch mysqli in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\index.php on line 66
Article <vti0bi$dqa4$1@dont-email.me>
Deutsch   English   Français   Italiano  
<vti0bi$dqa4$1@dont-email.me>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!eternal-september.org!.POSTED!not-for-mail
From: et99 <et99@rocketship1.me>
Newsgroups: comp.lang.tcl
Subject: are canvas coordinates limited to 32k
Date: Sun, 13 Apr 2025 20:44:50 -0700
Organization: A noiseless patient Spider
Lines: 11
Message-ID: <vti0bi$dqa4$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Mon, 14 Apr 2025 05:44:50 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="7a3c5c3a14a1756dba964c166ae756c3";
	logging-data="452932"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX1844Ym45FG5wUsACYJdATqJ"
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:5Ihg5i6T8s10gvOdPdii8wsU10E=
Content-Language: en-US
Bytes: 1394

I've been experimenting with placing widgets inside a canvas. When I tried to test it's performance on lots of widgets (in a column) I am seeing the last few widgets not being displayed when the code does

[winfo reqheight $content]

where content is a frame and the value returned is over 32768 (actually starts failing just shy of that value).

This naturally leads me to suspect there's a 16 bit issue here.

I'm testing on windows 10, with 8.6 and 9.0 and get the same results.