Page 1 of 1

Unable to let work TrvActionFontBold (and similar) action

Posted: Fri Nov 06, 2015 11:13 am
by multy
Hi, I'm trying to let work some kind of actions like TrvActionFontBold, TrvActionParaBullets but I'm not capable.

I'm creating a TDBRichViewEdit at runtime. Also the actions are created at runtime to be used in a customized TActionBar. Some actions like TrvActionCut, TrvActionInsertHLine and others works fine but the action that act to font properties or bullet doesn't work. I create also TRVStyle at runtime (at design time the form is clear). Maybe I'm missing some component or some connection. When I click the bold button I can see that the undo button is hilighted but I don't see any visual change on text that should be bolded.

What I'm doing wrong?

Thanks Davide

Posted: Fri Nov 06, 2015 2:38 pm
by Sergey Tkachenko
Can you reproduce this problem in a simple project?
If yes, please send it to me.

Posted: Mon Nov 09, 2015 9:09 am
by multy
Sergey Tkachenko wrote:Can you reproduce this problem in a simple project?
If yes, please send it to me.
Ok I'll try as soon as possible

Posted: Wed Nov 11, 2015 10:03 am
by multy
multy wrote:
Sergey Tkachenko wrote:Can you reproduce this problem in a simple project?
If yes, please send it to me.
Ok I'll try as soon as possible
I discovered the problem: it was in assigning the groupindex and autocheck properties to the action related; it is not necessary and if done create that strange behaviour.