Search found 176 matches

by j&b
Fri May 19, 2006 10:33 am
Forum: Support
Topic: don't clear cell if containing picture (bmp)
Replies: 3
Views: 12311

don't clear cell if containing picture (bmp)

Thank you, Sergey

Jürgen
by j&b
Wed May 17, 2006 2:33 pm
Forum: Support
Topic: don't clear cell if containing picture (bmp)
Replies: 3
Views: 12311

I have added one line (...GetPictureInfo(memo.TopLevelEditor.CurItemNo...): if rveTable.Cells[r,c]<>nil then begin rveTable.EditCell(r,c); s:=ansiLowerCase(memo.TopLevelEditor.GetCurrentItemText); if (s='') or (s='x') then begin memo.TopLevelEditor.GetPictureInfo(memo.TopLevelEditor.CurItemNo,pname,...
by j&b
Tue May 16, 2006 1:22 pm
Forum: Support
Topic: don't clear cell if containing picture (bmp)
Replies: 3
Views: 12311

don't clear cell if containing picture (bmp)

Hello, first thanks to Sergey for his last answere (fix memo-table-cell-border-lines). Now I want to clear (and center) memo-table.cells if they are empty or contain a 'x'. Until I don't put a picture (vertical script as bmp) all okay (see below). How can I prevent that in this case (cell contains a...
by j&b
Sun May 07, 2006 10:04 am
Forum: Support
Topic: fix memo-table-cell-border-lines
Replies: 5
Views: 17111

Hello Sergey, thanks for your information. I think as you (It's not a good idea to modify source code). I have tried many times to solve my problem and I think that the best way is to set RVTABLEDEFAULTOPTIONS without rvtoRowSizing, rvtoColSizing because user can't destroy a good built table by unco...
by j&b
Sat May 06, 2006 2:21 pm
Forum: Support
Topic: fix memo-table-cell-border-lines
Replies: 5
Views: 17111

Hello Sergey, I have looked in your rvTable.pas. There I have found const RVTABLEDEFAULTOPTIONS = [rvtoEditing, rvtoRowSizing, rvtoColSizing, rvtoRowSelect, rvtoColSelect]; If I delete rvtoRowSizing and rvtoColSizing all runs as I want it. But I want manage it about a menuItem. How can I use RVTABLE...
by j&b
Sat May 06, 2006 11:13 am
Forum: Support
Topic: fix memo-table-cell-border-lines
Replies: 5
Views: 17111

fix memo-table-cell-border-lines

Hello Sergey, I have written to you for a few days about a possibility to fix memo-table-cell-border-lines, so that user can't resize them ? Background: If I work quick I often have changed col.width if I mark something in a cell. My solutions doesn't work, if I click direct on a cell-border-line. I...
by j&b
Tue Jan 03, 2006 12:58 pm
Forum: Support
Topic: CellBestWidth
Replies: 3
Views: 13864

cellBestwidth

Hello Sergey, before I change cellBestWidth I want to know how width of cell is. It is not necessary to know the correct width but I think it is good to know if cell.width=70 or 90. Can you tell me how I get the value of cell.with (in rvActions you have a menu.Item). And if I need cellPadding please...
by j&b
Tue Jan 03, 2006 10:35 am
Forum: Support
Topic: CellBestWidth
Replies: 3
Views: 13864

CellBestWidth

Hello,

Before I change the width of a cell (table.SetCellBestWidth(aValue,r,col);),
I want to know how width selected cell is.

I don't find a way though I look to table.pas and rvActions.pas.

Can someone help me ?

Jürgen
by j&b
Tue Nov 01, 2005 3:20 pm
Forum: Support
Topic: spaces which make a memo-text justify are white,
Replies: 3
Views: 15075

spaces which make a memo-text justify are white,

Hello, 1. If memo (rve) is focused memo.color is clYellow. If grid is focused memo.color is clInfoBk. The spaces which make memo-text justify (Blocksatz) are white, but they shall have the same color as memo.color (clYellow or clInfoBk). 2. If memo has blank lines at the end, you have in the preview...
by j&b
Sun Sep 25, 2005 4:32 pm
Forum: Support
Topic: Cursor scolls upward, if I add a word to a longer text
Replies: 2
Views: 15249

Cursor scolls upward, if I add a word to a longer text

It is a inserted text (from word).
If I (!) write a new text, there are no problems. But if I add a text (from word) and add a word there is a problem (cursor scolls up an I can't see the line where I want to add a word).[/list]
by j&b
Mon Sep 12, 2005 2:38 pm
Forum: Support
Topic: QuickReport-Wrapper shows RTF-Text justify and pictures
Replies: 4
Views: 18799

QuickReport-Wrapper shows RTF-Text justify and pictures

For a few weeks I looked up for a programmer, who can help me to show justified text and pictures in a RTF-Memo under QuickReport. Someone tells me about TRichView wrapper. I have found the component here (under http://www.trichview.com/). It is a component, which works very well, reliably and solid...