Page 1 of 1

working with footnote and editfootnote

Posted: Sun Apr 08, 2012 7:42 pm
by alexandreq
Hello Sergey,

I have a small project where I have three buttons, one for srvActionInsertFootnote1 another for srvActionEditNote1 and the last for srvActionEditMain1.

When I insert a footnote, it works perfectly. When I click the EditMain, it returns to my text without any problem, but when I need to reedit my note and I click the action EditNote, It open the footnote but it doesn't allow me to edit it. It seems that the text in footnote is readonly.

Why?

Thanks
Alexandre

Posted: Sun Apr 08, 2012 11:28 pm
by alexandreq
Just a comment

I noticed that not always happens.

Posted: Mon Apr 09, 2012 5:49 pm
by Sergey Tkachenko
Can you give me step-by-step instructions how to reproduce this?

Posted: Wed Apr 11, 2012 2:51 pm
by alexandreq
Hi Sergey,

I noticed that when I have a footnote and my cursor is on it this option srvActionEditNote1 becomes on. Then if I click on srvActionEditNote1, it goes to footnote. it is ok so far.

If I try to write the footnote, I can't. I can only write if my table is in state dsEdit or dsInsert.

My question:

When I click on the actionEditNote, shouldn't it goes to footnote allowing me to write?

Posted: Wed Apr 11, 2012 6:00 pm
by Sergey Tkachenko
This is a bug in TDBSRichViewEdit: a footnote/endnote editor cannot change the dataset to dsEdit state. It will be fixed in the next update (planned for tomorrow)

Posted: Wed Apr 11, 2012 6:16 pm
by alexandreq
Ok, Sergey.

Posted: Fri Apr 13, 2012 8:14 am
by Sergey Tkachenko
A fixed version is uploaded.

Posted: Fri Apr 13, 2012 12:52 pm
by alexandreq
Hello Sergey,

I download the updated:

* TRichView 13.10
* RichViewActions 3.6

I updated my code and I still have the same problem.

When I click on my button that has srvActionEditNote1, it goes to footnote but doesn't change the table state to dsEdit.

Posted: Fri Apr 13, 2012 5:48 pm
by Sergey Tkachenko
You need to download and install ScaleRichView 4.6 as well.

Posted: Fri Apr 13, 2012 6:15 pm
by alexandreq
Ok, I am gonna do that.

Just one think,

The installation is trial, is it? is that the right download?

Posted: Fri Apr 13, 2012 6:29 pm
by Sergey Tkachenko
No. You have access to the protected ScaleRichView forum (it should be the last forum in the list). You can find the source code version here.

Or you can run ScaleRichView installer, it will check for new versions and download them if necessary.

Posted: Fri Apr 13, 2012 6:35 pm
by alexandreq
Yeah, I had made a mistake.

I downloaded the correct file

Thanks very much Sergey

It is ok now :)) I have tested.