Topic: Window without scrollbars (1 of 1), Read 12 times
Conf: VEDIT Macro Language Support
From: Pauli Lindgren
Date: Wednesday, January 16, 2008 10:28 AM

One thing that has been bugging me when working with macros such as cfunc.vdm is that you can not control if the scrollbars are displayed. Command

Win_Create(w,l,c,nl,nc,FULLBORDER) or
Win_Create(w,l,c,nl,nc,MINBORDER)

creates window with no scrollbars.
(By the way, "FULLBORDER" for no scrollbars does not sound very logical.)

However, as soon as the main window is updated (in cfunc.vdm by pressing cursor left or right), the scrollbars appear and there is no way to remove them.

I would like to have a mode where the scrollbars would stay away.

--
Pauli