I'm looking for a simple command line like:

 

[.x18ba4470 configure -menu kioskmenu(

|

[hcs/sys_gui]

 

But instead of kiosking the menu it should scroll my window . . .

Unfortunately I have never done any TCL/TK programming. So I have no idea what I'm doing.

I find bits of information one by one but I have no clue how to put it together.

 

 

From: Pd-list [mailto:pd-list-bounces@lists.iem.at] On Behalf Of Ingo
Sent: Sunday, June 13, 2021 11:53 AM
To: pd-list@lists.iem.at
Subject: Re: [PD] panning window (touchscreen) with [hsc/sys_gui] on Linux

 

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