nah , the problem is that i have none to send the posix signals too
the MainLoop; blocks , it REALLY blocks and only exits when
the window is closed, which is a bit too late to update the title or
some things in it :(
or should i somehow mystically break through it ?
ps , about POSIX:sigaction
At 09:43 PM 9/22/02 +0300, Martin Roos wrote:
> anyway, is there any hope to get this working ?
> i need an external thread to update the main window from time to time.
> but it seems a bit hard to do when i can't access the window that has been
>created :(
> maybe some kind of a back hand ref
#i removed the comments
# sho code should work with
# 'advanced' copy/paste methods
# now as far as it works.
# my mail client seemed to
# wrap some lines
# around , so it looked odd to
# me and mailed it
# again, sry for the mess
# ps. the shared keyword wasn't very
# helpful, caused another kind
I wanted to start off with ithreads by implementing a clock with the tk
lib,
the bad case is that it doesn't seem to support the ithreads :(.
Anyway this is what i do , i create a new Window and try to alter it's
title in another thread :
# ==> program starts here
use strict;
use Tk;
use threa