Hi Alan. dialog.set_response with parameter "close" is supposed to react on: user hits alt-F4, or the "X" box in title bar, or "Close" option in system menu In my tests it only works with alt-F4, clicking "X" or "Close" won't work.
I just discovered that I can also get the stderr of an exe with the pipe-plugin (I think 2pp2 will just give you stdout). This is great for tracking the progress of encoding-programs like lame, which is written on stderr. What irritates me is that that I only get output from a program with my computer name in the path, e.g.: \\.\pipe\powerpro doesn't work, \\COMPNAME\pipe\powerpro works. Anybody else had this behaviour? (XP SP2 here) Mockey
