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
Unable to let work TrvActionFontBold (and similar) action
-
- Site Admin
- Posts: 17557
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
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.multy wrote:Ok I'll try as soon as possibleSergey Tkachenko wrote:Can you reproduce this problem in a simple project?
If yes, please send it to me.