Search found 77 matches

by Stef
Wed Jan 20, 2010 9:39 am
Forum: Support
Topic: What are the restrictions for distributing an executable ?
Replies: 1
Views: 10042

What are the restrictions for distributing an executable ?

hello,

I wonder what the restrictions are for an executable, containing RichViewEdit.

And in general, I couldn't find the license information in general,
is it somewhere on the website ?

thanks,
Stef Mientki
by Stef
Mon Jul 23, 2007 3:21 pm
Forum: Support
Topic: using TRV in other environments ?
Replies: 4
Views: 17460

but I need more "Delphi for Python" ;-)

cheers,
by Stef
Mon Jul 16, 2007 8:07 pm
Forum: Support
Topic: using TRV in other environments ?
Replies: 4
Views: 17460

You can place TRichViewEdit and TRVStyle on ActiveForm and create ActiveX. Very good idea, didn't even know I could create an ActiveX thingy with Delphi, thanks Sergey. But TRichView license does not allow distributing ActiveX or DLLs without our written permission. We must be sure that they will n...
by Stef
Fri Jul 13, 2007 5:13 pm
Forum: Support
Topic: using TRV in other environments ?
Replies: 4
Views: 17460

using TRV in other environments ?

At the moment it looks that the following equation is valid: Delphi + PHP + MatLab + ... = Python Therefor I'm moving to Python. Now Python has no (good) RichEditor, and RVe is fatastic. So I'm thinking of using RVE in Python, maybe something like writing a DLL in Delphi, and than call the DLL from ...
by Stef
Thu Feb 01, 2007 11:10 pm
Forum: Support
Topic: Probem using the RV Edit OnSpellingCheck event
Replies: 8
Views: 27708

apparently you've different events ??? here is my full code, (inclusive bug notice ;-) ) But I'm almost certain, Sergey will come up with a perfect solution ! procedure Tform_rve_edit.RVESpellingCheck(Sender: TCustomRichView; const AWord: String; StyleNo: Integer; var Misspelled: Boolean); (********...
by Stef
Thu Feb 01, 2007 9:18 pm
Forum: Support
Topic: Probem using the RV Edit OnSpellingCheck event
Replies: 8
Views: 27708

the solution is in the thread too,
use somekind of intermediate variable,
I used a simple integer "Spell_language<=0",
instead of the combobox.itemindex,
and everything works fine
(also the real spellchecker, of which the code is not shown)

cheers,
by Stef
Thu Feb 01, 2007 6:46 pm
Forum: Support
Topic: Probem using the RV Edit OnSpellingCheck event
Replies: 8
Views: 27708

this seems exactly the problem I've,
see my other post in this forum.
cheers,
by Stef
Thu Feb 01, 2007 6:45 pm
Forum: Support
Topic: autosave problems, using savehtmlex ...
Replies: 14
Views: 40027

FOUND IT ;-) But no explanantion: This hangs the process: procedure Tform_rve_edit.RVESpellingCheck(Sender: TCustomRichView; const AWord: String; StyleNo: Integer; var Misspelled: Boolean); (******************************************************************************* *****************************...
by Stef
Thu Feb 01, 2007 4:07 pm
Forum: Support
Topic: autosave problems, using savehtmlex ...
Replies: 14
Views: 40027

I am afraid there is a conflict with some code in your application :(
I guess that's true, but who's to blame ? ;-)

I'll see if can make a small application,
revealing the problem,
I'll let you know my findings.

thanks,
Stef
by Stef
Wed Jan 31, 2007 12:36 pm
Forum: Support
Topic: autosave problems, using savehtmlex ...
Replies: 14
Views: 40027

(un)fortunately ;-) I've worked for the past few years on just 1 (huge) application that uses RVE. From about 10 users I know they have never seen this problem, I now have one user (who is typing very fast) that reported the problem. From what we can remember, the problem occurred for the first time...
by Stef
Tue Jan 30, 2007 6:48 pm
Forum: Support
Topic: autosave problems, using savehtmlex ...
Replies: 14
Views: 40027

thanks Sergey, I updated to 1.9.24 ,.... ... but the result is even worse :-( The program hangs much faster, sometimes at the point mentioned in my previous message, sometimes at the point below. I checked on 4 PC's, and at some PC's the problem can be generated faster then on other PC's. The PC's w...
by Stef
Mon Jan 29, 2007 9:26 pm
Forum: Support
Topic: autosave problems, using savehtmlex ...
Replies: 14
Views: 40027

some more information: it has nothing todo with savehtmlex. The program just hangs, when typing very fast. It seem to happen more often, when you edit in the middle of a document, compared to editing at the end of the document. I'm using 1.9.6, and I didn't see any related problems solved in the new...
by Stef
Mon Jan 29, 2007 8:33 pm
Forum: Support
Topic: autosave problems, using savehtmlex ...
Replies: 14
Views: 40027

hi Sergey, Although the occurrence is reduced significantly, it's still not completeley vanished. I ran the program in the Delphi IDE, and pressed PAUSE when the programs hangs. In first instance the program always stops in tGIFimage, probably busy with an animated image which is showed whenever a r...
by Stef
Thu Jan 18, 2007 11:08 pm
Forum: Support
Topic: autosave problems, using savehtmlex ...
Replies: 14
Views: 40027

hello Sergey,

do you have already any thoughts about this issue ?

thanks,
by Stef
Thu Dec 21, 2006 2:34 pm
Forum: Support
Topic: autosave problems, using savehtmlex ...
Replies: 14
Views: 40027

I use a timer (never used a thread)