Search found 13 matches
- Mon Apr 07, 2008 9:33 am
- Forum: Support
- Topic: tRichView Table Output to Roledata PDF Erro
- Replies: 4
- Views: 19811
think so. when drawing a table at 0,0 border lines are on right position. when drawing at x,y , table is drawing at x, y but border lines are at position 0,0 + rvdata left , rvdata top so i think it must by a problem in RolePDF. somewhere I read about problems with RolePDF and lines. thats why I ...
- Fri Apr 04, 2008 11:44 am
- Forum: Support
- Topic: tRichView Table Output to Roledata PDF Erro
- Replies: 4
- Views: 19811
- Wed Jul 12, 2006 6:03 pm
- Forum: Support
- Topic: LabelItem print position
- Replies: 5
- Views: 19043
- Wed Jul 12, 2006 6:01 pm
- Forum: Support
- Topic: LabelItem print position
- Replies: 5
- Views: 19043
- Wed Jul 12, 2006 3:40 pm
- Forum: Support
- Topic: LabelItem print position
- Replies: 5
- Views: 19043
I tried to detail it. The problem comes when using the label item in same paragrah with text items. But the Label item is not to height like I wrote before, the other text items are to deep while print. when I using tables with a seperat colum for label item the position of all items is right. Maybe ...
- Wed Jul 12, 2006 9:17 am
- Forum: Support
- Topic: LabelItem print position
- Replies: 5
- Views: 19043
LabelItem print position
Hi everyboy, I have a problem with a CustomItem. As original I use the LabelItem from demos. It works great. but while print the position of item is different the position in the editor. I think, it is TextMetric.tmDecent to hight. While using an image printer it works, while using another printers ...
- Mon Jun 26, 2006 4:59 pm
- Forum: Support
- Topic: controls position
- Replies: 7
- Views: 26518
- Mon Jun 26, 2006 2:17 pm
- Forum: Support
- Topic: controls position
- Replies: 7
- Views: 26518
- Mon Jun 26, 2006 1:22 pm
- Forum: Support
- Topic: controls position
- Replies: 7
- Views: 26518
oh, no anwsers. maybe I have to concretize it. Wanna use RV as an report designer. The problem is while printing controls (tmemo). Preview looks fine, but not print out. So I wanna replace the image and draw text directly to printer canvas. So I need exactly the position of this control. maybe know ...
- Sat Jun 24, 2006 4:45 pm
- Forum: Support
- Topic: controls position
- Replies: 7
- Views: 26518
controls position
hi everybody,
short question:
how can I get the absolute position for a control in a document?
thx
( always tables, I'll never understand it! ;o))) )
short question:
how can I get the absolute position for a control in a document?
thx
( always tables, I'll never understand it! ;o))) )
- Sat Jun 10, 2006 10:36 am
- Forum: Support
- Topic: Getting ItemText of all controls in document
- Replies: 5
- Views: 19984
- Sat Jun 10, 2006 7:45 am
- Forum: Support
- Topic: Getting ItemText of all controls in document
- Replies: 5
- Views: 19984
Hi Sergey, thx for fast answering. But I've got also problems with it. While not using tables the ItemText could read and is right. While using tables the ItemText could also read but is empty. But with GetControlInfo it works. Many thx. void __fastcall TForm1::EnumItemsProc(TCustomRVData* RVData ...
- Fri Jun 09, 2006 8:35 am
- Forum: Support
- Topic: Getting ItemText of all controls in document
- Replies: 5
- Views: 19984
Getting ItemText of all controls in document
Hello, I'm trying to get ItemText for all controls in document. While using GetItemText(ItemNo) it works, but not with using GetCurrentItemText() in tables void __fastcall TForm1::ControlAction(TCustomRichView *Sender, TRVControlAction ControlAction, int ItemNo, TControl *&ctrl) { if(ControlAction ...