Search found 16 matches

by OldHawk
Fri Apr 14, 2006 8:30 am
Forum: Support
Topic: Can not open Clipboard?
Replies: 1
Views: 8881

Can not open Clipboard?

when i use one of Chinese ime input chinese, it popup error: Can not open Clipboard. i break it, the error code at: RichViewActions

GetControl(Target).Paste;

why?
other ime input normal.
by OldHawk
Thu Apr 13, 2006 1:48 am
Forum: Support
Topic: work with Chinese
Replies: 3
Views: 13155

thans,it`s fixed,i update my ime already.
by OldHawk
Wed Apr 12, 2006 11:53 am
Forum: Support
Topic: work with Chinese
Replies: 3
Views: 13155

when i set unicode on,some ime can input chinese normal,but some iME can not input chinese,show as two space,why?
by OldHawk
Wed Apr 12, 2006 11:27 am
Forum: Support
Topic: work with Chinese
Replies: 3
Views: 13155

work with Chinese

in RichViewEdit, input chinese is normal,but when press Back key, it only del a half of one Chinese word?
by OldHawk
Sun Apr 02, 2006 9:58 am
Forum: Support
Topic: COPY AND INSERT
Replies: 11
Views: 29856

bds 2006

where can download new TGifImage??
by OldHawk
Sun Apr 02, 2006 6:26 am
Forum: Support
Topic: COPY AND INSERT
Replies: 11
Views: 29856

1, because i set rvoAutoCopyRVF to false,os i can`t copy bitmap from rv,i turn it true, is OK,can copy bitmap now. 2, i reRegister TGIFImage Class at Here begin Application.Initialize; RegisterClass(TGifImage); Application.CreateForm(TformMain, formMain); Application.Run; end. now can copy gif from ...
by OldHawk
Sun Apr 02, 2006 6:19 am
Forum: Support
Topic: can i set TAB width in RichViewEdit?
Replies: 4
Views: 14840

but i don`t want to begin a new line,maby is append some text and with CR+LF.
by OldHawk
Sat Apr 01, 2006 12:29 pm
Forum: Support
Topic: COPY AND INSERT
Replies: 11
Views: 29856

1,only addpicture** need Format?

2, no, because copy gif in my application is failed, so i test copy bitmap between my application and Demo application. copy bitmap also failed.
by OldHawk
Sat Apr 01, 2006 12:11 pm
Forum: Support
Topic: COPY AND INSERT
Replies: 11
Views: 29856

i can copy bitmap(not gif) from Demo Editor , and paste to my RichViewEdit,
but can not copy bitmap from my RichViewEdit and paste to Demo Editor.
by OldHawk
Sat Apr 01, 2006 11:59 am
Forum: Support
Topic: COPY AND INSERT
Replies: 11
Views: 29856

i already register class in formMain.Create method: RegisterClass(TGifImage); CTRL+C,CTRL+P however has no image. i maby already insert few gif in it, then i set caret to middle of them with mouse, and insert new gif, this time, the carset is not at after the latest inserted gif. i select gif from a...
by OldHawk
Sat Apr 01, 2006 11:33 am
Forum: Support
Topic: COPY AND INSERT
Replies: 11
Views: 29856

why? i insert some gif to middle of richviewedit,the caret is not at after the inserted gif. but caret is at after the inserted gif in DemoEditor.
by OldHawk
Sat Apr 01, 2006 11:21 am
Forum: Support
Topic: COPY AND INSERT
Replies: 11
Views: 29856

COPY AND INSERT

1, in my RichViewEdit, i selected some text and gif(TGIFImage), and press CTRL+C, CTRL+P,bug only paste the text ,has not gif? is anywhere set wrong? i can copy form Demo Application. 2,in my RichViewEdit, i set caret pos at middle of some words,then insert one gif, how to get the latest inserted It...
by OldHawk
Sat Apr 01, 2006 5:12 am
Forum: Support
Topic: can i set TAB width in RichViewEdit?
Replies: 4
Views: 14840

can i set TAB width in RichViewEdit?

1,can i set TAB char width in RichViewEdit?
2,i want to addNL with CR or LF, what cai i do?
by OldHawk
Thu Mar 30, 2006 12:31 am
Forum: Support
Topic: How to get all text?
Replies: 5
Views: 17193

hi,GetAllText return string with no picture`s name? i want get it too.
by OldHawk
Thu Mar 30, 2006 12:23 am
Forum: Support
Topic: How to get all text?
Replies: 5
Views: 17193

thanks,i`m waiting for...