Hi thanks Sergey for your time,
I have managed to resolve this now by trapping WMDROPFILES which allows me to open both .DIZ and .NFO and .TXT with no problems everytihng else is ignored.
Thanks
parad0x
Search found 14 matches
- Sat Nov 03, 2007 7:06 pm
- Forum: Support
- Topic: Drag & Drop Problems - Need Advice
- Replies: 3
- Views: 11831
- Wed Oct 31, 2007 4:58 am
- Forum: Support
- Topic: Drag & Drop Problems - Need Advice
- Replies: 3
- Views: 11831
Drag & Drop Problems - Need Advice
I have TRichViewEdit set up to be used as a Viewer only, ie: I have Read Only set to true and I hide the caret. The problems I am having is that I now need to accept Drag & Drop but I can't because Read Only is True! How can I detect that a File is over the RichEdit control and switch Read Only to ...
- Mon Sep 24, 2007 1:03 am
- Forum: Support
- Topic: Copy & SelectAll Greyed out
- Replies: 2
- Views: 10299
- Mon Sep 24, 2007 12:55 am
- Forum: Support
- Topic: Copy & SelectAll Greyed out
- Replies: 2
- Views: 10299
- Mon Sep 24, 2007 12:22 am
- Forum: Support
- Topic: Copy & SelectAll Greyed out
- Replies: 2
- Views: 10299
Copy & SelectAll Greyed out
I am using the TRichViewActions - rvActionCopy1 & rvActionSelectAll1 on a TRichView.
I have 1 TextStyle that is set to Unicode. The problem is that on a PopUpMenu both Select All and Copy are greyed out and will not copy or select anything.
Does rvActions work with a TRichView?
Many thanks
I have 1 TextStyle that is set to Unicode. The problem is that on a PopUpMenu both Select All and Copy are greyed out and will not copy or select anything.
Does rvActions work with a TRichView?
Many thanks
- Sat Dec 02, 2006 11:03 am
- Forum: Support
- Topic: Date/Time Insertion - Cursor Position
- Replies: 3
- Views: 13579
- Fri Dec 01, 2006 9:08 pm
- Forum: Support
- Topic: Date/Time Insertion - Cursor Position
- Replies: 3
- Views: 13579
Date/Time Insertion - Cursor Position
Hi, I am Inserting the Date / Time into a TRichViewEdit from a TListBox from a Seperate Form but everytime I call Format or Reformat or even FormatTail it only Inserts the Date or Time at the bottom of the document. How can I have it to Insert it at the Current Cursor Position? Many Thanks Parad0x
- Wed Nov 08, 2006 7:15 pm
- Forum: Support
- Topic: RTF Question
- Replies: 4
- Views: 15158
Hi, I made a Unit for the TFileStreams - Encrypt / Decrypt routines: Encrypt procedure TCrypto.Encrypt(Stream: TStream; OutFile: TStream); Var Dest : TMemoryStream; begin try Stream.Seek(0,soFromBeginning); Dest := TMemoryStream.Create(OutFile); Cipher.InitStr(Password,TDCP_sha512); // initialize ...
- Tue Nov 07, 2006 8:14 pm
- Forum: Support
- Topic: RTF Question
- Replies: 4
- Views: 15158
Hello Sergey, Thank You for replying. I have just tried an experiment using FileStreams instead of MemoryStreams and RichViewEdit keeps the formatting once it's been Decrypted just fine. I realise that this is now not related to your component, but I know you are a good programmer! Do you have any ...
- Mon Nov 06, 2006 1:07 pm
- Forum: Support
- Topic: RTF Question
- Replies: 4
- Views: 15158
RTF Question
Hi, I am using the RichViewEdit Component and I need to be able to Encrypt Rich Text Format so that it keeps the formatting after it has been Decrypted. I was at first just using the normal TRichEdit, but this is way to limited for what I need to do. TRichViewEdit is amazing but I am having real ...
- Fri Sep 22, 2006 7:53 pm
- Forum: Support
- Topic: RichViewEdit and Streams
- Replies: 3
- Views: 13712
RichViewEdit and Streams
Hi, Thank you very much for replying, I have tried what you suggested and it works ok but I did notice that it adds a clear line at the beginning of the inserted stream. Here is what I have done: //---------------------------------------------------------------------------------- procedure TForm1 ...
- Fri Sep 22, 2006 12:05 am
- Forum: Support
- Topic: RichViewEdit and Streams
- Replies: 3
- Views: 13712
RichViewEdit and Streams
Hi, I am trying to Encrypt and Decrypt RTF in a TMemoryStream using TRichViewEdit but I am having major problems with it. To Encrypt/Decrypt I'm using the DCPcrypt latest versions the Encryption Component I'm using is TDCP_rc4 I Encrypt the RTF like this: procedure TForm1.Button1Click(Sender ...
- Sun Feb 19, 2006 7:07 am
- Forum: Support
- Topic: Send RichViewEdit Text though a Socket?
- Replies: 3
- Views: 17562
- Sat Feb 18, 2006 7:54 pm
- Forum: Support
- Topic: Send RichViewEdit Text though a Socket?
- Replies: 3
- Views: 17562
Send RichViewEdit Text though a Socket?
How is it possible to send RichViewEdit text through a Client Socket? I am trying to design a Chat program through TCP/IP Any advice would be welcome, a small example would be excellent! Many thanks. ps: TRichViewEdit & TRichView are the best Components available, I don't think anything even comes ...