eGUI Console wihout scrollbars

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

eGUI Console wihout scrollbars

ソリューションへジャンプ
1,782件の閲覧回数
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,546件の閲覧回数
Thommi_Tulpe
Contributor IV

Thank You Luis,

that helps.

元の投稿で解決策を見る

0 件の賞賛
返信
2 返答(返信)
1,546件の閲覧回数
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,547件の閲覧回数
Thommi_Tulpe
Contributor IV

Thank You Luis,

that helps.

0 件の賞賛
返信