Search found 9 matches
- Mon Nov 07, 2005 10:15 am
- Forum: Support
- Topic: Access violation when using search with table
- Replies: 5
- Views: 30173
- Mon Nov 07, 2005 10:04 am
- Forum: Support
- Topic: Access violation when using search with table
- Replies: 5
- Views: 30173
- Mon Nov 07, 2005 9:35 am
- Forum: Support
- Topic: Access violation when using search with table
- Replies: 5
- Views: 30173
- Mon Nov 07, 2005 9:30 am
- Forum: Support
- Topic: Access violation when using search with table
- Replies: 5
- Views: 30173
Access violation when using search with table
When I have a table with 2 rows; 2 columns in row 1; 1 column in row 2. I place some text in row2 column 1. I put the cursor below the table Then I search for the text in row2 column1 (Search direction: up). This results in an access violation. When I place the cursor above the table and search down ...
- Thu Oct 20, 2005 9:07 am
- Forum: Support
- Topic: How to find first misspelled word from caret position
- Replies: 2
- Views: 17096
- Wed Oct 19, 2005 2:42 pm
- Forum: Support
- Topic: How to find first misspelled word from caret position
- Replies: 2
- Views: 17096
How to find first misspelled word from caret position
I'm trying to find the first misspelled word from the caret position, but my code breaks when there are tables which contain text. (the spelling errors in the tables won't be found) Is there a way to walk through all the text in the table cells? This is my code: procedure TForm1.FindError; var i, j ...
- Wed Sep 07, 2005 8:27 am
- Forum: Support
- Topic: Printing of tabs
- Replies: 1
- Views: 17831
Printing of tabs
When I print multiple document with a lot of tab-characters in it, my computer suddenly reboots, with no warning / blue screen or whatever. I found that when I changed the procedure TRVTabItemInfo.DrawTab(...) // if Canvas.Brush.Color<>clNone then if (Canvas.Brush.Color and $FFFFFF) <> (clNone and ...
- Tue Sep 06, 2005 12:14 pm
- Forum: Support
- Topic: Printing of labels
- Replies: 1
- Views: 18682
Printing of labels
I use the richview component to print labels with customer data. I do this by creating a layout which is small enough to fit on one label. I modified the component to be able to print more then one document on a single page (by adjusting the left, right, top and bottom margin in the TPrintableRVData ...
- Tue Sep 06, 2005 10:04 am
- Forum: Support
- Topic: Problem positioning bullets
- Replies: 1
- Views: 18345
Problem positioning bullets
I try to position bullets using left / first indent, but they remain on the far left side of the page. I'm using version 1.9.0.4. Is this a known problem or is there a workaround?