Executing TrvActionFontColor closes the parent PopupEdit
Posted: Tue Dec 16, 2014 5:13 pm
Hello,
I'm using RichViewEdits + toolbars with some RichViewActions on them in two different ways:
1. On a normal form, which is being showed modal
2. On a form, which gets assigned to a cxGrid column as its PopupEdit
In the second case there is a problem, that once I execute the ToolButton with TrvActionFontColor assigned to it, the ColorPicker gest showed, which closes my PopupEdit, so that only the ColorPicker remains visible and any selected color doesn't have any effect.
Is there a way to change this behaviour somehow? To pass in a panel placed on the form, which gets filled with color selection buttons without to show the ColorPicker-form maybe?
Wanted to try to use a RVColorCombo, but
- don't see how to get it to work with a certain RichViewEdit and
- it seems to use the same ColorPicker as the TrvActionFontColor
I'm using RichViewEdits + toolbars with some RichViewActions on them in two different ways:
1. On a normal form, which is being showed modal
2. On a form, which gets assigned to a cxGrid column as its PopupEdit
In the second case there is a problem, that once I execute the ToolButton with TrvActionFontColor assigned to it, the ColorPicker gest showed, which closes my PopupEdit, so that only the ColorPicker remains visible and any selected color doesn't have any effect.
Is there a way to change this behaviour somehow? To pass in a panel placed on the form, which gets filled with color selection buttons without to show the ColorPicker-form maybe?
Wanted to try to use a RVColorCombo, but
- don't see how to get it to work with a certain RichViewEdit and
- it seems to use the same ColorPicker as the TrvActionFontColor