Home General

Custom print progress dialog

edited August 2001 in General
Hi,

Is it possible (and how) to do my own print progress and cancel dialog
instead of the default RB dialog?

Cheers,
Anco.

Comments

  • edited August 2001
    Any form that descends from TppForm is replaceable in RB. Descend from
    TppCustomCancelDialog. See the ppCDlg.pas unit for an example of createing
    the cancel dialog. Create a new unit, add it to your project, and create
    your new cancel dialog class. Don't forget to unregister TppCancelDialog
    and then register yours to take its place.


    Cheers,

    Jim Bennett
    Digital Metaphors


  • edited August 2001
    Thanks for the info. I already figured that it would be something like this.
    I'll be trying this later today.

    Cheers,
    Anco.

This discussion has been closed.