View Ticket
Ticket Hash: 21ca82773d03e7afe9fc42d2a4fb904d3be41b92
Title: Demo echat.tcl: Horizontal scrollbar not working
Status: Closed Type: Code Defect
Severity: Minor Priority: Immediate
Subsystem: Resolution: Fixed
Last Modified: 2025-10-13 23:50:52
16.9 days ago
Created: 2025-10-13 15:09:13
17.2 days ago
Version Found In: 2.0b2
User Comments:
anonymous added on 2025-10-13 15:09:13:

Line

set sh [ttk::scrollbar $f.hsb -command [list $e xview scroll] -orient horizontal]

should be

set sh [ttk::scrollbar $f.hsb -command [list $e xview] -orient horizontal]


bohagan added on 2025-10-13 20:56:06:

Thanks, I'll fix it.


bohagan added on 2025-10-13 23:50:52:
Fixed in [9a625532b90da734].