Calculator

What would you like to see added or changed in the application
Post Reply
Amazone
Posts: 152
Joined: Fri 27 Sep, 2024 8:59 am
Location: Belgium

Calculator

Post by Amazone »

How do you make calculator work?
It seems you first have to enter an amount.
I needed to calculate this: 13,82-4.15.
You need to enter 13,82- for the calculator to open but then you have to re-enter the 13.82
Campbell
Site Admin
Posts: 386
Joined: Sun 14 Jul, 2024 10:21 am
Location: Edinburgh, Scotland
Contact:

Re: Calculator

Post by Campbell »

You mean the dropdown calculator on numeric textboxes? It should work pretty similar to the way MS Money works.

You can click on the dropdown arrow to display the dropdown calculator, then click on the buttons to enter values. Or if you press the + or - key when the textbox has focus, it will bring the calculator up and it should pre-populate with the value in the box, and apply the operator you just pressed. When you then enter another value and press = or enter, it should add or subtract the value you just typed from the original value.

E.g.
value: [100]
press - (this brings up the calculator with 100 in the display)
type 30
press enter
the calculator disappears, and you should be left with 70 in the textbox (100 - 30)

Does it not work like this for you?
Amazone
Posts: 152
Joined: Fri 27 Sep, 2024 8:59 am
Location: Belgium

Re: Calculator

Post by Amazone »

Y
you mean the dropdown calculator on numeric textboxes? It should work pretty similar to the way MS Money works.
Not totally. In Microsofft Money i you want to add 2 numbers you enter the first number and when you push on + the calculator opens and you can add the second number.
I you do that in More Money the first number is erased.
But that is not something you have to loose time on. We have to adapt a bit too.

I have a bigger problem with the calculator: I can not read the signs + - = and , or .
Could you make them bigger?
In general I have problems reading the numbers in white on blue background.
Campbell
Site Admin
Posts: 386
Joined: Sun 14 Jul, 2024 10:21 am
Location: Edinburgh, Scotland
Contact:

Re: Calculator

Post by Campbell »

Ah. Ok, so it works like this for me, but I've just discovered there's a bug with the control I'm using, and it's not handling commas as decimals properly again, which is causing the issue. I've raised a ticket with them to see if there's a workaround.

Regarding the font size on the buttons, yep, I'll get that increased.
Post Reply