Re: [Lazarus] Can't enter negative values in to TFloatSpinEdit

2013-11-13 Thread zeljko

On 11/13/2013 12:14 AM, Bart wrote:

Possibly related to http://bugs.freepascal.org/view.php?id=23266 ?
If not the same, please open a bugreport on the bugtracker.


No, he is using qt ws


--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


[Lazarus] Can't enter negative values in to TFloatSpinEdit

2013-11-12 Thread Valdas Jankūnas

Helo,

situation:
- os: Linux Kubuntu 13.10;
- Lazarus: Lazarus 1.3 r43416M FPC 2.6.2 x86_64-linux-qt;
- locale: LANG=lt_LT.UTF-8, LANGUAGE=lt, LC_*=lt_LT.UTF-8, LC_ALL=
- Form's WS: qt;
- on Form is placed TFloatSpinEdit (Max:100, Min:-100).

 When program is running I can't enter negative values:
- select all, pres minus sign button (hex: 2D) - minus appears, press 
any digit - no reaction;

- select all, press any digit - digits appears;
- select all, paste (Right click - Paste) -4 prom text editor - 
nothing changes;

- select all, paste 3 from editor - text accepted.

 Why? Is it known problem?

--
  Valdas Jankūnas

--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] Can't enter negative values in to TFloatSpinEdit

2013-11-12 Thread Avishai
I work with Windows so it may be different.  I set
TFloatSpinEdit.MinValue:= -100 and I can enter negative values.

On Tue, Nov 12, 2013 at 9:36 PM, Valdas Jankūnas zmu...@gmail.com wrote:
 Helo,

 situation:
 - os: Linux Kubuntu 13.10;
 - Lazarus: Lazarus 1.3 r43416M FPC 2.6.2 x86_64-linux-qt;
 - locale: LANG=lt_LT.UTF-8, LANGUAGE=lt, LC_*=lt_LT.UTF-8, LC_ALL=
 - Form's WS: qt;
 - on Form is placed TFloatSpinEdit (Max:100, Min:-100).

  When program is running I can't enter negative values:
 - select all, pres minus sign button (hex: 2D) - minus appears, press any
 digit - no reaction;
 - select all, press any digit - digits appears;
 - select all, paste (Right click - Paste) -4 prom text editor - nothing
 changes;
 - select all, paste 3 from editor - text accepted.

  Why? Is it known problem?

 --
   Valdas Jankūnas

 --
 ___
 Lazarus mailing list
 Lazarus@lists.lazarus.freepascal.org
 http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus



-- 
Shalom,
Avishai
avishai.g...@gmail.com
אבישי גוֹר

--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] Can't enter negative values in to TFloatSpinEdit

2013-11-12 Thread Bart
Possibly related to http://bugs.freepascal.org/view.php?id=23266 ?
If not the same, please open a bugreport on the bugtracker.

Bart

--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus