Re: [osg-users] Help. KeyboardEventHandler and native keyboard layout bug in Linux

2009-05-23 Thread Maxim Gammer
, but it does make for more congenial communication so please could you sign your post with your first name. 2009/5/20 Maxim Gammer maxgam...@gmail.com: I have looked src/osgViewer/GraphicsWindowX11.cpp and it helped to localise my problem. I printed the debug info with osg::notify in key points

Re: [osg-users] Help. KeyboardEventHandler and native keyboard layout bug in Linux

2009-05-23 Thread Maxim Gammer
Hi! I think I've found the reason of keyboard layout problem in Linux. Executing the debug process, I found where the key code had been lost. The problem was in GraphicsWindowX11::adaptKey function, to be more precise in the following: if (remappedKey 0xff00) { // special keyboard

Re: [osg-users] Help. KeyboardEventHandler and native keyboard layout bug in Linux

2009-05-21 Thread Maxim Gammer
, but it does make for more congenial communication so please could you sign your post with your first name. 2009/5/20 Maxim Gammer maxgam...@gmail.com: I have looked src/osgViewer/GraphicsWindowX11.cpp and it helped to localise my problem. I printed the debug info with osg::notify in key points

Re: [osg-users] Help. KeyboardEventHandler and native keyboard layout bug in Linux

2009-05-20 Thread Maxim Gammer
traversal. Since you're the one that can reproduce the problem, you are also the one best placed to look into what the specific issue is, the best we can do is point your in roughly the right directions to look. Robert. On Thu, May 14, 2009 at 8:31 AM, Maxim Gammer maxgam...@gmail.com wrote

Re: [osg-users] change particle sistems life time in run-time

2009-05-20 Thread Maxim Gammer
://forum.openscenegraph.org/viewtopic.php?p=12605#12605 ___ osg-users mailing list osg-users@lists.openscenegraph.org http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org -- Maxim Gammer

[osg-users] Help. KeyboardEventHandler and native keyboard layout bug in Linux

2009-05-14 Thread Maxim Gammer
): { int _key = ea.getKey(); std::cout key= _key std::endl; -- Maxim Gammer ___ osg-users mailing list osg-users@lists.openscenegraph.org http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Re: [osg-users] OSG and QT integration problem

2009-05-13 Thread Maxim Gammer
Thanks! 13 мая 2009 г. 17:15 пользователь Sergey Kurdakov sergey.fo...@gmail.com написал: Hi Maxim. BTW - in order everyone can address you properly, make some effort which makes it easier. example - do not use Cyrillic letters in mail header - it is not russian mail list. Next - sign

Re: [osg-users] QT and ModularEmitter (((

2009-05-13 Thread Maxim Gammer
Thanks! 2009/5/13 Antonin Linares antonin.lina...@onera.fr: Hi Gammer I v' the same trouble few day ago, i solved it by add -DQT_NO_EMIT to the compilation flags. cheers, Antonin Linares Максим Гаммер a écrit : Hi List. Problem QT and OSG ModularEmitter make ... ...

Re: [osg-users] OSG and QT integration problem

2009-05-13 Thread Maxim Gammer
Thanks! 13 мая 2009 г. 18:08 пользователь Maxim Gammer maxgam...@gmail.com написал:  Thanks! 13 мая 2009 г. 17:15 пользователь Sergey Kurdakov sergey.fo...@gmail.com написал: Hi Maxim. BTW - in order everyone can address you properly, make some effort which makes it easier. example

[osg-users] KeyboardEventHandler and native keyboard layout bug in Linux

2009-05-13 Thread Maxim Gammer
): { int _key = ea.getKey(); std::cout key= _key std::endl; -- Maxim Gammer ___ osg-users mailing list osg-users@lists.openscenegraph.org http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

<    1   2