<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
	<link rel="self" type="application/atom+xml" href="https://forum.eggheads.org/app.php/feed/topic/18092" />

	<title>egghelp/eggheads community</title>
	<subtitle>Discussion of eggdrop bots, shell accounts and tcl scripts.</subtitle>
	<link href="https://forum.eggheads.org/index.php" />
	<updated>2010-10-26T03:36:43-04:00</updated>

	<author><name><![CDATA[egghelp/eggheads community]]></name></author>
	<id>https://forum.eggheads.org/app.php/feed/topic/18092</id>

		<entry>
		<author><name><![CDATA[raider2k]]></name></author>
		<updated>2010-10-26T03:36:43-04:00</updated>

		<published>2010-10-26T03:36:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=94869#p94869</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=94869#p94869"/>
		<title type="html"><![CDATA[TK: button background]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=94869#p94869"><![CDATA[
hi, its me again with a tk question again<br><br>i have<div class="codebox"><p>Code: </p><pre><code>grid [ttk::button .tabprev.bclose -text "test" -command { destroy .tabprev }].tabprev.bclose configure -background black</code></pre></div>as well as<div class="codebox"><p>Code: </p><pre><code>grid [ttk::button .tabprev.bclose -text "test" -command { destroy .tabprev } -background black]</code></pre></div>but none of them works, both report "unknown option -background", also tried with -bg. also have i tried to do<br><div class="codebox"><p>Code: </p><pre><code>ttk:style configure sbclose -background blackgrid [ttk::button .tabprev.bclose -text "test" -command { destroy .tabprev } -style sbclose]</code></pre></div>and<br><div class="codebox"><p>Code: </p><pre><code>ttk:style configure sbclose -background blackgrid [ttk::button .tabprev.bclose -text "test" -command { destroy .tabprev }].tabprev.bclose configure -style sbclose</code></pre></div>which both reject with "layout sbclose not found".<br>need some decent help on that one as buttons with their raised relief (not to be disabled it seems :/) and/or border dont fit in the application.<br><br>help appreciated <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9589">raider2k</a> — Tue Oct 26, 2010 3:36 am</p><hr />
]]></content>
	</entry>
	</feed>
