Search found 193 matches

by Marsianin
Wed Oct 12, 2005 1:17 am
Forum: Support
Topic: THTMLImport and HTML file import in RichViewAction...
Replies: 1
Views: 12945

THTMLImport and HTML file import in RichViewAction...

Is it the same thing ?
Because when I'm using Insert->File->HTML in RichViewAction it converts HTML's very buggy and just try to convert Firefox bookmarks.htm file - you'll get an error.
by Marsianin
Mon Oct 10, 2005 7:59 am
Forum: Support
Topic: RichViewEdit OnCaretMove doesn't works.
Replies: 7
Views: 27895

Anything else new in this RichViewAction build ?
by Marsianin
Fri Oct 07, 2005 4:26 pm
Forum: Support
Topic: RichViewEdit OnCaretMove doesn't works.
Replies: 7
Views: 27895

Added RichViewEdit1.OnCaretMove:=RichViewEdit1CaretMove; in the Main Form OnFormCreate. Now it's working.

Hope this will not cause any errors for RichViewActions ?
by Marsianin
Fri Oct 07, 2005 5:09 am
Forum: Support
Topic: RichViewEdit OnCaretMove doesn't works.
Replies: 7
Views: 27895

No.
TRichView 1.9.8
RichViewActions 1.44

Just recompiled everything again. Same thing :(
by Marsianin
Thu Oct 06, 2005 2:59 am
Forum: Support
Topic: RichViewEdit OnCaretMove doesn't works.
Replies: 7
Views: 27895

Any suggestion ?
by Marsianin
Wed Oct 05, 2005 2:26 am
Forum: Support
Topic: RichViewEdit OnCaretMove doesn't works.
Replies: 7
Views: 27895

RichViewEdit OnCaretMove doesn't works.

Started to develop my app with previous version of TRichView.
And found that RichViewEdit OnCaretMove doesn't works in the last version.
Never fires when moving caret (by keyboard or mouse).
by Marsianin
Tue Oct 04, 2005 7:25 pm
Forum: Support
Topic: Empty lines at the end of text...
Replies: 2
Views: 15798

I can't catch this bug but I will try. Because I don't know when it's happens.
by Marsianin
Tue Oct 04, 2005 6:46 am
Forum: Support
Topic: Table stole focus
Replies: 5
Views: 18190

And one more thing. Just found.
If I got table with cursor inside and switched to another section (without table) RichView stoles focus again.
But if cursor position is for example under the table - everything is ok.
by Marsianin
Tue Oct 04, 2005 6:43 am
Forum: Support
Topic: Empty lines at the end of text...
Replies: 2
Views: 15798

Empty lines at the end of text...

When I'm working with RichViewEdit, like editing, inserting/deleting lines of text it's sometimes adds empty lines to the end of the my text.
This bug only in last version, in previous was everything ok.
by Marsianin
Tue Oct 04, 2005 6:38 am
Forum: Support
Topic: Table stole focus
Replies: 5
Views: 18190

I have a treeview at the left with sections and richviewedit at the right. Each time when I selecting one section in tree my program saves previous richview data, goes to corresponding section in treeview and loads new data for RichView. And it's restores text and cursor position. Just example. When...
by Marsianin
Mon Oct 03, 2005 4:31 pm
Forum: Support
Topic: Table stole focus
Replies: 5
Views: 18190

Table stole focus

My app is like a notebook with tree of sections and database. When I switching from one section to another it saves current richview to file and saves also cursor position. On return to some section it restores all these. But if my richview has table and cursor set inside the table RichViewEdit stol...
by Marsianin
Mon Oct 03, 2005 3:45 pm
Forum: Support
Topic: Undo after save. How to ?
Replies: 3
Views: 19046

My program saves data when main window became inactive and using DeleteUnusedStyles (RVActions used too).
And when I came back to program undo became disabled :?
by Marsianin
Sun Sep 25, 2005 11:21 pm
Forum: Support
Topic: Undo after save. How to ?
Replies: 3
Views: 19046

Undo after save. How to ?

Have program with TRichView.
On some events program saves (to stream) text automatically but I'm loosing undo after that.
How to prevent it ? Want undo after save.