sojamo / controlp5

A gui library for processing.org
GNU Lesser General Public License v2.1
490 stars 142 forks source link

Examples don't work under Android #179

Open dfkettle opened 2 years ago

dfkettle commented 2 years ago

Is this library still being supported by anyone, or is it orphanware? It appears the code in this repository hasn't been updated since April 2016. I've been trying some of the examples, using APDE on a Samsung Galaxy Tab 6 Lite, but I'm getting numerous error messages about undefined methods. I downloaded the latest version of the library from this repository and installed it under APDE, but in addition to undefined methods, I'm also experiencing the "touch" issue reported by other users, at least as far back as July, 2019 (https://github.com/sojamo/controlp5/issues/157). When I tap on any widget, the event seems to get sent to the widget that last had focus, not to the widget I tapped.

As for the undefined methods, the dropdown list example contains the following methods, which were reported as undefined. Other examples had similar errors. And I can't find any reference to them in the documentation. So either the examples or the code itself are wrong or out-of-date.

I've tried using the G4P library, but it seems it doesn't work in Android mode. I was hoping this library would work, but maybe I'm just wasting my time and should try some other library (suggestions are welcome).