trichview.com

trichview.support




Re: Why the RichViewAction can't work correct in the IE?


Return to index


Author

Message

Sergey Tkachenko

Posted: 11/25/2002 19:31:45


No actions can work in ActiveForm, because they update their state on

Application.OnIdle (which is not available in active forms).


I tried to simulate this cycle using timer:


procedure TActiveFormX.Timer1Timer(Sender: TObject);

var i: Integer;

begin

  for i := 0 to ComponentCount-1 do

    if Components[i] is TrvAction then

      TrvAction(Components[i]).UpdateTarget(RichViewEdit1);

end;


It works, but crashes on closing


"RichViewBeginner" <[email protected]> wrote in message

news:[email protected]...

>

>





Powered by ABC Amber Outlook Express Converter