trichview.support
Re: Why the RichViewAction can't work correct in the IE? |
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" <fly@goldsoft.net> wrote in message news:3de252a7@support.torry.net... > > |
Powered by ABC Amber Outlook Express Converter