"Print..." custom icon

Ideas for new features

Moderators: AmigoJack, helios, bbadmin, Bob Hansen, MudGuard

Post Reply
User avatar
CodeBase
Posts: 30
Joined: Thu Jun 26, 2003 7:18 pm
Location: Edmonton, AB

"Print..." custom icon

Post by CodeBase »

In the dialog you get when you right-click the tool bar, select Customize, and select the Commands tab, add a "Print..." (note the elipsis) to the available tool bar buttons. I like to be able to click the "Print..." button on the tool bar and have the Print dialog appear instead of printing immediately.
User avatar
CyberSlug
Posts: 120
Joined: Sat Oct 04, 2003 3:41 am

Post by CyberSlug »

This can be accomplished with third-party software.

For example, create a user-defined tool to this executable, and then put it on your toolbar; see the TextPad help file if you need to.

If you'd rather not use an untrusted executbale, then you can create it yourself using the AutoIt v3 scripting language. Create a script containing the single line WinMenuSelectItem("TextPad","", "&File", "&Print...") and compile into the executable.


Hope that helps
User avatar
gracefool
Posts: 76
Joined: Thu Jan 29, 2004 7:21 am
Location: Wellington, New Zealand
Contact:

Post by gracefool »

Still, it would be a handy little feature to add.
Post Reply