Tk Library Source Code

View Ticket
Login
Ticket UUID: 709495
Title: SpinBox widget problem
Type: Bug Version: None
Submitter: nobody Created on: 2003-03-25 16:02:33
Subsystem: bwidget Assigned To: hobbs
Priority: 5 Medium Severity:
Status: Closed Last Modified: 2003-07-18 02:21:25
Resolution: Wont Fix Closed By: hobbs
    Closed on: 2003-07-17 19:21:25
Description:
I have made changes to the SpinBox widget of the
BWidget library that seem to fix the following:

The SpinBox widget of the BWidget library does not
automatically turn over to the minimum/maximum value.
That is, when the user selects the down arrow until the
minimum value is reached, then selects the down arrow
again, the widget should turn over to the maximum
value. The widget should also turn over to the minimum
value when the hiighest value is reached and the up
arrow is selected.

My new version of the file is attached. Please contact
me and let me know if you agree at the email address
indicated below.

Take care,
Cecelia Mitchell ([email protected])
Applications Developer
RS Information Systems
User Comments: hobbs added on 2003-07-18 02:21:25:
Logged In: YES 
user_id=72656

This is a nice feature, but not a bug, and this is already a 
feature of the core spinbox, so I won't add it now.

hobbs added on 2003-05-15 06:55:36:
Logged In: YES 
user_id=72656

Why not use the more complete native Tk core spinbox in 8.4 
which already has this behavior?  Otherwise, can you please 
provide a diff -u patch of the file against the latest BWidget 
spinbox.tcl.

nobody added on 2003-03-25 23:02:33:

File Added - 45904: spinbox.tcl

Attachments: