Jameson Hartel

Results 5 comments of Jameson Hartel

This library is only needed for vertical SeekBars. If you want a horizontal SeekBar you can just add a normal SeekBar (no need for this library) [See the android docs...

Hi Paul thanks for the response. For anyone interested the reason I'm trying to resurrect such an old piece of novel consumer hardware is because the Wii Balance Board is...

In my xml I have `app:renderMode="use_background_thread"` which I assume means I'm using background mode.

Also this is probably unrelated but every maybe 4th time I launch my application I get a NPE from my redrawer. `D/com.androidplot.util.Redrawer: Redrawer thread exited.` `E/AndroidRuntime: FATAL EXCEPTION: Androidplot Redrawer...

Answered my own question. Redrawer error was due to not calling `redrawer.finish();` in `onStop()`