Hi,I am going to solve this bug. It will restrict pressing decimal button multiple times inside a number. That means there will be only one decimal point in a number.Currently gcalctool allows multiple decimal points in a number.
I have read some part of source code. My idea is to determine if a user is currently inside a number or not. If he is inside a number decimal button will be disabledafter pressing first time. When he goes out of that number decimal button will be activated again. I am assuming, if a user keeps pressing any button among 0-9 heis inside a number, if he presses any button like '+', '-' he is going out of a number.Is there any method already implemented to know if a user is inside a number or not? Or is there any better idea?Waiting for your reply.ThanksQuazi Marufur Rahman