Search found 2 matches

by vishal_pai
Wed Aug 08, 2007 4:35 pm
Forum: General
Topic: Writing plug-ins in textpad
Replies: 2
Views: 272

Text pad plugin

Hi, I want to control the print operation happening in Textpad [allow / disallow printing of a file]. There are other events that I wanted to handle in the textpad plugin. These events cannot be handled globally (print can actually be done independent of textpad but the other events cannot be ...
by vishal_pai
Wed Aug 08, 2007 1:17 pm
Forum: General
Topic: Writing plug-ins in textpad
Replies: 2
Views: 272

Writing plug-ins in textpad

Hi, I want to handle following scenario by writing plug-ins in TEXTPAD. Kindly let me know if this is possible. Click on File->Print I need to get control before the file is being printed. [i.e. Pre-operation call] I need to get control after the file is printed. [i.e. Post-operation call] I also ...