Error when add popmenu to FNCTreeView

Hello everyone, I have the following problem, I am adding a TWebPopMenu to a FCNTreeView, when compiling it shows me the following error

[Error] uwCnfgrcionTree.pas(735): Incompatible types: got "WEBLib.Menus.TPopupMenu" expected "WEBLib.TMSFNCTypes.TPopupMenu"

how can I solve that?

Thank you

Hi,

There is currently no TPopupMenu support in FNC. The PopupMenu property that can be assigned comes from the VCL version, which is used in the TMS WEB Core application to render designtime preview. We'll look into this as soon as possible.