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
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
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: mailto:pd-list@lists.iem.at 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
On Sun, Jun 13, 2021 at 5:55 AM Ingo ingo@miamiwave.com wrote:
I tried endless variations like e.g.
> [xscroll 5 units .x19889478( = [xscroll 5 units window_name] or -xscroll or xscrollcommand, etc.
| [hcs/sys_gui]
I'm no Tcl/Tk expert but I wold naively assume that 'units' is implied and isn't part of the command, so just {xscroll 5 .x19889478( ought to work,
Martin
Thanks, Martin,
I have tried without "units" as well.
The manual mentions several options like units or pages. So somehow it should be specified.
Ingo
-----Original Message----- From: Martin Peach [mailto:chakekatzil@gmail.com] Sent: Sunday, June 13, 2021 6:39 PM To: Ingo Cc: Pd-List Subject: Re: [PD] panning window (touchscreen) with [hsc/sys_gui] on Linux
On Sun, Jun 13, 2021 at 5:55 AM Ingo ingo@miamiwave.com wrote:
I tried endless variations like e.g.
> [xscroll 5 units .x19889478( = [xscroll 5 units window_name] or -xscroll or xscrollcommand, etc.
| [hcs/sys_gui]
I'm no Tcl/Tk expert but I wold naively assume that 'units' is implied and isn't part of the command, so just {xscroll 5 .x19889478( ought to work,
Martin