fixed upstream
This bug needs to be fixed upstream.
thank you for your feedback and crash reports. Changing window sizes must be a new feature of Android since I remember not having vorseen this. Also rotation of the screen when a program was...
Hi Alfons,
yes, sounds a good idea. I think the reason why I had not implemented it before was, that the original Logger Software on WINDOWS also did not have this option. But if it works, why...
OK great. So, many thanks for testing and of course for bringing this up. Was a plasure working with you!
Yes. This is supposed to be the job of
baseconfigfrominput()
and
configfrominput()
These procedures are supposed to read all values from the User Interface and put it to the...
At least the build was successful. Needs testing...
The textchangedListener will be triggered every time a number is entered (onTextChanged) or the curser is placed on this text field...
What about this:
numconfig.addTextChangedListener(new TextWatcher() {
public void onTextChanged(CharSequence s, int start, int before, int count) {}
public void...
The idea was, that according to calculate the duration of the logging time with
Physics.duration(config.num_data_conf,config.set_interval)
, both values have to be read as ssonn as a new...
Yes, this is a good point. So the problem is purely in the User Interface and not on reading the configuration. This should then be independant of the logger type.
VDL100T is fine, The old...
OK, so I assume, that the correct value gets written to the logger if:
- You enter a value other than 60 to the interval field in the app and then
- press "write config"
When the configuratio...