in reply to Re^3: Tk causes problems with file paths containing non-Latin-1 chars
in thread Tk causes problems with file paths containing non-Latin-1 chars
Fetching with LWP: http://ppm.activestate.com/CPAN/modules/02packages.details.txt.gz Alert: While trying to 'parse' YAML file 'D:\Perl\cpan\FTPstats.yml' with 'YAML::XS' the following error was encountered: Usage: YAML::XS::LibYAML::Load(yaml_str) at D:\Perl\lib/YAML/XS.pm l +ine 70.
Think I've had this before, thou can't recall the fix. If I can fix that, it allows me to recode very similar to Tk.
use Tkx::Scrolled; ... $t1 = $f1->new_tkx_Scrolled('text', -scrollbars=>'oe', -wrap=>'wor +d', -height=>'12', -width=>100,); ... $t1->insert('end', $txt); $t1->yview('end'); ...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Tk causes problems with file paths containing non-Latin-1 chars
by Anonymous Monk on May 04, 2011 at 03:12 UTC | |
|
Re^5: Tk causes problems with file paths containing non-Latin-1 chars
by ron7 (Beadle) on May 04, 2011 at 03:20 UTC |