Bwidget Source Code
View Ticket
Not logged in
Ticket UUID: c847b2c68dfbf89453de19b2fcf341a02338ca82
Title: Add "::SelectColor::use" to pckIndex.tcl
Type: Bug Version: current
Submitter: oehhar Created on: 2025-06-24 18:44:15
Subsystem: bwidget 1.x Assigned To: nobody
Priority: 5 Medium Severity: Minor
Status: Closed Last Modified: 2025-06-24 18:51:34
Resolution: Fixed Closed By: oehhar
    Closed on: 2025-06-24 18:51:34
Description:

This is an extraction from ticket [378209fe].

Quote: For BWidget knows the command "use" for SelectColor, please add in pkgInit.tcl the command "::SelectColor::use" right at the end of the definition list for it.

I tried this:

% SelectColor .s
% .s use
wrong # args: should be "::Dialog::use"

Error message is bogus. No command "use" found in SelectColor or Dialog documentation.

But in Widget::define, there is a comment that the use command is related to late loading. This is connected to pckIndex.tcl.

User Comments: oehhar added on 2025-06-24 18:51:34:

Well, all other commands also have this, so lets add it with commit [a2ca981c04].

Thanks Thomas.

Bug closed

Harald