Search found 3 matches

by robnet
Tue Aug 22, 2006 11:20 am
Forum: Support
Topic: Minimum table cell width
Replies: 1
Views: 8484

Minimum table cell width

I am trying to set a table cell width to fit its contents. Is there a method in table that does this, or do the width of the contents need to be calculated in pixels, and then the cell bestwidth set to that?

The cell contents are text.

Br,

Robnet
by robnet
Thu Mar 30, 2006 1:16 am
Forum: Support
Topic: Adding unicode.
Replies: 3
Views: 13758

Overline

Thanks Sergey, that worked perfectly, and we were able to have it stream correctly as RTF back into TRichview. However, the overline style does not seem to stream back correctly. I've tested several properties in RTFReadProperties, but none seem to work. I simply want to add overline to text, save ...
by robnet
Sat Mar 18, 2006 2:48 pm
Forum: Support
Topic: Adding unicode.
Replies: 3
Views: 13758

Adding unicode.

I've search through the help fille, the demo files, and this forum but have not found explicit instructions for adding unicode to TRichview. This has been set: TRVStyle.TextStyles[].Unicode = TRUE; For example, if I want to add a square root symbol, unicode is 221A (or U-221A or 0000 221A). How is ...