<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>comp.lang.perl.tk Google Group</title>
  <link>http://groups.google.com/group/comp.lang.perl.tk</link>
  <description>Using Tk (and X) from Perl.</description>
  <language>en</language>
  <item>
  <title>Re: How to make a sortable scrollable listbox like Explorer</title>
  <link>http://groups.google.com/group/comp.lang.perl.tk/browse_thread/thread/2c0f256e0781a7a0/82e474eeee9813ce?show_docid=82e474eeee9813ce</link>
  <description>
  You&#39;d think there would already be a widget that does most of what I want &lt;br&gt; since it seems to be a useful tool. If I could figure out a little more &lt;br&gt; about how to build widgets and use grid, I could probably whip something up &lt;br&gt; myself eventually that would be a generic version of an Explorer type pane
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.lang.perl.tk/browse_thread/thread/2c0f256e0781a7a0/82e474eeee9813ce?show_docid=82e474eeee9813ce</guid>
  <author>
  n...@todbe.com
  ($Bill)
  </author>
  <pubDate>Sat, 11 May 2013 05:10:46 UT
</pubDate>
  </item>
  <item>
  <title>Re: How to make a sortable scrollable listbox like Explorer</title>
  <link>http://groups.google.com/group/comp.lang.perl.tk/browse_thread/thread/2c0f256e0781a7a0/3a89612a21c00ed8?show_docid=3a89612a21c00ed8</link>
  <description>
  In article &amp;lt;uH1jt.8$0v...@newsfe11.iad&amp;gt;, n...@todbe.com says... &lt;br&gt; &lt;p&gt;This use is not indented. It&#39;s really just a rich Listbox. &lt;br&gt; &lt;p&gt;I wish I could have given you a whole working program, but even when &lt;br&gt; intact it would work only with a proprietary CMS.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.lang.perl.tk/browse_thread/thread/2c0f256e0781a7a0/3a89612a21c00ed8?show_docid=3a89612a21c00ed8</guid>
  <author>
  use...@marcdashevsky.com
  (Marc Dashevsky)
  </author>
  <pubDate>Fri, 10 May 2013 13:08:23 UT
</pubDate>
  </item>
  <item>
  <title>Re: How to make a sortable scrollable listbox like Explorer</title>
  <link>http://groups.google.com/group/comp.lang.perl.tk/browse_thread/thread/2c0f256e0781a7a0/6b670a620cf3ba6e?show_docid=6b670a620cf3ba6e</link>
  <description>
  Lots of errors that I fixed to get a clean run and get the basic drift of it. &lt;br&gt; Will continue looking at it in the morning and see what I can make of it. &lt;br&gt; &lt;p&gt;Looks pretty much like what I was already doing as far as the content portion. &lt;br&gt; I like the way the header buttons work vs my plain text original version.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.lang.perl.tk/browse_thread/thread/2c0f256e0781a7a0/6b670a620cf3ba6e?show_docid=6b670a620cf3ba6e</guid>
  <author>
  n...@todbe.com
  ($Bill)
  </author>
  <pubDate>Fri, 10 May 2013 07:53:06 UT
</pubDate>
  </item>
  <item>
  <title>Re: How to make a sortable scrollable listbox like Explorer</title>
  <link>http://groups.google.com/group/comp.lang.perl.tk/browse_thread/thread/2c0f256e0781a7a0/e048482d1b43e64a?show_docid=e048482d1b43e64a</link>
  <description>
  Well, I stripped a lot of stuff out of the leaving just the Tk stuff. &lt;br&gt; I hope it makes some sense &lt;br&gt; &lt;p&gt;use strict; &lt;br&gt; use warnings; &lt;br&gt; use Tk; &lt;br&gt; use Tk::Dialog; &lt;br&gt; use Tk::HList; &lt;br&gt; use Tk::ItemStyle; &lt;br&gt; &lt;p&gt;my @AllFields = ( &lt;br&gt; {db =&amp;gt; &#39;NAME&#39;, text =&amp;gt; &#39;Name&#39;, all =&amp;gt; 1, button =&amp;gt; undef}, &lt;br&gt; {db =&amp;gt; &#39;TOOL_CLASS&#39;, text =&amp;gt; &#39;Class&#39;, all =&amp;gt; 1, button =&amp;gt; undef},
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.lang.perl.tk/browse_thread/thread/2c0f256e0781a7a0/e048482d1b43e64a?show_docid=e048482d1b43e64a</guid>
  <author>
  use...@marcdashevsky.com
  (Marc Dashevsky)
  </author>
  <pubDate>Fri, 10 May 2013 06:04:43 UT
</pubDate>
  </item>
  <item>
  <title>Re: How to make a sortable scrollable listbox like Explorer</title>
  <link>http://groups.google.com/group/comp.lang.perl.tk/browse_thread/thread/2c0f256e0781a7a0/785bf4fa56b54d16?show_docid=785bf4fa56b54d16</link>
  <description>
  I use a Scrolled(&#39;HList&#39;). Email me at marc&amp;amp;marcdashevsky&amp;amp;com and I can &lt;br&gt; send you my little application. &lt;br&gt; &lt;p&gt;In article &amp;lt;S7Zit.31$d5...@newsfe16.iad&amp;gt;, n...@todbe.com says...
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.lang.perl.tk/browse_thread/thread/2c0f256e0781a7a0/785bf4fa56b54d16?show_docid=785bf4fa56b54d16</guid>
  <author>
  use...@marcdashevsky.com
  (Marc Dashevsky)
  </author>
  <pubDate>Fri, 10 May 2013 05:36:51 UT
</pubDate>
  </item>
  <item>
  <title>How to make a sortable scrollable listbox like Explorer</title>
  <link>http://groups.google.com/group/comp.lang.perl.tk/browse_thread/thread/2c0f256e0781a7a0/b0d912cc47c405e5?show_docid=b0d912cc47c405e5</link>
  <description>
  I&#39;m no expert in Tk, but I can usually figure out how to do the basics. &lt;br&gt; Right now I have a Scrolled Listbox inside of a Labelframe that is &lt;br&gt; basically made up of a bunch of rows of data with the same type of info &lt;br&gt; in each column. Row 0 has the column title/header. Each row is basically &lt;br&gt; a sprintf into columns to form the same info for that item - it looks a
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.lang.perl.tk/browse_thread/thread/2c0f256e0781a7a0/b0d912cc47c405e5?show_docid=b0d912cc47c405e5</guid>
  <author>
  n...@todbe.com
  ($Bill)
  </author>
  <pubDate>Fri, 10 May 2013 02:41:56 UT
</pubDate>
  </item>
  <item>
  <title>opportunity for Perl Consutant with MNC Client based in Bangalore</title>
  <link>http://groups.google.com/group/comp.lang.perl.tk/browse_thread/thread/3df8aa502caaf5c0/565338b039a62f31?show_docid=565338b039a62f31</link>
  <description>
  Dear Partner, &lt;br&gt; &lt;p&gt;Greetings from Bharat Head Hunters!! &lt;br&gt; &lt;p&gt;We have an urgent requirement for the position of a Perl Programming Consultant with MNC client based at Bangalore &lt;br&gt; &lt;p&gt;The following are the job details: &lt;br&gt; &lt;p&gt;Position: Perl Programming Consultant &lt;br&gt; Job Location: Bangalore &lt;br&gt; Experience: 3 to 12yrs
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.lang.perl.tk/browse_thread/thread/3df8aa502caaf5c0/565338b039a62f31?show_docid=565338b039a62f31</guid>
  <author>
  vanitha...@gmail.com
  </author>
  <pubDate>Fri, 26 Apr 2013 12:12:33 UT
</pubDate>
  </item>
  <item>
  <title>Re: Listbox which allows to move entries</title>
  <link>http://groups.google.com/group/comp.lang.perl.tk/browse_thread/thread/7a35401338e56773/1858ce85a1cd7333?show_docid=1858ce85a1cd7333</link>
  <description>
  Thanks, that&#39;s what I was looking for. &lt;br&gt; &lt;p&gt;The example has a small typo, though: the &amp;quot;selectmode&amp;quot; is missing an &lt;br&gt; initial &#39;-&#39; ;-) &lt;br&gt; &lt;p&gt;Josef
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.lang.perl.tk/browse_thread/thread/7a35401338e56773/1858ce85a1cd7333?show_docid=1858ce85a1cd7333</guid>
  <author>
  josef.moell...@invalid.invalid
  (Josef Moellers)
  </author>
  <pubDate>Sat, 06 Apr 2013 15:02:00 UT
</pubDate>
  </item>
  <item>
  <title>Re: Listbox which allows to move entries</title>
  <link>http://groups.google.com/group/comp.lang.perl.tk/browse_thread/thread/7a35401338e56773/bc5ea15f7cb0361c?show_docid=bc5ea15f7cb0361c</link>
  <description>
  Josef Moellers schrieb am 06.04.2013 13:31: &lt;br&gt; &lt;p&gt;I&#39;ve succesfully used Tk::ListboxDnD &lt;br&gt; &lt;p&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://search.cpan.org/~gslondon/Tk-ListboxDnD-1.3/Tk/ListboxDnD.pm&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;for this. &lt;br&gt; &lt;p&gt;Regards, Horst &lt;br&gt; -- &lt;br&gt; &amp;lt;remove S P A M 2x from my email address to get the real one&amp;gt;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.lang.perl.tk/browse_thread/thread/7a35401338e56773/bc5ea15f7cb0361c?show_docid=bc5ea15f7cb0361c</guid>
  <author>
  hsopra...@rasdpnaemrs.de
  (Horst-W. Radners)
  </author>
  <pubDate>Sat, 06 Apr 2013 14:48:38 UT
</pubDate>
  </item>
  <item>
  <title>Listbox which allows to move entries</title>
  <link>http://groups.google.com/group/comp.lang.perl.tk/browse_thread/thread/7a35401338e56773/351b1fe44471e408?show_docid=351b1fe44471e408</link>
  <description>
  Hi, &lt;br&gt; &lt;p&gt;I&#39;m looking for a listbox which allows me to move entries, e.g. by &lt;br&gt; holding the shift key and dragging an entry up or down. &lt;br&gt; &lt;p&gt;Background is that I&#39;d like to build a ToDo manager which does not rely &lt;br&gt; on pre-defined priorities and/or due dates but one where I can just &lt;br&gt; select an item and move it to the top of the list.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.lang.perl.tk/browse_thread/thread/7a35401338e56773/351b1fe44471e408?show_docid=351b1fe44471e408</guid>
  <author>
  josef.moell...@invalid.invalid
  (Josef Moellers)
  </author>
  <pubDate>Sat, 06 Apr 2013 11:31:23 UT
</pubDate>
  </item>
  <item>
  <title>Future Value of Savings Calculator</title>
  <link>http://groups.google.com/group/comp.lang.perl.tk/browse_thread/thread/d2369dbe42e0f3b9/cc9df24b003f3234?show_docid=cc9df24b003f3234</link>
  <description>
  Googler&#39;s Matt Cutts G+ &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;https://plus.google.com/+MattCutts/posts&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; *************************** &lt;br&gt; Future Value of Savings Calculator &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://freesoftosoem.blogspot.com/2012/02/future-value-of-savings-calculator.html&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; Mp3 Ripper &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://audiomultimediaencodersdecoders.blogspot.com/2012/01/mp3-ripper.html&quot;&gt;[link]&lt;/a&gt;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.lang.perl.tk/browse_thread/thread/d2369dbe42e0f3b9/cc9df24b003f3234?show_docid=cc9df24b003f3234</guid>
  <author>
  inabixby3...@gmail.com
  (Reuben Ina Bixby)
  </author>
  <pubDate>Fri, 05 Apr 2013 09:42:11 UT
</pubDate>
  </item>
  <item>
  <title>Re: chooseColor pb</title>
  <link>http://groups.google.com/group/comp.lang.perl.tk/browse_thread/thread/072f0fdec8221c24/2d1c67199fff1bb4?show_docid=2d1c67199fff1bb4</link>
  <description>
  Thank you, your post has helped me a lot!
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.lang.perl.tk/browse_thread/thread/072f0fdec8221c24/2d1c67199fff1bb4?show_docid=2d1c67199fff1bb4</guid>
  <author>
  comenius...@gmail.com
  </author>
  <pubDate>Sat, 30 Mar 2013 11:07:21 UT
</pubDate>
  </item>
  <item>
  <title>Re: button disappears on resize? how to prevend</title>
  <link>http://groups.google.com/group/comp.lang.perl.tk/browse_thread/thread/6580fbd6ddad6039/9885a20e3a5275cd?show_docid=9885a20e3a5275cd</link>
  <description>
  ruud144 schrieb am 14.03.2013 14:31: &lt;br&gt; ruud144 schrieb am 14.03.2013 14:31:&amp;gt; On Mar 14, 12:16 pm, ruud144 &lt;br&gt; &lt;p&gt;You are right, the packing order determines which widget disappears first. &lt;br&gt; But please note, that for the initial size of the whole window and a &lt;br&gt; clean behaviour on resizing (reduce and enlarge!), you should use
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.lang.perl.tk/browse_thread/thread/6580fbd6ddad6039/9885a20e3a5275cd?show_docid=9885a20e3a5275cd</guid>
  <author>
  hsopra...@rasdpnaemrs.de
  (Horst-W. Radners)
  </author>
  <pubDate>Thu, 14 Mar 2013 13:54:28 UT
</pubDate>
  </item>
  <item>
  <title>Re: button disappears on resize? how to prevend</title>
  <link>http://groups.google.com/group/comp.lang.perl.tk/browse_thread/thread/6580fbd6ddad6039/fcbc233861b6edf5?show_docid=fcbc233861b6edf5</link>
  <description>
  I found out it has to do with the packing order. In order to get the &lt;br&gt; behaviour I want, I have to pack the button before the frame with the &lt;br&gt; list in it is packed. &lt;br&gt; &lt;p&gt;Ruud
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.lang.perl.tk/browse_thread/thread/6580fbd6ddad6039/fcbc233861b6edf5?show_docid=fcbc233861b6edf5</guid>
  <author>
  r.grosm...@gmail.com
  (ruud144)
  </author>
  <pubDate>Thu, 14 Mar 2013 13:31:52 UT
</pubDate>
  </item>
  <item>
  <title>Re: button disappears on resize? how to prevend</title>
  <link>http://groups.google.com/group/comp.lang.perl.tk/browse_thread/thread/6580fbd6ddad6039/0988ae3495f66c93?show_docid=0988ae3495f66c93</link>
  <description>
  Maybe it is not clear from the question, but I want the buttons to &lt;br&gt; stay in the window as long as possible. I want the list to be resized &lt;br&gt; rather than the button be pushed out of the window. &lt;br&gt; &lt;p&gt;thanks, Ruud
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/comp.lang.perl.tk/browse_thread/thread/6580fbd6ddad6039/0988ae3495f66c93?show_docid=0988ae3495f66c93</guid>
  <author>
  r.grosm...@gmail.com
  (ruud144)
  </author>
  <pubDate>Thu, 14 Mar 2013 11:16:29 UT
</pubDate>
  </item>
  </channel>
</rss>
