hello,
ok,
I want to keep the meme presentation velo1, but modifying graduations, eg 5-25
is it possible?
is there a description of various properties?
best regards
If 25 is your maximum then you need to do a calculation to get 100 when using 25.
Create a small helper sub which helps you to calculated the value you want to set.
Maybe this will change in future. I must see how and if it is possible...
If 25 is your maximum then you need to do a calculation to get 100 when using 25.
Create a small helper sub which helps you to calculated the value you want to set.
Maybe this will change in future. I must see how and if it is possible...
I copied a part of your project in mine.
in debug mode everything works coorectement
in release mode I get an error
I took your project that works correctly in debug mode
in release mode I have exactly the same error An error has occurred in sub:main_activity_create(java line : 322)
java.lang.runtimeexception:java.lang.reflect.invocationTargetException
Why?
Best regards