Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Examples don't work under Android #179

Open
dfkettle opened this issue Oct 21, 2022 · 0 comments
Open

Examples don't work under Android #179

dfkettle opened this issue Oct 21, 2022 · 0 comments

Comments

@dfkettle
Copy link

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).

@dfkettle dfkettle changed the title Examples don't work Android examples don't work Oct 21, 2022
@dfkettle dfkettle changed the title Android examples don't work Examples don't work under Android Oct 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant