Hi Ilya,
Re/scaling: yea, I suspected that much. Oh well, too bad.
Keep up the good work!
Search found 87 matches
- Tue Jul 03, 2007 10:46 pm
- Forum: ScaleRichView
- Topic: First bugs noticed
- Replies: 6
- Views: 33761
- Mon Jul 02, 2007 9:35 pm
- Forum: ScaleRichView
- Topic: First bugs noticed
- Replies: 6
- Views: 33761
Re: dependence on RichViewActions, Okay, understood. That's good news. Thanks, Sergey. Re: The carret is almost invisible... I tried again and, yes, it's not easy to reproduce, but I managed. Try this: set zoom to FullPage (simply to see the whole thing) and start to gradually reduce the top margin ...
- Mon Jul 02, 2007 4:44 pm
- Forum: ScaleRichView
- Topic: First bugs noticed
- Replies: 6
- Views: 33761
First bugs noticed
Hi Ilya and Sergey, I played a bit with the ScaleRichView-enabled ActionTest. Nice start. I noticed a few problems though, so here they are. Doing "page down" on the vertical scrollbar moves down by only ~4 lines. PageDown key was initially doing the same - until I hit the circular button at the ...
- Fri Oct 13, 2006 8:16 pm
- Forum: Support
- Topic: Drag-and-Drop in Unmodified TDBRichViewEdit
- Replies: 2
- Views: 13718
- Tue Sep 05, 2006 1:38 pm
- Forum: Support
- Topic: WordWrap and Clear
- Replies: 3
- Views: 17167
- Wed Aug 02, 2006 11:23 pm
- Forum: Support
- Topic: Working with both TRichViewEdit and TDBRichViewEdit
- Replies: 3
- Views: 15199
- Wed Aug 02, 2006 5:05 pm
- Forum: Support
- Topic: A GIF Image Corrupts RVF Documents
- Replies: 6
- Views: 24371
- Thu Jul 27, 2006 2:03 pm
- Forum: Support
- Topic: Drag-and-Drop in Unmodified TDBRichViewEdit
- Replies: 2
- Views: 13718
Drag-and-Drop in Unmodified TDBRichViewEdit
Hi Sergey, I think there may be a little bug with this. In a not-yet modified record with a TDBRichViewEdit, perform a Drag-and-Drop operation on some selected text. It should move it, right? Instead, it copies it. No problem if the record has been modified (and is hence in dsEdit state). Thanks ...
- Wed Jul 26, 2006 3:45 pm
- Forum: Support
- Topic: Overwrite Ctrl+Z
- Replies: 10
- Views: 34318
- Mon Jul 24, 2006 11:12 pm
- Forum: Support
- Topic: A GIF Image Corrupts RVF Documents
- Replies: 6
- Views: 24371
- Sun Jul 23, 2006 11:55 pm
- Forum: Support
- Topic: A GIF Image Corrupts RVF Documents
- Replies: 6
- Views: 24371
A GIF Image Corrupts RVF Documents
Hi Sergey, I ran into a rather serious problem. Here are the steps to reproduce. 1. Download the following animated GIF image from the Web: http://www.cyberisle.com/animate/animals/run-cat.gif 2. In your pre-compiled RVActionTest 1.9.8, create a new blank document and insert the above image into it ...
- Sun Jul 23, 2006 11:51 pm
- Forum: Support
- Topic: Replace Text with Image
- Replies: 4
- Views: 19231
Hi! Your smiley idea sounds conceptually similar to AutoCorrect. Search for "AutoCorrect" in the ActionTest source code to see what it does and from what events. As to styles, take a look at ApplyStyleConversion() in the Help and in at least one of the smaller Editor demos (and ActionTest if you ...
- Sat Jul 01, 2006 10:00 pm
- Forum: Support
- Topic: TDBRichView and corresponding database field update
- Replies: 2
- Views: 14161
I think you are missing a call to DBRichViewEdit-> Can Change(). If performing programmatic edits, you'd want to call: NotesTable->Edit(); if (!DBRichViewEdit->CanChange()) ; // Bail out gracefully // This is where, I guess, you'd change the contents DBRichViewEdit->Change(); NotesTable->Post(); If ...
- Fri Jun 30, 2006 11:56 am
- Forum: Support
- Topic: Bug in RVGetTextLength function
- Replies: 2
- Views: 13641
- Thu Jun 15, 2006 12:07 pm
- Forum: Support
- Topic: Removing the dashed line when a table is active.
- Replies: 4
- Views: 17776