I'm running TextPad 4.7.3 on Windows 2000 SP4 (sorry, can't help it, it's work) and 9 times out of ten, when I try to print, TextPad aborts and I get that "had to shutdown the program" message. It's gotten so that I use Notepad to print (blech).
Given that the last release was in 2004 I have a feeling the answer is "tough" or perhaps "sorry."
I'm with the people who say Helios should fix TextPad or release the source code, but I also know that whining is useless and annoying. Once my work gets around to upgrading my PC, TextPad will probably work fine. It does everywhere else.
TextPad 4.7.3 Aborts when Printing
Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard
Does it fail with other printers too?
As a workaround, you could setup a tool in TP that calls Notepad with the /p option. That will open Notepad with the given filename, print it (using your default printer), and close Notepad again.
Uncheck all checkboxes.
Or, if you want to preserve colors, try a PDF printer, for instance http://sourceforge.net/projects/pdfcreator
As a workaround, you could setup a tool in TP that calls Notepad with the /p option. That will open Notepad with the given filename, print it (using your default printer), and close Notepad again.
Code: Select all
Command: C:\WINDOWS\system32\notepad.exe
Parameters: /P $File
Initial Folder: $Filedir
Or, if you want to preserve colors, try a PDF printer, for instance http://sourceforge.net/projects/pdfcreator
- AntiEntropy
- Posts: 11
- Joined: Sat Sep 20, 2003 12:28 am