Search found 39 matches

by viperpix
Tue May 24, 2011 4:47 am
Forum: Support
Topic: Define a Specified Character for an image on Export as Text
Replies: 5
Views: 13797

..

thanks btw sergey.
by viperpix
Mon May 23, 2011 6:18 am
Forum: Support
Topic: Define a Specified Character for an image on Export as Text
Replies: 5
Views: 13797

..

for example when using this kinda code:
rve.selectall;
s:=rve.getseltext;

i want to see the replaced character instead of pictures in resulting S
by viperpix
Mon May 23, 2011 4:20 am
Forum: Support
Topic: Define a Specified Character for an image on Export as Text
Replies: 5
Views: 13797

..

yes of curse but i dont wanna save the thext in a file, at least i can save it to stream...
by viperpix
Sun May 22, 2011 8:11 am
Forum: Support
Topic: Define a Specified Character for an image on Export as Text
Replies: 5
Views: 13797

Define a Specified Character for an image on Export as Text

How can i set a specify character to be identified as an image when i want to save the content of the RVE as Text in Stream?

for example chr(200) in place of each Picture in the RVE on resulting Plain Text.
by viperpix
Tue May 17, 2011 4:53 am
Forum: Support
Topic: Word 2007 RV Export Problem in Win7
Replies: 6
Views: 14715

thanks by the way sergey
by viperpix
Sun May 15, 2011 6:23 am
Forum: Support
Topic: Word 2007 RV Export Problem in Win7
Replies: 6
Views: 14715

oh no!
how can i install somethin like "HTML converter"?!
what shall i do then?!
by viperpix
Sun May 15, 2011 4:53 am
Forum: Support
Topic: Word 2007 RV Export Problem in Win7
Replies: 6
Views: 14715

..

i had a miniature mistake for the docx export, tnx :)
but about the html, no, i didnt set those params ever,
i'm wondering why this problem wont occur in win XP !
by viperpix
Sat May 14, 2011 8:38 am
Forum: Support
Topic: Word 2007 RV Export Problem in Win7
Replies: 6
Views: 14715

Word 2007 RV Export Problem in Win7

Hi Sergey
when im trying to Export the content of RVE in win7, the rvc.ExportRV returns false and operation becomes undone!

and one more thing..
also in win7, the Html import Capability of RVC is removed (Html is not listed in rvc.ImportConverters list, and could not import html.
thanks.
by viperpix
Tue Apr 05, 2011 4:30 am
Forum: Support
Topic: How to Get Line/Paragraph Breaks
Replies: 3
Views: 10988

Thanks

best regards Sergey
I can calculate that word now, but i wish there was another way without need to a linear search in rve, cuz im doing this for many many large texts and this cause a killing situations!
by viperpix
Sun Apr 03, 2011 8:01 am
Forum: Support
Topic: How to Get Line/Paragraph Breaks
Replies: 3
Views: 10988

How to Get Line/Paragraph Breaks

Hi, I wanna know how can i get the item number before each line/paragraph break in RVE. im going to find words which have a space after and also the last word of lines which has a line/parag break after. for example: Hello world<LB> Sup there? the function should returns: "Hello", "World" and "Sup"
by viperpix
Tue Mar 29, 2011 6:40 am
Forum: Support
Topic: Unicode Font BackGround Color Problem
Replies: 1
Views: 7946

Unicode Font BackGround Color Problem

Hi, here's the thing, when i select some unicode character inside a continues Word and color the backgnd of the selection text by somthin like this: rve.ApplyStyleConversion(TEXT_BACKCOLOR); // TEXT_BACKCOLOR=8 . . ------------- in OnStyleConversion Event: case UserData of TEXT_BACKCOLOR: FontInfo ...
by viperpix
Thu Feb 24, 2011 5:29 am
Forum: Support
Topic: Internal Picture Drag Drop Failure!
Replies: 6
Views: 14336

Finally

OHHH YESSS, Somewhere in my code it changes to text only, and thats the problem!!
Thanks A LOT :D
by viperpix
Wed Feb 23, 2011 10:38 am
Forum: Support
Topic: Internal Picture Drag Drop Failure!
Replies: 6
Views: 14336

.

yes, this option is included!
i have created a new proj, and made a copy of my rve into it, but it worked wel with dragin!!
what kind of events can affect that?
by viperpix
Wed Feb 23, 2011 6:32 am
Forum: Support
Topic: Internal Picture Drag Drop Failure!
Replies: 6
Views: 14336

..

Thanks but my the pictures all are JPEG or BMP, and i've been using these pictures be4 and had no problem, this problem occurred lately!
by viperpix
Sun Feb 20, 2011 8:16 am
Forum: Support
Topic: Internal Picture Drag Drop Failure!
Replies: 6
Views: 14336

Internal Picture Drag Drop Failure!

Hi, i've been asked this before but no answer :) while i have some pictures inside the text and i try to change the position of any of these pictures by mouse, the picture is lost and seems to be deleted! i wanna know what kind of event can cause this, cuz this never happened before and i dont know ...