Hi,
I have a "readonly" version of a TRichViewEdit document - it looks good, but the cursor changes to a splitter bar whenever it is is over one of the table borders. I understand this is normal, but in this instance I don't want the icon changing at all - the user can't move them anyway, since the doc is readonly. It's confusing for the end user and I would like for it to basically act like they aren't there. Is there a way to do this?
Thanks,
Rhett Price
Hiding Cursor for 0 size Table Lines in TRichViewEdit
-
- Posts: 44
- Joined: Tue Jul 10, 2007 6:38 pm
-
- Site Admin
- Posts: 17534
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
Exclude rvtoRowSizing, rvtoColSizing from table.Options
PS: the reason why the cursor changes shape even in read-only documents is a support of TDBRichViewEdit. While the dataset is in browsing mode, TDBRichViewEdit is in read-only state. But after any changes in document (including table resizing) the dataset is changed to editing mode, and the change is applied.
PS: the reason why the cursor changes shape even in read-only documents is a support of TDBRichViewEdit. While the dataset is in browsing mode, TDBRichViewEdit is in read-only state. But after any changes in document (including table resizing) the dataset is changed to editing mode, and the change is applied.