You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
I am trying to change the ttk::combobox background on linux to white when the widget state is readonly but none of the options seems to work. On windows the same code gives a white background by default. I tried playing with the style but I was only able to change the font color and the right select arrow using the below code:
ttk::combobox .com -value {1 2 3} -state readonly -style mycombobox.Tcombobox
ttk::style configure mycombobox.TCombobox -background blue -foreground red
is there a way to do it.
Rich
unread,
Apr 8, 2013, 9:12:22 PM4/8/13
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Does the code snippet at http://wiki.tcl.tk/15780 under:
Questions and Suggestions concerning ttk::combobox
do what you want?
yaha...@gmail.com
unread,
Apr 9, 2013, 12:48:45 AM4/9/13
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
No. What I did with the style came from that page but it did not allow me to change the background.
any other ideas?
Koen Danckaert
unread,
Apr 9, 2013, 5:02:29 AM4/9/13
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message