From: Jorge S. S. <js...@gm...> - 2006-07-03 09:18:46
|
=20 well... really, I don't know. The Stage driver is supposed to be fixed in the CVS, but maybe this particular feature has been missed, at it isn't very important.=20 > -----Mensaje original----- > De: jav...@li...=20 > [mailto:jav...@li...] En=20 > nombre de Radu Bogdan Rusu > Enviado el: lunes, 03 de julio de 2006 11:00 > Para: jav...@li... > Asunto: Re: [Java-player-users] requestInterface() restrictions >=20 > You mean the Javaclient interface for Speech using Stage, or=20 > in general, the speech implementation of Stage? :) >=20 > Best, > R. >=20 > Jorge Santos Simon wrote: > > wow! Now it works fine! Thank you a lot > >=20 > > But it's very strange all the lines and points are drawn=20 > relative to=20 > > the robot position, instead of relative to the world coordinates=20 > > centre. I suppose this a P/S matter, so I will post there a=20 > question. > >=20 > > Just one bad new: the speech interface still doesn't work=20 > with Stage. > >=20 > >=20 > >> -----Mensaje original----- > >> De: jav...@li... > >> [mailto:jav...@li...]=20 > En nombre de=20 > >> Radu Bogdan Rusu Enviado el: viernes, 30 de junio de 2006 12:20 > >> Para: jav...@li... > >> Asunto: Re: [Java-player-users] requestInterface() restrictions > >> > >> Fixed! Thanks for the notice. Initially, the Graphics2D=20 > support was=20 > >> broken in Stage so I had to do a dirty hack to get it to=20 > work. Since=20 > >> then, Richard fixed it, so it was about time that we fix it too. > >> > >> You can get the updated code from SVN now. > >> > >> Usage example: > >> g2di.clearScreen (); > >> // PlayerGraphics2dCmdPoints p =3D new=20 > >> PlayerGraphics2dCmdPoints (); > >> PlayerGraphics2dCmdPolyline p =3D new=20 > PlayerGraphics2dCmdPolyline (); > >>=20=09=09 > >> PlayerColor color =3D new PlayerColor (); > >> color.setAlpha (0); > >> color.setRed (0); color.setGreen (0);=20 > color.setBlue (0xff); > >> p.setCount (200); > >>=20=09=09 > >> for (double r =3D 0; r < 1.0; r +=3D 0.05) { > >> PlayerPoint2d[] points =3D new PlayerPoint2d[64]; > >> for (int j =3D 0; j < 64; j++) { > >> points[j] =3D new PlayerPoint2d (); > >> points[j].setPx ((float)(r * > >> Math.cos (j * Math.PI / 32))); > >> points[j].setPy ((float)(r * > >> Math.sin (j * Math.PI / 32))); > >> } > >> p.setPoints (points); > >> p.setColor (color); > >> g2di.drawPolyline (p); > >> } > >> > >> Best, > >> Radu. > >> > >> Jorge Santos Simon wrote: > >>> Hi folks! > >>> > >>> I have two troubles when using Javaclient2 with Stage: > >>> > >>> - I'm unable to draw anything with the Graphics2D=20 > interface (or I=20 > >>> can't see the effects) > >>> - The speech interface doesn't work with Stage (ok, this > >> is not very > >>> important at all) > >>> > >>> I have noticed from the P/S users forum that the those=20 > problems are=20 > >>> solved in Stage, so I guess the problem can be in=20 > Javaclient. Have=20 > >>> anyone experienced such problems? > >>> > >>> I'm using CVS/SVN up to date versions of both P/S and Javaclient2 > >>> > >>> Thank you a lot > >>> Jorge > >>>=20=20 > >>> > >>>> -----Mensaje original----- > >>>> De: jav...@li... > >>>> [mailto:jav...@li...] > >> En nombre de > >>>> Radu Bogdan Rusu Enviado el: viernes, 30 de junio de 2006 11:09 > >>>> Para: jav...@li... > >>>> Asunto: Re: [Java-player-users] requestInterface() restrictions > >>>> > >>>> > >>>> Okay, fixed this one too (I think). > >>>> > >>>> I am committing everything to the SVN now, so please check > >> them out > >>>> later and test to see if they work. > >>>> > >>>> For Shawn: I added a few extra checks, so when you request > >> a certain > >>>> interface, Javaclient should never return another one. > >>>> > >>>> Cheers, > >>>> Radu. > >>>> > >>>> Kurt Konolige wrote: > >>>>> Hmm, not much traffic on this user group... > >>>>> > >>>>> requestInterfaceXXXX() functions can't be called after > >>>> runThreaded() > >>>>> is invoked, they hang or return the wrong result, or do=20 > other bad=20 > >>>>> things like run out of heap space if called repeatedly. > >>>>> > >>>>> Cheers --Kurt > >>>> -- > >>>> | Radu Bogdan Rusu | http://rbrusu.com/=20 > >>>> | http://www9.cs.tum.edu/people/rusu/ > >>>> | Intelligent Autonomous Systems > >>>> | Technische Universitaet Muenchen > >>>> > >>>> Using Tomcat but need to do more? Need to support web services,=20 > >>>> security? > >>>> Get stuff done quickly with pre-integrated technology to=20 > make your=20 > >>>> job easier Download IBM WebSphere Application Server > >>>> v.1.0.1 based on Apache Geronimo > >>>> http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057& > >>>> dat=3D121642 > >>>> _______________________________________________ > >>>> Java-player-users mailing list > >>>> Jav...@li... > >>>> https://lists.sourceforge.net/lists/listinfo/java-player-users > >>>> > >>> ______________________ > >>> Este mensaje, y en su caso, cualquier fichero anexo al > >> mismo, puede > >>> contener informacion clasificada por su emisor como > >> confidencial en > >>> el marco de su Sistema de Gestion de Seguridad de la Informacion=20 > >>> siendo para uso exclusivo del destinatario, quedando prohibida su=20 > >>> divulgacion copia o distribucion a terceros sin la autorizacion=20 > >>> expresa del remitente. Si Vd. ha recibido este mensaje > >> erroneamente, > >>> se ruega lo notifique al remitente y proceda a su borrado. > >>> Gracias por su colaboracion. > >>> ______________________ > >>> This message including any attachments may contain confidential=20 > >>> information, according to our Information Security > >> Management System, > >>> and intended solely for a specific individual to whom they > >> are addressed. > >>> Any unauthorised copy, disclosure or distribution of this > >> message is > >>> strictly forbidden. If you have received this transmission > >> in error, > >>> please notify the sender immediately and delete it. > >>> ______________________ > >>> > >>> Using Tomcat but need to do more? Need to support web > >> services, security? > >>> Get stuff done quickly with pre-integrated technology to > >> make your job > >>> easier Download IBM WebSphere Application Server v.1.0.1 based on=20 > >>> Apache Geronimo > >>> > >>=20 > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&dat= =3D121 > >> 6 > >>> 42 _______________________________________________ > >>> Java-player-users mailing list > >>> Jav...@li... > >>> https://lists.sourceforge.net/lists/listinfo/java-player-users > >> -- > >> | Radu Bogdan Rusu | http://rbrusu.com/=20 > >> | http://www9.cs.tum.edu/people/rusu/ > >> | Intelligent Autonomous Systems > >> | Technische Universitaet Muenchen > >> > >> Using Tomcat but need to do more? Need to support web services,=20 > >> security? > >> Get stuff done quickly with pre-integrated technology to make your=20 > >> job easier Download IBM WebSphere Application Server > >> v.1.0.1 based on Apache Geronimo > >> http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057& > >> dat=3D121642 > >> _______________________________________________ > >> Java-player-users mailing list > >> Jav...@li... > >> https://lists.sourceforge.net/lists/listinfo/java-player-users > >> > >=20 > > ______________________ > > Este mensaje, y en su caso, cualquier fichero anexo al=20 > mismo, puede=20 > > contener informacion clasificada por su emisor como=20 > confidencial en=20 > > el marco de su Sistema de Gestion de Seguridad de la Informacion=20 > > siendo para uso exclusivo del destinatario, quedando prohibida su=20 > > divulgacion copia o distribucion a terceros sin la autorizacion=20 > > expresa del remitente. Si Vd. ha recibido este mensaje=20=20 > erroneamente,=20 > > se ruega lo notifique al remitente y proceda a su borrado. > > Gracias por su colaboracion. > > ______________________ > > This message including any attachments may contain confidential=20 > > information, according to our Information Security=20 > Management System,=20=20 > > and intended solely for a specific individual to whom they=20 > are addressed. > > Any unauthorised copy, disclosure or distribution of this=20 > message is=20 > > strictly forbidden. If you have received this transmission=20 > in error,=20=20 > > please notify the sender immediately and delete it. > > ______________________ > >=20 > > Using Tomcat but need to do more? Need to support web=20 > services, security? > > Get stuff done quickly with pre-integrated technology to=20 > make your job=20 > > easier Download IBM WebSphere Application Server v.1.0.1 based on=20 > > Apache Geronimo > >=20 > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&dat= =3D1216 > > 42 _______________________________________________ > > Java-player-users mailing list > > Jav...@li... > > https://lists.sourceforge.net/lists/listinfo/java-player-users >=20 > --=20 > | Radu Bogdan Rusu | http://rbrusu.com/ > | http://www9.cs.tum.edu/people/rusu/ > | Intelligent Autonomous Systems > | Technische Universitaet Muenchen >=20 > Using Tomcat but need to do more? Need to support web=20 > services, security? > Get stuff done quickly with pre-integrated technology to make=20 > your job easier Download IBM WebSphere Application Server=20 > v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057& > dat=3D121642 > _______________________________________________ > Java-player-users mailing list > Jav...@li... > https://lists.sourceforge.net/lists/listinfo/java-player-users >=20 ______________________ Este mensaje, y en su caso, cualquier fichero anexo al mismo, puede contener informacion clasificada por su emisor como confidencial en el marco de su Sistema de Gestion de Seguridad de la=20 Informacion siendo para uso exclusivo del destinatario, quedando=20 prohibida su divulgacion copia o distribucion a terceros sin la=20 autorizacion expresa del remitente. Si Vd. ha recibido este mensaje=20 erroneamente, se ruega lo notifique al remitente y proceda a su borrado.= =20 Gracias por su colaboracion. ______________________ This message including any attachments may contain confidential=20 information, according to our Information Security Management System, and intended solely for a specific individual to whom they are addressed. Any unauthorised copy, disclosure or distribution of this message is strictly forbidden. If you have received this transmission in error, please notify the sender immediately and delete it. ______________________ |