RUNaum
Цитата:
Вопрос:
"How can I use the dxBarPopupMenu with standard controls ?
I mean assigning the dxBarPopupMenu with a control in its
PopUpMenu property. Is it possible or the dxBarPopupMenu
could be only used with dxBars components ? I would like to
have identical menus in my whole application and not
your, modern menus in one place and standard in other."
Ответ:
in the OnContextPopup of your control
add this
dxBarPopupMenu1.PopupFromCursorPos;
Handled := True;
Сам я это не проверял, попробуй.
Цитата:
как прицепить dxBarPopupMenu на попап формы TForm
Вопрос:
"How can I use the dxBarPopupMenu with standard controls ?
I mean assigning the dxBarPopupMenu with a control in its
PopUpMenu property. Is it possible or the dxBarPopupMenu
could be only used with dxBars components ? I would like to
have identical menus in my whole application and not
your, modern menus in one place and standard in other."
Ответ:
in the OnContextPopup of your control
add this
dxBarPopupMenu1.PopupFromCursorPos;
Handled := True;
Сам я это не проверял, попробуй.