Add text with different formats in a cell

General TRichView support forum. Please post your questions here
leandersantosm
Posts: 20
Joined: Fri Jun 03, 2011 8:33 pm

Post by leandersantosm »

Forget the error leaving the form, I fixed it.

Back to the tables, if I create a new table before the table that works fine, this new table will have the error of List index.
Sergey Tkachenko
Site Admin
Posts: 17310
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

What's the stack at the moment of exception?
When the exception occurs, open a call stack window (menu View | Debug Windows | Call Stack), Ctrl+A, then Ctrl+C to select to the Clipboard.
Sergey Tkachenko
Site Admin
Posts: 17310
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

For any case, if you do not use the latest version of TRichView & ScaleRichView, try to update them.
leandersantosm
Posts: 20
Joined: Fri Jun 03, 2011 8:33 pm

Post by leandersantosm »

TList.Error('List index out of bounds (%d)',-60)
TList.Error($41D53C,-60)
TList.Get(-60)
TRVTableRow.Get(???)
TRVTableRows.GetMainCell(3,-60,3,-60)
TSRichViewEdit.checkTable(???,242,387,???)
TSRichViewEdit.MouseMove([],266,282)
TControl.WMMouseMove((512, 0, 266, 282, (266, 282), 0))
TControl.WndProc((512, 0, 18481418, 0, 0, 0, 266, 282, 0, 0))
TWinControl.WndProc((512, 0, 18481418, 0, 0, 0, 266, 282, 0, 0))
TSRichViewEdit.WndProc((512, 0, 18481418, 0, 0, 0, 266, 282, 0, 0))
TWinControl.MainWndProc((512, 0, 18481418, 0, 0, 0, 266, 282, 0, 0))
StdWndProc(396010,512,0,18481418)
TApplication.ProcessMessage((396010, 512, 0, 18481418, 3639300, (755, 581)))
TApplication.HandleMessage
TApplication.Run
ULTRASIS_SGLI
leandersantosm
Posts: 20
Joined: Fri Jun 03, 2011 8:33 pm

Post by leandersantosm »

I'm using RichView 11.0.2 (checked on readme.txt).
Sergey Tkachenko
Site Admin
Posts: 17310
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

This is quite old version. Especially ScaleRichView that was VERY improved since that time. May be the problem is because of a bug in that version of ScaleRichView.
Send me a private message with information about your order(s) (for example, email address. I'll send instructions about updating.
leandersantosm
Posts: 20
Joined: Fri Jun 03, 2011 8:33 pm

Post by leandersantosm »

[...]
I guess he was requesting the new version by mail contact yesterday.
The version was already sent to him?
If yes, I will update the components.
Thanks.
Sergey Tkachenko
Site Admin
Posts: 17310
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

I sent TRichView 12 + ScaleRichView 3 (they are free for you). Try them, may be the problem is already fixed.
Post Reply