eGUI Console wihout scrollbars

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

eGUI Console wihout scrollbars

跳至解决方案
1,824 次查看
Thommi_Tulpe
Contributor IV

Hello,

I need a Console without the scrollbars.

How can I declare a console without scrollbars?  I did not find this in the GUI (D4D) Manual DRM116 Ref 2.

 

Thanks

Thomas

0 项奖励
回复
1 解答
1,588 次查看
Thommi_Tulpe
Contributor IV

Thank You Luis,

that helps.

在原帖中查看解决方案

0 项奖励
回复
2 回复数
1,588 次查看
LuisCasado
NXP Employee
NXP Employee

Hello,

 

These are the default console scroll bar properties:

// Console scroll bars default properties//#define D4D_CNSL_F_SCRLBRS_DEFAULT  (D4D_OBJECT_F_ENABLED | D4D_OBJECT_F_TOUCHENABLE | D4D_OBJECT_F_FASTTOUCH | D4D_OBJECT_F_FOCUSRECT)

 If you comment out that line in d4d_user_cfg.h and don't enable the scroll bars, they should not be shown.

 

Best Regards,

 

Luis

0 项奖励
回复
1,589 次查看
Thommi_Tulpe
Contributor IV

Thank You Luis,

that helps.

0 项奖励
回复