Re: Is PTK a dead end? Or [ UpdateWrapper woes ]
Ch Lamprecht <[email protected]> Tue, 30 Oct 2007 23:48:05 +0100
| Newsgroups | gmane.comp.lang.perl.tk |
|---|---|
| Message-ID | <[email protected]> |
Michael Higgins wrote:
>
> I always iconify/withdraw my $mw on startup so everything draws, then
> deiconify. It looks nicer when opening the application. I haven't done any
> PTK coding for a few years, back before XP was my OS of [not my] choice.
>
The following code works without any problems. Could you give an example, so
others can see what you are talking about?
use Tk;
my $mw = MainWindow->new;
$mw->withdraw;
for (0..20){$mw->Entry(-text => "lab $_")->pack;}
$mw->deiconify;
MainLoop;
> Anyway, there is not a question that there are issues. Finding why and having
> a global fix or recommended practice is the goal.
>
Regards, Christoph
--++**==--++**==--++**==--++**==--++**==--++**==--++**==
ptk mailing list
[email protected]
https://mailman.stanford.edu/mailman/listinfo/ptk