Search found 6 matches

by safbay
Mon Jun 25, 2007 6:32 am
Forum: Support
Topic: my application doesn't work with delphi 2007
Replies: 9
Views: 20634

Ok, thanks for your help. :)
by safbay
Sun Jun 24, 2007 7:55 pm
Forum: Support
Topic: my application doesn't work with delphi 2007
Replies: 9
Views: 20634

Hello, Sergey.. Thanks for your guick answer. But "function IsEmpty" doesn't alwalys work correct. Scenario 1: If type a word with the colour red and save it. If I then open the editor and delete the contents "IsEmpty" will return false. That is because GetItemStyle(0) returns 1. Scenario 2: If i ...
by safbay
Fri Jun 22, 2007 12:26 pm
Forum: Support
Topic: my application doesn't work with delphi 2007
Replies: 9
Views: 20634

Ok, thanks. What other methods can I use? Right now I am reading the text from the editor like this: function TCustomRichViewEdit.GetText: string; var rtfStream : TMemoryStream; rtfBuffer : string; begin begin rtfStream := TMemoryStream.Create(); rtfBuffer := ''; try // When we save the text the ...
by safbay
Thu Jun 21, 2007 5:20 pm
Forum: Support
Topic: my application doesn't work with delphi 2007
Replies: 9
Views: 20634

Hi, Sergey. Thanks for your answer but I have already managed to correct the errors. Error: 1) rvActionsResource is not initialized: The error occured because of that in delphi 7 projektfile we told rvActionsResource to be autocreated but we missed that when we upgraded to delphi2007. 2) self.text ...
by safbay
Fri Jun 15, 2007 9:55 am
Forum: Support
Topic: my application doesn't work with delphi 2007
Replies: 9
Views: 20634

some explanation

The thing is that my college has integrated the richview component with our system but now she has quit her job and the component is now my responsibility and i am completly confused..=) It seemes like our UJvsRichTextEditor (TJvsRichTextEditor) unit is your unit3.pas i the richviewactions ...
by safbay
Thu Jun 14, 2007 4:07 pm
Forum: Support
Topic: my application doesn't work with delphi 2007
Replies: 9
Views: 20634

my application doesn't work with delphi 2007

Hello, I have a big problem. My component worked fine with delphi7 but when the company I work for upgraded to delphi 2007 my Richview component wich is integraded with our system stopped working. I get the error, access violation, when I try to initialize TJvsRichTextEditor like this ...