Home Component Writing

Look for twPaintBox

edited December 2005 in Component Writing
Hi forum,
(ReportBuilder 7.04, for Delphi 7)

I am looking for the twPaintBox (Daniel Lemire).
Unfortunately, the link isn't valid.
Does anybody have the twPaintBox and can mail it to me?

e-mail: ds-spam@gmx.de

many thanks
Dirk Stein

Comments

  • edited December 2005

    You can download a copy of it from here

    http://www.digital-metaphors.com/RCL/twpaintbox.zip





    Best regards,

    Nard Moseley
    Digital Metaphors
    www.digital-metaphors.com
  • edited December 2005
    Nard Moseley (Digital Metaphors) wrote:


    Thanks for your help.

    best regards
    Dirk Stein
  • edited April 2006
    This is a multi-part message in MIME format.
  • edited April 2006

    - attachments can be sent to support@digital-metaphors.com, please do not
    post attachments to the newsgroups.

    - Here is an article on the component architectures chnages introduce in RB
    9. Perhaps that can help you to update the twPaintBox.

    ---------------------------------------
    Article: RB 9 Architecture Changes
    ---------------------------------------

    ReportBuilder 9 includes architecture changes to more cleanly separate
    Designer code from Report code. The code related to component popup menus
    and design controls has been broken out into separate classes.

    For an example, check out RBuilder\Demos\RCL.


    The myChkBox.pas unit contains the component classes....


    TppCustomComponent

    |
    |

    TMyCustomCheckBox

    |
    |-- TmyCheckBox
    |
    |-- TmyDBCheckBox


    The myChkBoxDesign.pas unit contains popup menu and design control classes.
    These are compiled into a separate package.


    A. Popup Menu classes....

    TppComponentPopupMenu

    |
    |

    TmyCustomCheckBoxPopupMenu

    |
    |-- TmyCheckBoxPopupMenu
    |
    |-- TmyDBCheckBoxPopupMenu


    B. Design Control classes.....



    TmyCustomCheckBoxControl

    |
    |

    TmyCustomCheckBoxPopupMenu

    |
    |-- TmyCheckBoxControl
    |
    |-- TmyDBCheckBoxControl






    Best regards,

    Nard Moseley
    Digital Metaphors
    www.digital-metaphors.com
This discussion has been closed.