Field

Ticket #149 (assigned)

Opened 3 years ago

Last modified 3 years ago

Some libraries use reflection to obtain new methods on PApplet

Reported by: marc Assigned to: (accepted)
Priority: Milestone:
Component: Version:
Keywords: Cc:

Description

Some libraries (for example http://www.sojamo.de/libraries/oscP5/) use reflection to find new methods on the PApplet instance. This doesn't really work inside Field, since you are not writing a PApplet subclass. In the above case you can pass something else instead of the PApplet, but this might not work in all cases. We need to investigate if reflection from the Java side sees new methods added from the Python side.

Change History

03/01/09 06:35:54 changed by marc

  • status changed from new to assigned.