Search found 193 matches

by Marsianin
Mon Jul 04, 2011 2:45 am
Forum: Examples, Demos
Topic: [Examples] Count of characters and words
Replies: 37
Views: 232964

But the table may contain several lines and in your first example it counts them. So I can have just one table with 100 lines and get 100 lines result in your line count example. And this is what I need. Just want to know cursor line number according all my 100 lines (now I'm getting 100 lines total...
by Marsianin
Sat Jul 02, 2011 1:34 am
Forum: Support
Topic: rvf to and from docx
Replies: 8
Views: 34092

by Marsianin
Sat Jul 02, 2011 1:27 am
Forum: Support
Topic: Container for Richview
Replies: 7
Views: 19416

Yes you can use SaveRVFToStream/LoadRVFFromStream to save/load your document to/from BLOB. Your document will be saved with all formattings, pictures, objects... Read manuals, look fro demos.
by Marsianin
Sat Jul 02, 2011 1:24 am
Forum: Examples, Demos
Topic: [Examples] Count of characters and words
Replies: 37
Views: 232964

I want to know global current line number. How can I check if we got cursor in the current line in this routine: ... if RVData.GetItemStyle(RVData.DrawItems[i].ItemNo)=rvsTable then begin table := TRVTableItemInfo(RVData.GetItem(RVData.DrawItems[i].ItemNo)); for r := 0 to table.RowCount-1 do for c :...
by Marsianin
Wed Jun 29, 2011 7:35 am
Forum: Examples, Demos
Topic: [Demo] How to insert YouTube video in the editor
Replies: 34
Views: 209194

Downloaded new Flash ActiveX from Adobe. Reinstalled.
Re-imported ActiveX do Delphi and got different ShockwaveFlashObjects_TLB.pas.
Now it works fine. Was flash error. As usual in this crap.
by Marsianin
Mon Jun 27, 2011 3:28 am
Forum: Support
Topic: RVF Icon
Replies: 3
Views: 12684

Ok, thanks, but it too small. Need at least 128x128.
But 256x256 is much better.
by Marsianin
Sat Jun 25, 2011 6:29 am
Forum: Support
Topic: RVF Icon
Replies: 3
Views: 12684

RVF Icon

Do you have a nice RVF file icon for Windows explorer?
by Marsianin
Thu Jun 23, 2011 1:03 am
Forum: Examples, Demos
Topic: [Examples] Count of characters and words
Replies: 37
Views: 232964

So how can I get cursor/current line globally?
Your example shows how to count lines including tables but when you get cursor inside the table GetCurrentLineCol(line,col) will give you local in-cell line number.
by Marsianin
Tue Jun 21, 2011 5:34 am
Forum: Examples, Demos
Topic: [Demo] How to insert YouTube video in the editor
Replies: 34
Views: 209194

Just tried on fresh Delphi XE installation - SAME PROBLEM :shock:
by Marsianin
Tue Jun 21, 2011 12:40 am
Forum: Examples, Demos
Topic: [Demo] How to insert YouTube video in the editor
Replies: 34
Views: 209194

Maybe there is something with Delphi 2010 ActiveX implementation?
I'm using Delphi 2010 under Windows 7 x64.
Adobe Flash updated recently but as I said it produces same error on other PC's
by Marsianin
Mon Jun 20, 2011 7:23 pm
Forum: Examples, Demos
Topic: [Demo] How to insert YouTube video in the editor
Replies: 34
Views: 209194

But compiled EXE produces same errors on other systems.
by Marsianin
Sun Jun 19, 2011 11:50 pm
Forum: Examples, Demos
Topic: [Demo] How to insert YouTube video in the editor
Replies: 34
Views: 209194

I just tried to reproduce this error in your demo attached to this topic - and this problem exists here too: --------------------------- Debugger Fault Notification --------------------------- Project C:\...\TRichView\YouTube\YouTubePlayer.exe faulted with message: 'stack overflow at 0x74f5e2d4'. Pr...
by Marsianin
Fri Jun 17, 2011 11:17 pm
Forum: Examples, Demos
Topic: [Examples] Count of characters and words
Replies: 37
Views: 232964

No idea :roll:
by Marsianin
Fri Jun 17, 2011 11:16 pm
Forum: Examples, Demos
Topic: [Demo] How to insert YouTube video in the editor
Replies: 34
Views: 209194

Same problem under Windows XP SP3 (VirtualBox)
by Marsianin
Fri Jun 17, 2011 11:03 pm
Forum: Examples, Demos
Topic: [Demo] How to insert YouTube video in the editor
Replies: 34
Views: 209194

I dont think there is a problem with installation. Because inserted video works fine.
Anyway I will try to run it on other PC and in other project...