Mather icon indicating copy to clipboard operation
Mather copied to clipboard

Response not visible

Open r0lZ opened this issue 9 years ago • 8 comments

On my tablet Medion Lifetab S7852, the answer of the calculation does not appear. According to the screenshots, it should be in the bottom right corner, but there is nothing visible there. That bug might be caused by the unusual aspect ratio or resolution of the screen (768x1024). Anyway, the position of a graphic element should never de dependent of the resolution of the screen.

r0lZ avatar Aug 16 '16 11:08 r0lZ

for me it is the same on my Motorola Defy+ with Cyanogenmod 11

maninthemiddle01 avatar Aug 16 '16 14:08 maninthemiddle01

Hmm. This is a very odd issue, as all the layout stuff is density-independent and relative. Could you post screenshots? This could also potentially be due to the calculation library not loading or being unresponsive.

icasdri avatar Aug 16 '16 18:08 icasdri

As requested, here is a screenshot. screenshot_2016-08-16-13-46-13

r0lZ avatar Aug 16 '16 19:08 r0lZ

looks the same for me

maninthemiddle01 avatar Aug 16 '16 20:08 maninthemiddle01

I have a pushed a change that incudes the ability to enter debug inputs. Could you build Mather from source from git master (with gradle build) and try the input debug resultview (instead of a math expression) and see if you can see anything afterwards. If you do not want to build Mather from source for whatever reason, then just try it with the next release.

icasdri avatar Sep 25 '16 03:09 icasdri

Debug inputs and debug resultview specifically have been released in version 0.3.0. If you're having trouble with the result view, try typing that in and see if you see a result. If you do see a result, then the math library is likely not loading properly (i.e. not a problem with display). If you do not see a result, then we'll go from there.

icasdri avatar Jan 09 '17 21:01 icasdri

I can't see the result of the calculation with v0.3.0, but typing "debug resultview" prints "Result View Here!" correctly. It seems therefore that the culprit is the math lib. Thanks for your efforts, and good luck!

r0lZ avatar Jan 10 '17 13:01 r0lZ

Thanks! I have replied on github.

On Mon, Jan 9, 2017 at 10:05 PM, Derek W [email protected] wrote:

Debug inputs and debug resultview specifically have been released in version 0.3.0 https://github.com/icasdri/Mather/releases/tag/0.3.0. If you're having trouble with the result view, try typing that in and see if you see a result. If you do see a result, then the math library is likely not loading properly (i.e. not a problem with display). If you do not see a result, then we'll go from there.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/icasdri/Mather/issues/8#issuecomment-271407464, or mute the thread https://github.com/notifications/unsubscribe-auth/ABsgn3tpCdqPlWWfkOl4ymx1caiWE3oSks5rQqEFgaJpZM4JlTfq .

r0lZ avatar Jan 10 '17 13:01 r0lZ