in reply to Re^2: weird case of memory corruption?
in thread weird case of memory corruption?
Also, as a workaround, you can set the value after creating the progress bar, e.g.
my $value = $$val; my $pbar = $$frame->ProgressBar( ... ); $$val = $value;
|
|---|