From: <no...@tc...> - 2025-02-21 18:03:34
|
Automated mail by fx, on behalf of no...@tc... Ticket Change [160845a9344897d9d3a9630886433e606cfcc72c50fd0275d666dd2a4fa8e026] [Unknown options error for ProgressDlg and PasswdDlg] By oehhar For BWidget On 2025-02-21T17:59:37.291 Details https://core.tcl-lang.org/bwidget/tinfo?name=160845a9344897d9d3a9630886433e606cfcc72c50fd0275d666dd2a4fa8e026 Ticket https://core.tcl-lang.org/bwidget/tktview/378209fe023935a5308af7e6a345ab945bc36202 Changed Fields icomment: To make this work, I have to remove all dialog options from those widgets: From (passwddlg.tcl, Line 16) <verbatim> namespace eval PasswdDlg { Widget::define PasswdDlg passwddlg Dialog LabelEntry Widget::bwinclude PasswdDlg Dialog :cmd \\ remove {-image -bitmap -side -default -cancel -separator} \\ </verbatim> to <verbatim> namespace eval PasswdDlg { Widget::define PasswdDlg passwddlg Dialog LabelEntry Widget::bwinclude PasswdDlg Dialog :cmd \\ remove {-image -bitmap -side -default -cancel -separator\\ -anchor -geometry .... } \\ </verbatim> This is IMHO not a solution. There is something else not working. Any proposal appreciated, Harald login: oehhar username: oehhar ------------------------------------------------------------ See Tcl/Tk development @ http://core.tcl-lang.org/ ------------------------------------------------------------ |