You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 (#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.
DropdownList.setIndex()
DropdownList.captionLabel()
DropdownList.valueLabel()
DropdownList.scroll() (admittedly, this was commented-out in the example, but I tried it anyway)
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).
The text was updated successfully, but these errors were encountered:
dfkettle
changed the title
Examples don't work
Android examples don't work
Oct 21, 2022
dfkettle
changed the title
Android examples don't work
Examples don't work under Android
Oct 21, 2022
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 (#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).
The text was updated successfully, but these errors were encountered: