symbian 输入控件不显示输入法解决:

1.保证HandlePointerEventL中调用基类的HandlePointerEventL

2.保证作为组合控件

virtual TInt CountComponentControls() const;

virtual CCoeControl* ComponentControl(TInt aIndex) const;

相关文章:

  • 2022-12-23
  • 2022-01-07
  • 2022-12-23
  • 2021-08-06
  • 2021-06-22
  • 2021-08-10
  • 2021-09-24
猜你喜欢
  • 2022-12-23
  • 2021-08-15
  • 2021-06-27
  • 2022-02-08
  • 2021-07-11
  • 2021-10-23
  • 2022-01-02
相关资源
相似解决方案