On 12/11/2007, at 21.13, robbert van hulzen wrote:
is there / would it be possible to include a startup flag to show the console window immediately?
There is a variable for it in pd.tk (you use). It's ca. line 212.
Change that to 1 - such that it reads 'set show_text_window 1'. But
just changing it doesn't enable the text window at startup just. By
adding 'showhide_printouttext $show_text_window' at line ca. 265,
just after '#pack .printout -side bottom -fill both -expand 1', you'd
be ok for now, i think.