Search found 66 matches

by Martian
Tue Nov 25, 2014 8:46 am
Forum: Support
Topic: Sort table
Replies: 1
Views: 9989

Sort table

As I remember there was a demo (with unit) on how to sort a table. Is it still available somewhere?

Search in this obsolete forum engine is useless, cannot find it.
by Martian
Tue Nov 25, 2014 7:45 am
Forum: Support
Topic: Ctrl+Del in RVE
Replies: 7
Views: 25495

Thanks!
by Martian
Sat Nov 15, 2014 8:59 am
Forum: Support
Topic: Ctrl+Del in RVE
Replies: 7
Views: 25495

A lot of word processors has this feature...for example MS Word, Notepad++
People asks me to implement it. I don't understand why it's so hard?
It's hard to detect a word after cursor? I don't think so.
by Martian
Fri Nov 14, 2014 7:04 pm
Forum: Support
Topic: Ctrl+Del in RVE
Replies: 7
Views: 25495

Ctrl+Del in RVE

Ctrl+Backspace removes word at left but why Ctrl+Del doesn't work (should delete word at right)?

Any easy implementation?
by Martian
Sat Oct 19, 2013 8:29 am
Forum: Announcements
Topic: TRichView toolbar icon set - 1
Replies: 11
Views: 90107

Can you also ask him if I can order some additional icons for my projects please.
by Martian
Fri Oct 18, 2013 8:18 am
Forum: Announcements
Topic: TRichView toolbar icon set - 1
Replies: 11
Views: 90107

Do you have these 16x16 icons in bigger sizes like 24x24 and 32x32?
With today's high-dpi and touch displays 16x16 is too small...
And is it possible to contact designer and order some additional icons?
by Martian
Fri Aug 16, 2013 6:50 pm
Forum: Support
Topic: Enter Key and URL Detection
Replies: 26
Views: 70740

Finally! It works. Thanks.
by Martian
Fri Aug 16, 2013 8:12 am
Forum: Support
Topic: Enter Key and URL Detection
Replies: 26
Views: 70740

Still CANNOT fight this bug! RVE 14.7.1, Delphi XE4, Windows 7

Just try your Demos\DelphiUnicode\Assorted\Hypertext\CreateHyperlink demo - it has the same bug! Press ENTER after the "Hyperlink example".
Create new hyperlink and press ENTER.
by Martian
Thu Jun 27, 2013 6:37 pm
Forum: Support
Topic: Enter Key and URL Detection
Replies: 26
Views: 70740

Yeah I know and posted my code with OnKeyDown. Still investigating...
by Martian
Wed Jun 26, 2013 7:08 am
Forum: Examples, Demos
Topic: [Demos] Expanding-collapsing
Replies: 12
Views: 133996

Is there a demo available? Using hidden property instead of additional RVE.
by Martian
Wed Jun 26, 2013 7:07 am
Forum: Support
Topic: Enter Key and URL Detection
Replies: 26
Views: 70740

I have no idea why this happens. I didn't change my code - just updated to a new RVE and problem is here. Tried everything (maybe not). Problem persists. And I'm not alone here, I didn't create this topic.
by Martian
Tue Jun 04, 2013 8:00 am
Forum: Support
Topic: Enter Key and URL Detection
Replies: 26
Views: 70740

When I press Enter after some URL for the first time - GetNonHypertextStyleNo does NOT calls and text style stays blue underlined. If I press Enter again (cursor is on the next line after the URL already) - GetNonHypertextStyleNo CALLS but does not close URL style and on the 3rd line I still have bl...
by Martian
Mon Jun 03, 2013 7:06 pm
Forum: Support
Topic: Enter Key and URL Detection
Replies: 26
Views: 70740

On the first VK_RETURN GetNonHypertextStyleNo doesn't call but on the second - calls but doesn't close URL.

How RVE processes VK_RETURN? Maybe it intercepts it somewhere else?
by Martian
Fri May 31, 2013 7:34 pm
Forum: Support
Topic: Enter Key and URL Detection
Replies: 26
Views: 70740

TRichView.UseStyleTemplates = False
Still can't find the problem :?
by Martian
Thu May 30, 2013 8:14 pm
Forum: Support
Topic: Enter Key and URL Detection
Replies: 26
Views: 70740

Didn't touch StyleTemplates and I don't need them.
Where should I check this option? In RVStyle or RVE?

And TerminateHyperlink calls.