Hi,
Im trying to hide the scrollbars of a patch window.
This is as far as I got:
[bang]
|
[window_name]
|
[pack forget $1.scrollhort] or [pack forget $1.scrollvert]
|
[sys_gui]
But... nothing happens...
What am I doing wrong?
Hiding scrollbars...
Hi,
Im trying to hide the scrollbars of a patch window.
This is as far as I got:
[bang]
|
[window_name]
|
[pack forget $1.scrollhort] or [pack forget $1.scrollvert]
|
[sys_gui]
But... nothing happens...
What am I doing wrong?
I stumbled upon the solution:
use 'xscroll' instead of 'scrollhort' and 'yscroll' instead of 'scrollvert'
I suppose this is new 0.43 lingo...
Oops! Looks like something went wrong!