Writing plug-ins in textpad

General questions about using TextPad

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

Post Reply
vishal_pai
Posts: 2
Joined: Wed Aug 08, 2007 11:42 am

Writing plug-ins in textpad

Post by vishal_pai »

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 need to find the name of the file being printed.


Eagerly waiting for your reply.


Best Regards,

Vishal
kitimat
Posts: 45
Joined: Tue Jul 20, 2004 5:44 pm

plugins

Post by kitimat »

Textpad does not support plug-ins.
If you post more detailed information about what your issue is then perhaps another solution may be found.
vishal_pai
Posts: 2
Joined: Wed Aug 08, 2007 11:42 am

Text pad plugin

Post by vishal_pai »

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 controlled globally)

Best Regards,
Vishal
Post Reply