Android Question Rotary Club (Konb) stopped (Project attached)

Beja

Expert
Licensed User
Longtime User
Hi everyone,
Today, and after a very long time, I needed to test the Rotary Club example project.. it loaded and compiled very well
and then I installed it on my Android 4.4 mobile. The result was a static image of the screen.. not rotating.
Any explanation appreciated.
Thanks in advance.
 
Last edited:

Beja

Expert
Licensed User
Longtime User
oops! forgot to attach the project..
 

Attachments

  • RotarKnob.zip
    11.5 KB · Views: 195
Upvote 0

RandomCoder

Well-Known Member
Licensed User
Longtime User
@Beja The attached zip you provided didn't include the bitmapPlus library files or the image files for the knob. However I located everything I needed from this post How they do... #3
Both your zip file and the zip file located in the link I've provided work on my Nexus 7 (2013) running Android 5.0.2

What error message do you get in the log, or is it just a static image with no errors?

PS. I've not seen this work by @Informatix before, he certainly creates some nice samples and libraries!
 
Upvote 0

Beja

Expert
Licensed User
Longtime User
It's very nice and one of the best libs of informatics.. I didn't run it in debug mode because no errors at all during compilation so I just installed it in the device..
A static image without errors.

Edit:
The spinner menu is working fine and changing the knobs.. but the knobs are not rotating.. I also must mention that
this same example worked fine before -a few years back.
 
Last edited:
Upvote 0

Beja

Expert
Licensed User
Longtime User
In the emulator I held down the mouse and move around the knob but it didn't rotate, but there was some effects
because as I moved there was some logs..
this is the logcat while (trying) to rotate the knob:
LogCat connected to: emulator-5554
** Activity (main) Create, isFirst = true **


** Activity (main) Resume **
raiseEvent for knobtouch returned null
raiseEvent for knobtouch returned null
raiseEvent for knobtouch returned null
raiseEvent for knobtouch returned null
raiseEvent for knobtouch returned null
raiseEvent for knobtouch returned null
raiseEvent for knobtouch returned null
raiseEvent for knobtouch returned null
raiseEvent for knobtouch returned null

and so on...
 
Upvote 0
Top