sCalculator

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #32888
    Ralph
    Participant

    I was looking for a calculator that could be used on a touch screen. If a property or method was added to your sCalculator component that would be great.

    In scaling other application forms I have used:

    property ScaleIncrement:integer;

    procedure Enlarge;
    procedure Reduce;
    procedure Reset;

    #38841
    Support
    Keymaster

    I think the ScaleIncrement property will be added in the v6.31, it will be enough?

    #38850
    Ralph
    Participant

    QUOTE (Support @ Apr 27 2009, 07:27 AM)
    I think the ScaleIncrement property will be added in the v6.31, it will be enough?

    Not quite. When you scaleby(5,2) the display will only show 2 digits. It would need more modification to make it work. Never as simple as it would one would imagine.

    Thanks for trying.

    RT

    #38873
    Support
    Keymaster

    QUOTE (Ralph @ Apr 27 2009, 06:01 PM)
    Not quite. When you scaleby(5,2) the display will only show 2 digits. It would need more modification to make it work. Never as simple as it would one would imagine.


    Sorry, I not quite understand what you mean…
    ScaleIncrement property was added yesterday and works now Ok. Why it may be not enough?

    #38881
    Ralph
    Participant

    QUOTE (Support @ Apr 28 2009, 08:29 AM)
    Sorry, I not quite understand what you mean…
    ScaleIncrement property was added yesterday and works now Ok. Why it may be not enough?

    Try scaling to a large size and then try to enter 999,999.99

    when I did it only showed 99

    #38888
    Support
    Keymaster

    Look, ScaleIncrement is 200 there

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.