Unfortunately in the TCL/TK documentation I cannot find a single command that does anything with [hcs/sys_gui] for scrolling - except for occasionally crashing Pd.
I found information about the commands for TCL and TK.
http://tcl.tk/man/tcl8.6/TclCmd/contents.htm
http://tcl.tk/man/tcl8.6/TkCmd/contents.htm
Unfortunately I cannot create any syntax that works for scrolling like the "wm" commands work.
I tried endless variations like e.g.
[xscroll 5 units .x19889478( = [xscroll 5 units window_name] or -xscroll or xscrollcommand, etc. |
[hcs/sys_gui]
Does anybody know the exact command that I would need for scrolling from within Pd using [sys_gui]?
Thanks!
Ingo
From: Pd-list [mailto:pd-list-bounces@lists.iem.at] On Behalf Of Ingo Sent: Saturday, June 12, 2021 3:40 PM To: pd-list@lists.iem.at Subject: [PD] panning window (touchscreen) with [hsc/sys_gui] on Linux
Hi,
I'd like to be able to pan through a window that is larger than my touch screen.
Does anyone know where I can find TCL/TK commands for panning that will work with [hcs/sys_gui]?
Thanks!
Ingo