Search found 9 matches
- Tue Oct 16, 2012 3:06 am
- Forum: Support
- Topic: when richview support XE3?
- Replies: 3
- Views: 14162
- Tue Oct 16, 2012 12:07 am
- Forum: Support
- Topic: Error when trying to use Print Preview
- Replies: 3
- Views: 13850
Would there be any way to have it prompt for a printer (with a dialog), or assign a printer if this is the case, or simply use the firt one on the list of printers that are there? My problem is that my users are using the app through a Citrix Metaframe server which will often forget to set up the ...
- Wed Oct 10, 2012 6:04 pm
- Forum: Support
- Topic: Error when trying to use Print Preview
- Replies: 3
- Views: 13850
Error when trying to use Print Preview
I keep getting an exception when using the print preview and there is no default windows printer for user. Is there any way to assign a printer and have the previewer render for that?
- Wed Sep 26, 2012 2:15 pm
- Forum: Support
- Topic: TcxRichViewEdit
- Replies: 5
- Views: 19068
- Wed Sep 26, 2012 3:05 am
- Forum: Support
- Topic: TcxRichViewEdit
- Replies: 5
- Views: 19068
- Wed Sep 26, 2012 12:33 am
- Forum: Support
- Topic: TcxRichViewEdit
- Replies: 5
- Views: 19068
- Mon Sep 24, 2012 3:29 pm
- Forum: Support
- Topic: TcxRichViewEdit
- Replies: 5
- Views: 19068
TcxRichViewEdit
When is the next update for this? Ever since I upgraded to the latest version of DevExpress all my documents come up blank.
- Thu May 03, 2012 4:19 am
- Forum: Support
- Topic: Problems With TcxTRichViewEdit
- Replies: 1
- Views: 9206
Problems With TcxTRichViewEdit
I am using a TcxTRichViewEdit (the DevExpress RichView Edit) in order to get it working with the Express spell checker. I am noticing two problems 1) When I go to print the very first printout squashes the text up. Subsequent prints are OK. 2) The print preview only shows the first page. I cannot ...
- Tue Oct 12, 2010 3:53 am
- Forum: ScaleRichView
- Topic: Adding A TSRVComboBox
- Replies: 2
- Views: 22538
Adding A TSRVComboBox
Usign the InsertControlsD2009 Demo for Scale Rich View I am trying to add a combo box using the code below: procedure TFInsertControls.ToolButton16Click(Sender: TObject); var c : TSRVComboBox; ci: TCollectionItem; begin c := TSRVComboBox.Create(nil); c.Parent := SRichViewEdit1.RichViewEdit; c.Color ...