Search found 39 matches
- Tue May 24, 2011 4:47 am
- Forum: Support
- Topic: Define a Specified Character for an image on Export as Text
- Replies: 5
- Views: 13808
..
thanks btw sergey.
- Mon May 23, 2011 6:18 am
- Forum: Support
- Topic: Define a Specified Character for an image on Export as Text
- Replies: 5
- Views: 13808
..
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
rve.selectall;
s:=rve.getseltext;
i want to see the replaced character instead of pictures in resulting S
- Mon May 23, 2011 4:20 am
- Forum: Support
- Topic: Define a Specified Character for an image on Export as Text
- Replies: 5
- Views: 13808
..
yes of curse but i dont wanna save the thext in a file, at least i can save it to stream...
- Sun May 22, 2011 8:11 am
- Forum: Support
- Topic: Define a Specified Character for an image on Export as Text
- Replies: 5
- Views: 13808
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.
for example chr(200) in place of each Picture in the RVE on resulting Plain Text.
- Tue May 17, 2011 4:53 am
- Forum: Support
- Topic: Word 2007 RV Export Problem in Win7
- Replies: 6
- Views: 14729
- Sun May 15, 2011 6:23 am
- Forum: Support
- Topic: Word 2007 RV Export Problem in Win7
- Replies: 6
- Views: 14729
- Sun May 15, 2011 4:53 am
- Forum: Support
- Topic: Word 2007 RV Export Problem in Win7
- Replies: 6
- Views: 14729
..
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 !
but about the html, no, i didnt set those params ever,
i'm wondering why this problem wont occur in win XP !
- Sat May 14, 2011 8:38 am
- Forum: Support
- Topic: Word 2007 RV Export Problem in Win7
- Replies: 6
- Views: 14729
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.
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.
- Tue Apr 05, 2011 4:30 am
- Forum: Support
- Topic: How to Get Line/Paragraph Breaks
- Replies: 3
- Views: 10993
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!
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!
- Sun Apr 03, 2011 8:01 am
- Forum: Support
- Topic: How to Get Line/Paragraph Breaks
- Replies: 3
- Views: 10993
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"
- Tue Mar 29, 2011 6:40 am
- Forum: Support
- Topic: Unicode Font BackGround Color Problem
- Replies: 1
- Views: 7949
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 ...
- Thu Feb 24, 2011 5:29 am
- Forum: Support
- Topic: Internal Picture Drag Drop Failure!
- Replies: 6
- Views: 14346
Finally
OHHH YESSS, Somewhere in my code it changes to text only, and thats the problem!!
Thanks A LOT
Thanks A LOT
- Wed Feb 23, 2011 10:38 am
- Forum: Support
- Topic: Internal Picture Drag Drop Failure!
- Replies: 6
- Views: 14346
.
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?
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?
- Wed Feb 23, 2011 6:32 am
- Forum: Support
- Topic: Internal Picture Drag Drop Failure!
- Replies: 6
- Views: 14346
..
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!
- Sun Feb 20, 2011 8:16 am
- Forum: Support
- Topic: Internal Picture Drag Drop Failure!
- Replies: 6
- Views: 14346
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 ...