Search found 7 matches

by sliver80
Tue Jul 11, 2006 8:42 pm
Forum: Support
Topic: problem with character "ì"
Replies: 2
Views: 10538

i'm solved.
richview is ok, the problem was in my lexer part of program.

sorry for stupid question
by sliver80
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
by sliver80
Thu Mar 09, 2006 9:25 pm
Forum: Support
Topic: [Help] Save style to ini file
Replies: 6
Views: 20489

great, it's a nice idea. :wink:

i really didn't think in this way and i masked like a stupid the red border (and before saveini problem it seem all ok) :oops:

thank a lot, sergey :wink:
by sliver80
Thu Mar 09, 2006 6:20 pm
Forum: Support
Topic: [Help] Save style to ini file
Replies: 6
Views: 20489

problem solved !!! :D i forgot to do: "boxTemp->StileRich->ParaStyles->Add();" before defining the Items[2] of ParaStyles and maybe the saveini doesn't save the 0 and 1 because go crazy. thanks Sergey ps: i don't understand why without ParaStyles->Add(), i haven't "List index out of bound" error.
by sliver80
Thu Mar 09, 2006 3:55 pm
Forum: Support
Topic: [Help] Save style to ini file
Replies: 6
Views: 20489

hi,
the problem is that in the ini file i have all the textstyles information, but only ParasCount and ParaStyleName information of the parastyles, so i lost alignment information.

however i'll see the RichViewActions demo.

thanks
by sliver80
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
by sliver80
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 ...