Search found 193 matches

by Marsianin
Fri Dec 10, 2010 3:34 pm
Forum: Support
Topic: Samples to work with tables without rvActions
Replies: 18
Views: 42508

That demo contains different menu items than demo with rvActions and there is no Split Cells dialog there.
by Marsianin
Fri Dec 10, 2010 8:22 am
Forum: Support
Topic: Samples to work with tables without rvActions
Replies: 18
Views: 42508

Ok, moved it to OnCaretMove and it works. But still have some troubles: 1. How to find out if current cell can be splitted to original cells to enable/disable corresponding RadioButton (as in rvActions dialog). 2. How to find out if I split to original cols/rows is allowed to enable/disable correspo...
by Marsianin
Thu Dec 09, 2010 7:24 pm
Forum: Support
Topic: Samples to work with tables without rvActions
Replies: 18
Views: 42508

Tried if RichViewEdit1.ItemCount=0 then exit; already. Didn't help.
Will try to move updating table UI to OnCaretMove.
by Marsianin
Thu Dec 09, 2010 6:43 am
Forum: Support
Topic: Samples to work with tables without rvActions
Replies: 18
Views: 42508

Thanks, I found the samples I need but still have some problems: Why this code raises error with List Index Out of Bounds (-1) right after RichViewEdit1.Clear ? if RichViewEdit1.GetCurrentItemEx(TRVTableItemInfo,rve,item) then begin ... I have this code on OnCurTextStyleChanged; Also why RichViewEdi...
by Marsianin
Tue Dec 07, 2010 7:06 pm
Forum: Support
Topic: Samples to work with tables without rvActions
Replies: 18
Views: 42508

Samples to work with tables without rvActions

I'm removing rvActions from my project and found some troubles with tables... Is there any samples on how to detect if cursor is inside the table, adding/removing rows/cols, justifying etc. I found almost everything in RichViewActions.pas but some things are not clear and working different. Why I ca...
by Marsianin
Tue Dec 07, 2010 6:52 pm
Forum: Support
Topic: Export inline code to HTML
Replies: 1
Views: 8283

Export inline code to HTML

Is there a way (maybe some tag) to export some text to HTML that will be appeared as is? For example when we have some RVF everything will be exported as text/tables/pictures but if I don't want to modify this HTML after I want to export some part of my text as is without HTML tags to insert some sc...
by Marsianin
Fri May 28, 2010 3:41 pm
Forum: Support
Topic: Word wrap is not working...
Replies: 2
Views: 11234

Word wrap is not working...

I have some documents where word wrap is not working and I have no idea why this can happen. And nothing special in ruler too.
by Marsianin
Fri May 28, 2010 3:26 pm
Forum: Support
Topic: Changing text case inside RVE
Replies: 1
Views: 8539

Changing text case inside RVE

I have font case change feature in my app but got one problem. How can I change case for selected text without losing text formatting? The thing is not only in UPPERCASE and lowercase but I've implemented First Of Each Word Uppercase too. Right now I'm using this code which loses different text form...
by Marsianin
Thu May 13, 2010 11:50 pm
Forum: Support
Topic: Export to HTML with external CSS
Replies: 3
Views: 12587

Export to HTML with external CSS

Is there a way to export RVE into HTML but with external CSS file?
by Marsianin
Sat May 08, 2010 8:34 pm
Forum: Support
Topic: Load images from the web with rvHTMLViewImport...
Replies: 8
Views: 26390

Thanks, but it seems this event never fires when using HTMLViewer for paste HTML from clipboard. It seems there is no header information in clipboard.
I'm using HTMLViewer to paste HTML from clipboard...
by Marsianin
Fri May 07, 2010 7:28 am
Forum: Support
Topic: Paste text with images from IE\Firefox
Replies: 5
Views: 15434

Try to copy and paste this forum page and look at 'new topic' and similar buttons.
by Marsianin
Fri May 07, 2010 7:26 am
Forum: Support
Topic: Load images from the web with rvHTMLViewImport...
Replies: 8
Views: 26390

Import external CSS files? HOW?
by Marsianin
Sun May 02, 2010 6:47 pm
Forum: Support
Topic: Paste text with images from IE\Firefox
Replies: 5
Views: 15434

I'm using RVHTMLViewImporter to paste HTML and RVE.OnImageNeeded but sometimes downloaded images inserted with wrong size (usually much smaller) but these images shows fine in the Web.
So after paste I have to resize some images to 100% manually :(
by Marsianin
Wed Jan 27, 2010 2:18 am
Forum: Support
Topic: PNG Pictures lost in Delphi 2009
Replies: 17
Views: 45738

Just found another problem. This code

Code: Select all

ext:=GraphicExtension(TGraphicClass(gr.ClassType));
returns an empty string for old TPNGObject.
by Marsianin
Tue Jan 26, 2010 10:17 pm
Forum: Support
Topic: PNG Pictures lost in Delphi 2009
Replies: 17
Views: 45738

Yeah, it's clear now and it's working.
Thanks.