frxDesigner No work Pop Menu

hi, i use frxDesigner, but this NO show pop menu, this view clear...


popmenu.jpg

Comments

  • edited 3:38PM
    The problem occurs when I add the theme to your project
  • gpigpi
    edited 3:38PM
    Try to use a hack to register empty styles.
    Uses ... .Vcl.Controls, Vcl.Forms, Vcl.Dialogs, frxClass, Vcl.Themes,
    Vcl.Styles, frxPreview, Vcl.ComCtrls, Vcl.ToolWin, Vcl.ExtCtrls, Vcl.StdCtrls, frxDock, frxCtrls;
    ...
    ...
    TStyleManager.Engine.RegisterStyleHook(TfrxPreviewForm, TStyleHook);
    TStyleManager.Engine.RegisterStyleHook(TToolBar, TStyleHook);
    TStyleManager.Engine.RegisterStyleHook(TStatusBar, TStyleHook);
    TStyleManager.Engine.RegisterStyleHook(TStatusPanel, TStyleHook);
    TStyleManager.Engine.RegisterStyleHook(TfrxTBPanel, TStyleHook);
    TStyleManager.Engine.RegisterStyleHook(TButton, TStyleHook);
    TStyleManager.Engine.RegisterStyleHook(TEdit, TStyleHook);
    TStyleManager.Engine.RegisterStyleHook(TfrxComboBox, TStyleHook);
    frxReport1.ShowReport();
    TStyleManager.Engine.UnRegisterStyleHook(TButton, TStyleHook);
    TStyleManager.Engine.UnRegisterStyleHook(TEdit, TStyleHook);
    TStyleManager.Engine.UnRegisterStyleHook(TToolBar, TStyleHook);
    TStyleManager.Engine.UnRegisterStyleHook(TStatusBar, TStyleHook);
    TStyleManager.Engine.UnRegisterStyleHook(TStatusPanel, TStyleHook);
    ...

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.