Page 1 of 1
Windows can't find error
Posted: Fri Jan 13, 2012 6:37 pm
by Asa
This error has been occurring since I upgraded to version 5. The files open just fine, but then the screen goes back to the explorer window and reports that windows can't find the file. Below is a link to the image of the error message window.
http://wolf3dmall.zxq.net/bad.html
Before I forget, I am running Windows XP Professional SP3 on a HP/compaq nx9020, 1.5 GHz Celeron M processor, 2 gigs ram, 40 gig HD that's almost full. The problem occurred when I still had over 10 gigs free, so that isn't part of the problem. Also, Textpad is the only program I have this issue with, and it began when I upgraded to version 5. Version 4.x did not have this issue.
Posted: Sun Jan 15, 2012 7:21 pm
by bbadmin
Please try redoing your associated files, or add new ones if necessary.
Configure/Preferences/Associated files.
I hope this Helps.
Posted: Sun Jan 15, 2012 8:48 pm
by Asa
bbadmin wrote:Please try redoing your associated files, or add new ones if necessary.
Configure/Preferences/Associated files.
I hope this Helps.
I tried that just now. The .txt extension was already there, so I removed it and re-added it. The same problem occurred.
Thanks for trying. I don't have a clue what is causing this problem.
Posted: Mon Jan 16, 2012 12:25 pm
by bbadmin
Try this in Explorer:
From the Tools menu/Folder Options/File types/.txt
If it not already associated to TextPad, click on Change and select TextPad.
Try double clicking a .txt file in Explorer.
Posted: Mon Jan 16, 2012 6:21 pm
by Asa
bbadmin wrote:Try this in Explorer:
From the Tools menu/Folder Options/File types/.txt
If it not already associated to TextPad, click on Change and select TextPad.
Try double clicking a .txt file in Explorer.
I checked this. Interestingly, the association showed "Opens with: TextPad", but the icon next to the extension in the list was a generic icon. I removed the association and re-selected TextPad as the program to open text documents with and the problem was fixed. I'm not sure what the problem was, but it is gone now. Thanks for the help.
TextPad rocks, and I hope it continues to be developed. The only question I still have is, will TextPad's search and replace ever include the wild cards * (all characters) and ? (single character)? They would be so useful, as it is such a pain having to manually change each occurrence of a string simply because 1 or 2 characters differ between them... especially when it's 10s or 100s of strings to change.
Posted: Mon Jan 16, 2012 9:48 pm
by MudGuard
Asa wrote:The only question I still have is, will TextPad's search and replace ever include the wild cards * (all characters) and ? (single character)?
Textpad supports Regular Expressions (or at least a very basic version of them). This should be enough to make your wild cards superfluous (.* for all characters, . for single character)
Posted: Mon Jan 16, 2012 10:11 pm
by Asa
MudGuard wrote:Textpad supports Regular Expressions (or at least a very basic version of them). This should be enough to make your wild cards superfluous (.* for all characters, . for single character)
Thanks! I never knew that, and don't know how I never found it in the documentation.