i'm solved.
richview is ok, the problem was in my lexer part of program.
sorry for stupid question
Search found 7 matches
- Tue Jul 11, 2006 8:42 pm
- Forum: Support
- Topic: problem with character "ì"
- Replies: 2
- Views: 10538
- Tue Jul 11, 2006 6:25 am
- Forum: Support
- Topic: problem with character "ì"
- Replies: 2
- Views: 10538
problem with character "ì"
hi, i have a problem:
when i add text to a richview, if the word have the character "ì", this one is not displayed.
any solution ?
thanks
when i add text to a richview, if the word have the character "ì", this one is not displayed.
any solution ?
thanks
- Thu Mar 09, 2006 9:25 pm
- Forum: Support
- Topic: [Help] Save style to ini file
- Replies: 6
- Views: 20489
- Thu Mar 09, 2006 6:20 pm
- Forum: Support
- Topic: [Help] Save style to ini file
- Replies: 6
- Views: 20489
- Thu Mar 09, 2006 3:55 pm
- Forum: Support
- Topic: [Help] Save style to ini file
- Replies: 6
- Views: 20489
- Wed Mar 08, 2006 1:53 pm
- Forum: Support
- Topic: [Help] Save style to ini file
- Replies: 6
- Views: 20489
[Help] Save style to ini file
hi, i need to save a runtime created style to an ini file.
my style has 3 textstyles and 3 parastyles (used for alignment), and i save it with:
StileRich->SaveINI(filename,index);
but it save all 3 textstyles, but noone parastyles.
and also...what should the index value be?
thanks and bye
my style has 3 textstyles and 3 parastyles (used for alignment), and i save it with:
StileRich->SaveINI(filename,index);
but it save all 3 textstyles, but noone parastyles.
and also...what should the index value be?
thanks and bye
- Sun Feb 05, 2006 11:13 am
- Forum: Support
- Topic: RichView no resizable and linked to another for overflow
- Replies: 1
- Views: 10036
RichView no resizable and linked to another for overflow
hi, i'm using TRichView for BCB6. I need to create a RichView that have pre-setted dimension with no horizontal and vertical scrollbar, in wich load from file a text to put in until it can be fitted. the remaining overflow text must go to another RichView, and another, another until all text of file ...