muh6mm3d / javacalculator

Automatically exported from code.google.com/p/javacalculator
0 stars 0 forks source link

Hexa Input field disabled #12

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Select Decimal, Input field is enabled
2. Select Hexa
3. Input field is disabled

What is the expected output? What do you see instead?
I want to use my keyboard in Hexa and Binary

What version of the product are you using? On what operating system?
JCalculator 0.9.1 on WinXP

Please provide any additional information below.

Original issue reported on code.google.com by frankmer...@gmail.com on 8 Nov 2011 at 2:00

GoogleCodeExporter commented 9 years ago
Right, the input field was disabled to prevend the usage of the calculation 
engine in other number-systems than the decimal system. Unfortunately the 
calculation engine is only working for the decimal system.
The text field will be editable in version 0.9.2, but you wont be able to 
multiply, devide, add or subtract hexadecimal or binary numbers. Maybe addition 
and subtraction will be implemented for the binary mode, in a future release.

Original comment by adrian.bingener on 8 Nov 2011 at 2:26

GoogleCodeExporter commented 9 years ago

Original comment by adrian.bingener on 8 Nov 2011 at 2:28

GoogleCodeExporter commented 9 years ago
Issue is fixed now.

Original comment by adrian.bingener on 10 Nov 2011 at 6:18