Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
72 views

Combobox in tcl gives error when any item is selected in it

I'm using tk widget Combobox and whenever I select any item in it it gives invalid command name .top47.not48.fpage2.sw.sf.frame.cf2.frame.c.shell.listb my code looks like this:- ComboBox ...
0
votes
1answer
36 views

Use custom Bitmap images for BWidget

I've created some customized bitmap images (.gif files) for buttons (in my case a ButtonBox), similar to the ones found in the bwidget-/images directory and stored them there. I would, however, like ...
0
votes
1answer
49 views

Problem with BWidget's MessageDlg

I am trying to use BWidget's MessageDlg. As it follows from the documentation here, the -aspect ratio defines the ratio between the width and height of the message window. However, seems it has no ...
0
votes
1answer
119 views

How to set the maximum size of BWidget's ScrolledWindow?

I am using BWidget's ScrolledWindow in a code like this: toplevel .top set w [ScrolledWindow .top.scrolledWindow] set f [ScrollableFrame $w.scrollableFrame -constrainedwidth true] $w setwidget $f set ...
0
votes
2answers
228 views

Validate entry with BWidget's ComboBox

The BWidget ComboBox widget allows you to fill in an entry field with a value. I would like to enforce only specific characters in that field (e.g. only [a-z0-9]). For that purpose I would like to use ...
0
votes
1answer
337 views

BWidget and Tile (ttk)

Do any tcl'ers out there know what is happening with the (possible) transition of BWidget to use the newer Tile (ttk) themed widgets. I know that some work has been done in BWidget 1.8 (it does have ...