Re: Crypt::Rijndael

2004-11-21 Thread Sisyphus
Mark wrote: Yesterday, for my Windoze machine, I installed ActiveState Perl 5.8.5. Everything went fine. I downloaded several packages, using ppm 3.0; went fine too. But when I tried to get Crypt::Rijndael and Crypt::Blowfish, both packages are gone! Much to my dismay, I might add. Especially

RE:RE:Tk::Table cusom keys scrolll question -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: November 19, 2004 3:07 AM To: perl-win32-users@listserv.ActiveState.com Subject: Tk::Table cusom keys scrolll question That has to be the longest subject line I've ever seen? **** THIS WAS cut and paste error on my side ! Tk::Table cusom keys scrolll question Hi All! I am trying to use Tk::Table consisting of Entry widgets ... Does anybody knows how to impement scroll keys ? If you only have entry widgets - then I would question your need to use Tk::Table at all. Why not just grid or pack your widgets and let the packing hierarchy determine your focus (previous and next) policy. If you have too many entry widgets and not enough space try a Scrolled('Pane'). this phrase from the docs: If the Table is told it can take the keyboard focus then cursor and scroll keys scroll the displayed widgets. I dont understand above text. What this means is that keyboard focus policies will (or should) work if you set -takefocus=1 I want , for example, after Enter key go to the next cell/next col in the row or 1-st col in the next row if on the last col/ Snippets are welcome especially ! Typically a TAB moves you to the next widget and a Shift-TAB moves you backwards. Try it out - but again - reconsider your use of Tk::Table - it seems like extra overhead you don't really need. Jack _________ thanks ! may be you suggest how I can pack my widgets to get matrix of predefined number rows and cols ? thank in advance !

2004-11-21 Thread assistent
RE:RE:Tk::Table cusom keys scrolll question -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: November 19, 2004 3:07 AM To: [EMAIL PROTECTED] Subject: Tk::Table cusom keys scrolll question That has to be the longest