Hi Sergey,
It's almost 14 years later now. How time flies!
Just wondering if you'd consider once again looking into fixing this Up/Down issue.
Thanks.
Louis
Search found 32 matches
- Thu Dec 21, 2023 9:17 pm
- Forum: Support
- Topic: Up -> Down -> Not Where You Started
- Replies: 3
- Views: 40914
- Thu Sep 03, 2020 1:48 pm
- Forum: Announcements
- Topic: Our setups and Dephi 10.4.1
- Replies: 3
- Views: 35741
Re: Our setups and Dephi 10.4.1
I upgraded to Delphi 10.4.1 which uninstalls Delphi 10.4 in the process. I selected the default option to not delete the registry entries. After 10.4.1 was installed, everything worked fine for me, including TRichview and LMD Elpack, neither of which needed to be reinstalled. I did not get the above ...
- Wed Nov 21, 2018 6:52 pm
- Forum: Support
- Topic: Delphi 10.3 Rio Compatibility?
- Replies: 3
- Views: 16802
Delphi 10.3 Rio Compatibility?
Delphi 10.3 Rio was officially released today.
Will the current version of TRichview work with 10.3 or should I hold off installing 10.3?
Will the current version of TRichview work with 10.3 or should I hold off installing 10.3?
- Tue Apr 11, 2017 3:53 pm
- Forum: Support
- Topic: Future versions
- Replies: 40
- Views: 186466
Re: Future versions
I'm interested in a FireMonkey version as well.
- Mon Apr 25, 2016 2:32 pm
- Forum: Support
- Topic: How to change properties for hidden text?
- Replies: 10
- Views: 36608
- Sun Jan 19, 2014 9:09 pm
- Forum: Support
- Topic: Capitalization in English UI
- Replies: 1
- Views: 12596
Microsoft does not always follow its own UI rules consistently, probably because they've got so many people developing so many products, and they've got so many UI rules, that not everybody knows all the rules. Check this discussion here: http://ux.stackexchange.com/questions/2237/is-it-correct-to ...
- Tue Sep 06, 2011 4:25 pm
- Forum: Support
- Topic: Delphi XE2
- Replies: 17
- Views: 73050
I just discovered:
Mida – now in beta - to convert a Delphi VCL application to FireMonkey:
http://midafiremonkey.wordpress.com/
Mida – now in beta - to convert a Delphi VCL application to FireMonkey:
http://midafiremonkey.wordpress.com/
- Tue Sep 06, 2011 1:54 pm
- Forum: Support
- Topic: Delphi XE2
- Replies: 17
- Views: 73050
- Mon Sep 05, 2011 4:47 pm
- Forum: Support
- Topic: Delphi XE2
- Replies: 17
- Views: 73050
Fantastic! I needed that, too. Now I can go out and purchase XE2. Have you tested if TRichView will compile properly for 64-bit Windows? Also, do you know if TRichView will work with FireMonkey, or will it need the VCL? If it can use FireMonkey, then we would be able use TRichVIew in Mac (and in the ...
- Sun May 29, 2011 4:14 pm
- Forum: Support
- Topic: Copy & Paste UNICODE text
- Replies: 6
- Views: 24604
- Tue Mar 30, 2010 3:59 am
- Forum: Support
- Topic: What program is opening RichView Help ?
- Replies: 12
- Views: 41248
- Mon Jan 11, 2010 6:18 pm
- Forum: Support
- Topic: Up -> Down -> Not Where You Started
- Replies: 3
- Views: 40914
Up -> Down -> Not Where You Started
It still bothers me. You PageUp and then PageDown (or vice versa). You are left slightly higher in the document than you were before. Do this repeatedly you slowly scroll up the document. Where it's really bothersome is sometime you go someplace down in the document and you count, say, 5 PageDowns ...
- Wed Jan 06, 2010 10:42 am
- Forum: Support
- Topic: Move Selection to Original Position
- Replies: 17
- Views: 64015
- Wed Jan 06, 2010 2:38 am
- Forum: Support
- Topic: Move Selection to Original Position
- Replies: 17
- Views: 64015
Thank you again Sergey. I've got it now! For your reference I am using Delphi 2009. I'm compiling with Debug options. When I used your new code, I again got an Access Violation exception at run time, this time on the "Count := 0" line. I don't develop components or classes so I have no idea why this ...
- Tue Jan 05, 2010 4:56 am
- Forum: Support
- Topic: Move Selection to Original Position
- Replies: 17
- Views: 64015
Sergey. Thank you exceptionally much for drafting out the code. Looking at it as a class, and what you are doing in there is something I would never have thought up. I implemented it like this: var CurrentSelection: TRVSelection; ... CurrentSelection.GetFromRichViewEdit(RVE); ... (code that adds and ...