TWPParagraphPropDlg not working

  • It seems that both:

    WPParagraphPropDlg1.Show;
    WPParagraphPropDlg1.Execute;

    are not working. EditBox is assigned. Other options don't appear to be the problem. Re-Built WordPad5 demo and tried Format|Paragraph. Same access violation occured.

    Regards, Gerard Hook

    WPTool6 (VCL), WinXP, D2007

  • Hi,

    Zitat

    What is the difference between Show and Execute in WPParagraphPropDlg?

    None. The ancestor class contains this code:

    Code
    function TWPCustomAttrDlg.Show: Boolean;
    begin
      Result := Execute;
    end;
    Zitat

    How do I get the 'Apply' button to show like in the WordPad5 demo?


    The property "AutoUpdate" must be false.

    Julian