trichview.support
Re: Color toolbuttons |
Author |
Message |
Sergey Tkachenko |
Posted: 03/22/2004 15:16:48 When you open some RichViewActions unit containing form (for example, ColorRVFrm.pas), Delphi complains that it cannot find TfrmRVBase. To avoid this error, open BaseRVFrm.pas in Delphi editor. After that Delphi will open RichViewActions units without problems (some of them are inherited from other forms, you always need to open file with ancestor form before). This information may be useful if you want to debug RichViewActions code which requires opening units with forms (but actually, you can simply ignore the message "Error creating Form: Ancestor for TfrmRVBase not found" - the form will not be opened in form designer, but pascal code still can be traced in the Delphi debugger). > > What do you mean with (what should I do I did not do): > As for opening RichViewActions forms: before opening any RichViewActions > form file you need to open file with its ancestor form. All > RichViewActions > forms are inherited from the form from BaseRVFrm.pas |
Powered by ABC Amber Outlook Express Converter