Velocimeter - dials and meters

DonManfred

Expert
Licensed User
Longtime User
how to obtain the stacktrace?
check the unfiltered log.

you bas does not help (i´ll NOT(!!) create a new project out of this).

I don´t know whether the files are at the correct place or not without seeing your complete app (on DISC).

I give up on trying to help you. Please don´t use my libraries. you´ll no get any answer from me.

Last try to help:

Does the sample provided in post #1 work on your device using v1.0.3?
 
Last edited:

sultan87

Active Member
Licensed User
Longtime User
check the unfiltered log.

you bas does not help (i´ll NOT(!!) create a new project out of this).

I don´t know whether the files are at the correct place or not without seeing your complete app (on DISC).

I give up on trying to help you. Please don´t use my libraries. you´ll no get any answer from me.

Last try to help:

Does the sample provided in post #1 work on your device using v1.0.3?

hello,
i'm sorry, I need your help
My project is 7.3 MO impossible loader (512kb maxi)
as I said previously I use your library for a thermemètre I could make available to other developers
I join your project recovered the forum that works in debug mode and not in release mode

no message in the log
error message

An error has occurred in sub:main_activity_create(java line : 322)
java.lang.runtimeexception:java.lang.reflect.invocationTargetException


I need your help
best regards
 

Attachments

  • VelocimeterEx.zip
    17.2 KB · Views: 246

sultan87

Active Member
Licensed User
Longtime User
ok, it's good with your project
i try with my project
In which country are you ?
good night
 

sultan87

Active Member
Licensed User
Longtime User
I´m German
Hello,
it's good on my project
thank's for your help
I create a small project with my thermometer to share with other programmers
I would send you as soon as possible
I always have a problem with update
I look and I'll let you know
best regards
 

sultan87

Active Member
Licensed User
Longtime User
Hello,
it's good on my project
thank's for your help
I create a small project with my thermometer to share with other programmers
I would send you as soon as possible
I always have a problem with update
I look and I'll let you know
best regards
Hello,
as agreed, attached my project Thermometer
I can not change the color depending on the temperature (blue, green, red) with update in the Sub couleur_cadrant
May be you can find the solution?
best regards
 

Attachments

  • Thermomètre.zip
    42.7 KB · Views: 252

sultan87

Active Member
Licensed User
Longtime User
Addition you are missing the additionalres command.
AND you are NOT using any Dip Values....

You really should learn the TOTAL BASICS of this language instead of wasting my time
what are the missing commands?
dip , ok !!!
you do not seem to be very cooperative
before claiming to be an expert so you have to learn to be forgiving
 

sparxfly

Member
Licensed User
Hi Manfred-
Nice utility, thanks! I have just donated.
A suggestion...
Add a method to set the number of ticks on the scale arc- eg .SetTicks(Int)
At the moment it automatically does so based on the size of the image.
This means the ticks may not relate to the scale of the gauge.
For example, the default 10 ticks on a 10000 full scale relate to 0,1111,2222,.......8888,9999
.SetTicks(11) would match 0,1000,2000,........9000,10000
.SetTicks(21) would match 0,500,1000......,9500,10000
 

rbghongade

Active Member
Licensed User
Longtime User
Dear DonManfred,
Great library there! Is it possible to display decimal values for the gauge as currently it shows only integer part?
regards,
 

sparxfly

Member
Licensed User
This question is more about the IDE and generating an apk, but since it relates to velocimeter I will ask here.
My project including veocimeter runs fine under debug with a target device, but when I compile as a release version I get the error message
font asset not found fonts/digit.ttf​
Clearly the compiler is not including that folder/file in the apk loaded on the target device.
I have searched the IDE help files to see how to force inclusion of the folder/file but no joy.
I would appreciate some guidance!
Thanks in advance.
 
Top