Search found 35 matches
- Sun Mar 04, 2007 5:45 pm
- Forum: Support
- Topic: Search conception in TRichView
- Replies: 16
- Views: 54647
You can concatenate each item while searching and see if that matches the search text. For example, if you need multiple items to search, keep a 'pointer' to the first item. If that item is not long enough, add the second item and match again. If this is still too shot, keep adding items until the ...
- Tue Jun 13, 2006 6:28 pm
- Forum: Support
- Topic: Rotated Text
- Replies: 1
- Views: 10339
- Wed Mar 22, 2006 9:34 am
- Forum: Support
- Topic: who can help me?
- Replies: 11
- Views: 39174
- Wed Mar 22, 2006 7:27 am
- Forum: Support
- Topic: who can help me?
- Replies: 11
- Views: 39174
Use Synchronize
Before you do *anything* else, take a note of the comment in your thread-classes. You totally omit the use of Synchronize: { Important: Methods and properties of objects in visual components can only be used in a method called using Synchronize, for example, Synchronize(UpdateCaption); and ...
- Tue Mar 07, 2006 11:30 am
- Forum: Support
- Topic: How reduce the space in memory of TRichEdit?
- Replies: 4
- Views: 19121
- Sat Feb 18, 2006 9:04 pm
- Forum: Support
- Topic: Send RichViewEdit Text though a Socket?
- Replies: 3
- Views: 17560
I would not send RV-Internal objects but use a serializer and deserializer to send text and object through a socket.
There are plenty of examples out there that hint you on how to implement serialization. Here you have one example for an XML Serializer:
http://www.dragonsoftru.com/delphi_vcl.php
There are plenty of examples out there that hint you on how to implement serialization. Here you have one example for an XML Serializer:
http://www.dragonsoftru.com/delphi_vcl.php
- Thu Feb 16, 2006 10:21 pm
- Forum: Support
- Topic: OpenDocument support
- Replies: 17
- Views: 67930
Development update: Importing OpenDocument files appears to be quite challenging to say at least. Due to some limitations, not all options of all documents can be supported. My primary focus at the moment is still reading the documents in the best way possible. The output file can be substantially ...
- Wed Feb 15, 2006 7:55 am
- Forum: Support
- Topic: Printing barcode
- Replies: 2
- Views: 15339
If you need simple barcodes, then there may be a font that can do the trick for you.
Font a free Code39 here for example:
http://www.idautomation.com/fonts/free/
Note that for most barcodes to work, you need to start and end the code with an asterisk (*)
Font a free Code39 here for example:
http://www.idautomation.com/fonts/free/
Note that for most barcodes to work, you need to start and end the code with an asterisk (*)
- Wed Jan 04, 2006 6:53 pm
- Forum: Support
- Topic: .NET Version
- Replies: 1
- Views: 11601
Please use the search before posting questions:
http://www.trichview.com/forums/viewtop ... hlight=net
http://www.trichview.com/forums/viewtop ... hlight=net
- Fri Dec 02, 2005 9:43 pm
- Forum: Support
- Topic: Large Docs with Many Pictures
- Replies: 6
- Views: 27671
- Wed Nov 30, 2005 8:08 am
- Forum: Support
- Topic: Suitability for a programmer's editor
- Replies: 4
- Views: 19132
- Fri Nov 25, 2005 9:29 am
- Forum: Support
- Topic: OpenDocument support
- Replies: 17
- Views: 67930
- Tue Nov 22, 2005 11:17 am
- Forum: Support
- Topic: OpenDocument support
- Replies: 17
- Views: 67930
- Wed Nov 09, 2005 6:41 am
- Forum: Support
- Topic: Live Spellcheck slow speed
- Replies: 5
- Views: 24627
- Sat Nov 05, 2005 10:12 pm
- Forum: Support
- Topic: Inline styles
- Replies: 4
- Views: 23160