[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[x3d-public] eventListener
- To: "'X3D PUBLIC'" <x3d-public@web3d.org>
- Subject: [x3d-public] eventListener
- From: "Mirko Gontek" <mgontek@yahoo.de>
- Date: Sat, 4 Mar 2006 14:57:30 +0100
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.de; h=Received:From:To:Subject:Date:MIME-Version:Content-Type:X-Mailer:Thread-Index:X-MimeOLE; b=r8QhYevWAU46/eV6A1CTbER/zo2p5KbDTWo3MOJWkZA6xX1VR1Mwln0JTGLiUAFVB37Ceo8xhPYPYnYUVpduyo8fr1MeVgTdMWrjkpB7U5g4kQHHH8Q4bk9wXAYL0JQb+7KIzFL+UShntUzQ/HK+eDDGbYc7TtspV1XJasW4MqM= ;
- Sender: owner-x3d-public@web3d.org
- Thread-index: AcY/k5Oq7v1/OpysSFSf/BCk2f/n4g==
i couldn't find this problem in the bug list, but
the X3DEventListener does not seem to work correctly with a scene that was
created with sai.
the sai example "FieldEventDemo.java" works. when
the mouse is over a touchSensor, the "target" mousepointer appears. when
clicking it, the Message "Stop touching me" is printed out (which is the action
defined in "public void readableFieldChanged"). but also the message "Warning:
does not update released mouse correctly for TouchSensors. Must fix"
appears.
when a touchSensor is attached to a node that was
created with sai, it doesn't work anymore. the mousepointer does not change when
the mouse over the node. when the node is clicked, only the message "Warning:
does not update released mouse correctly for TouchSensors. Must fix" appears.
the action defined in "readableFieldChanged" is not performed.
an example file is attached.
best regards,
mirko gontek
Attachment:
SAIEvent.java
Description: Binary data