I am using :
GEM: ver: 0.93.git 7747518
GEM: compiled: Jun 23 2015
with Pd 0.46.5
on Ubuntu 15.04
And when i create a gemwin with border 0, [gemkeyname] and [gemkeyboard] don't work anymore : they don't output any value.
I can see mouse events but nothing with keyboard.
++
Jack
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
using a recent git installation, gemkeyname is an abstraction comming from : /user/local/lib/pd/extra/gem
and everything is working as expected.
(ubuntu 14.04)
cyrille
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have no problem to use [gemkeyname] or [gemkeyboard] with [border 1( on [gemwin], but it doesn't work when i send [border 0( (when i use fullscreen).
++
Jack
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hmm, weird, when i create a gemwin with border, i can switch to the gemwin with the shortcut ALT+tab, but when i create it with border 0, it doesn't appear when i use the same shortcut.
And, if i click on the gemwin, the last window (pd patch) stays selected.
It is strange, because with the old version of Gem (without gemwin abstraction), everything was OK with no border.
++
Jack
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Sorry for the noise, the problem is not related with the shortcut. I have the same behavior when i use Gem with gemwin, gemkeyname, gemkeyboard as objects, where everything works.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
fixed with [dbb097], where
[gemkey*]objects are replaced by abstractionsRelated
Commit: [dbb097]
Hello,
I re-open this discussion.
I am using :
GEM: ver: 0.93.git 7747518
GEM: compiled: Jun 23 2015
with Pd 0.46.5
on Ubuntu 15.04
And when i create a gemwin with border 0, [gemkeyname] and [gemkeyboard] don't work anymore : they don't output any value.
I can see mouse events but nothing with keyboard.
++
Jack
did you do a "make install"? are you by chance mixing the abstractions with an older Gem installation?
Here it is what i do :
$ git pull
Already up-to-date.
$ ./configure --with-pd=/usr/local/include/pd
...
$ make
...
$ sudo make install
...
++
Jack
where from are the
[gemkey*]abstractions loaded? (run Pd with-verbose)From :
/usr/local/lib/pd/extra/Gem/gemkeyname.pd
(tried /usr/local/lib/pd/extra/Gem/gemkeyname.pd and succeeded)
++
Jack
using a recent git installation, gemkeyname is an abstraction comming from : /user/local/lib/pd/extra/gem
and everything is working as expected.
(ubuntu 14.04)
cyrille
I have no problem to use [gemkeyname] or [gemkeyboard] with [border 1( on [gemwin], but it doesn't work when i send [border 0( (when i use fullscreen).
++
Jack
that is a different issue, and related to root-windows and focus.
please open another ticket, ifyou feel that this is really a bug in Gem (which i'm not so sure, but that's just my defensive standard reply)
Hmm, weird, when i create a gemwin with border, i can switch to the gemwin with the shortcut ALT+tab, but when i create it with border 0, it doesn't appear when i use the same shortcut.
And, if i click on the gemwin, the last window (pd patch) stays selected.
It is strange, because with the old version of Gem (without gemwin abstraction), everything was OK with no border.
++
Jack
Sorry for the noise, the problem is not related with the shortcut. I have the same behavior when i use Gem with gemwin, gemkeyname, gemkeyboard as objects, where everything works.