[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: position of a widget?



On Mon, 17 Sep 2007 08:51:21 -0400
zentara <zentara1 sbcglobal net> wrote:

>On Mon, 17 Sep 2007 20:29:27 +1200
>"Johan Aberg" <abergster gmail com> wrote:
>

>Anyways, try something like

Ooop's small error.........
>
>####################################################
>foreach() {
>   ....
>   ....
>  $imageHash{$counter}{'object'}  = $text;
>  $counter++;
>}
>
>for my $key ( keys %textHash  ) {
>    my $object = $textHash{$key};

      my $object = $textHash{$key}{'object'};

>    my $newX = $key + 10;
>    $object->move($newX, 0);
>}
>
>####################################################
>

zentara

-- 
I'm not really a human, but I play one on earth.
http://zentara.net/japh.html



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]