Thread HList wie tail -f: Immer letzten Record folgen (16 answers)
Opened by format_c at 2003-09-02 18:18

Crian
 2003-09-02 19:54
#42356 #42356
User since
2003-08-04
5866 Artikel
ModeratorIn
[Homepage]
user image
Ich glaube, auch die HList hat eine "see"-Methode... ich schau mal nach.

So ist es (siehe Tk::HList):

Tk::Hlist,perldoc
   *$hlist*->see(*$entryPath*)
       Adjust the view in the HList so that the entry given by *$entryPath*
       is visible. If the entry is already visible then the method has no
       effect; if the entry is near one edge of the window then the HList
       scrolls to bring the element into view at the edge; otherwise the
       HList widget scrolls to center the entry.
\n\n

<!--EDIT|Crian|1062518241-->
s--Pevna-;s.([a-z]).chr((ord($1)-84)%26+97).gee; s^([A-Z])^chr((ord($1)-52)%26+65)^gee;print;

use strict; use warnings; Link zu meiner Perlseite

View full thread HList wie tail -f: Immer letzten Record folgen