eGUI Console wihout scrollbars

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

eGUI Console wihout scrollbars

Jump to solution
1,081 Views
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 Kudos
1 Solution
845 Views
Thommi_Tulpe
Contributor IV

Thank You Luis,

that helps.

View solution in original post

0 Kudos
2 Replies
845 Views
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 Kudos
846 Views
Thommi_Tulpe
Contributor IV

Thank You Luis,

that helps.

0 Kudos