feverish
Posts: 486
Joined: Wed Jun 27, 2012 2:29 pm

Lazarus . . . TFloatEdit

Thu Jan 03, 2013 4:48 pm

I have looked for, and can't find, in Lazarus 1.0.4, a component I naively expected to be called TIntegerEdit or even TFloatEdit. I need it for an application I am trying to write, to display a varying integer number. I can see a TFloatSpinEdit, but there seems to be no way of blanking out the spinner bit to avoid a user being able to change the displayed number. I should prefer, if possible, to avoid using inttostr() in an ordinary TEdit, as the displayed number is to be used in various other coded functions.

Searching the internet, I found a reference to FSHComp which seemed ideal but this p ointed to SourceForge for download and I could not find it there.

I'd be grateful for any pointers.
If discrimination is not challenged then we are effectively in collusion with the perpetrators of such behaviour:-Oxford dictionaries

DirkS
Posts: 10363
Joined: Tue Jun 19, 2012 9:46 pm
Location: Essex, UK

Re: Lazarus . . . TFloatEdit

Thu Jan 03, 2013 5:08 pm

Have you checked out TMaskEdit?

BTW: I think the Lazarus forum (http://www.lazarus.freepascal.org/index ... tion=forum) is a much better place to ask this kind of general Lazarus / FPC question...

Gr.
Dirk.

feverish
Posts: 486
Joined: Wed Jun 27, 2012 2:29 pm

Re: Lazarus . . . TFloatEdit

Thu Jan 03, 2013 5:38 pm

Thanks very much on both counts.
If discrimination is not challenged then we are effectively in collusion with the perpetrators of such behaviour:-Oxford dictionaries

Return to “Other programming languages”