Re: [lazarus] SpinEdit question

2007-05-01 Thread Darius Blaszijk
What you need to do is to open the .lfm file and remove the "changed" properties, then open the project again and compile. You will notice that it won't crash anymore. HTH Darius Alain Michaud wrote: Hi, regarding TspinEdit, I have an application written in lazarus version 0.9.8 (linux).

Re: [lazarus] SpinEdit question

2007-05-01 Thread Alain Michaud
Hi, regarding TspinEdit, I have an application written in lazarus version 0.9.8 (linux). It has many spinEdit in it. When I wanted to upgrade it to a higher version, the program crashed because the properties had changed and there was then a new FloatSpinEdit component available. The only sol

Re: [lazarus] SpinEdit question

2007-05-01 Thread Tom Gregorovic
Hi, only one hint to your TSpinEdit question have crossed my mind - the TComboBox has also many of common functionality with TCustomEdit (like SelStart, SelText, ). Roughly it is an edit with disclosure button as TSpinEdit is an edit with up down button. Tombo

Re: [lazarus] SpinEdit question

2007-04-30 Thread Michael Van Canneyt
On Tue, 1 May 2007, Mattias Gaertner wrote: > On Mon, 30 Apr 2007 18:01:48 +0200 (CEST) > Michael Van Canneyt <[EMAIL PROTECTED]> wrote: > > > > > Hi, > > > > Is there any reason why TSpinEdit (and TFloatSpinEdit) do not descend > > from TCustomEdit ? That's what I would expect, but for some

Re: [lazarus] SpinEdit question

2007-04-30 Thread Mattias Gaertner
On Mon, 30 Apr 2007 18:01:48 +0200 (CEST) Michael Van Canneyt <[EMAIL PROTECTED]> wrote: > > Hi, > > Is there any reason why TSpinEdit (and TFloatSpinEdit) do not descend > from TCustomEdit ? That's what I would expect, but for some reason > this is not so. > > Does anyone know the reason ? If

[lazarus] SpinEdit question

2007-04-30 Thread Michael Van Canneyt
Hi, Is there any reason why TSpinEdit (and TFloatSpinEdit) do not descend from TCustomEdit ? That's what I would expect, but for some reason this is not so. Does anyone know the reason ? If so, what is it ? Michael. _ To uns

Re: [lazarus] Spinedit bugs

2007-04-29 Thread Mattias Gaertner
On Sun, 29 Apr 2007 12:17:43 +0200 (CEST) Michael Van Canneyt <[EMAIL PROTECTED]> wrote: > > Hi, > > TSpinEdit seems to be missing the following properties when compared > to TCustomEdit: > > - ReadOnly > - AutoSelect > > Other properties are also missing, but are not relevant since only > num

[lazarus] Spinedit bugs

2007-04-29 Thread Michael Van Canneyt
Hi, TSpinEdit seems to be missing the following properties when compared to TCustomEdit: - ReadOnly - AutoSelect Other properties are also missing, but are not relevant since only numbers can be edited: EchoMode, PasswordChar, CharCase, MaxLength The same is true for TFloatSpinEdit. Should

Re: [lazarus] SpinEdit

2006-05-09 Thread Mattias Gaertner
On Mon, 8 May 2006 09:52:08 +0200 "ENotas editor de notas" <[EMAIL PROTECTED]> wrote: > Hello, > > Does not work the TabStop in a SpinEdit? It works here under linux/gtk. Mattias _ To unsubscribe: mail [EMAIL PROTECTED] wit

[lazarus] SpinEdit

2006-05-08 Thread ENotas editor de notas
Hello, Does not work the TabStop in a SpinEdit?-- Jordi Floriach[EMAIL PROTECTED]www.enotas.vip7.com

Re: [lazarus] Spinedit bug

2005-09-23 Thread Mattias Gaertner
On Fri, 23 Sep 2005 14:10:59 +0200 (CEST) [EMAIL PROTECTED] wrote: > > In your own project directory. > > Or in the popup menu of the source editor. > > Oops, I was under the impression that the property editor was the problem. > Apparently not. > > Btw. If I would like to examine the poperty ed

Re: [lazarus] Spinedit bug

2005-09-23 Thread dhkblaszyk
> In your own project directory. > Or in the popup menu of the source editor. Oops, I was under the impression that the property editor was the problem. Apparently not. Btw. If I would like to examine the poperty editor for TStrings, where could I find it?? The counting of lines and characters se

Re: [lazarus] Spinedit bug

2005-09-23 Thread Mattias Gaertner
On Fri, 23 Sep 2005 08:49:03 +0200 (CEST) [EMAIL PROTECTED] wrote: > Where do I find the LFM?? In your own project directory. Or in the popup menu of the source editor. > I will make a patch ;) I guess, that's not needed. Mattias > > On Thu, 22 Sep 2005 23:10:33 +0200 (CEST) > > [EMAIL

Re: [lazarus] Spinedit bug

2005-09-23 Thread Mattias Gaertner
On Fri, 23 Sep 2005 01:43:52 +0200 Marc Weustink <[EMAIL PROTECTED]> wrote: > Mattias Gaertner wrote: > > On Thu, 22 Sep 2005 23:10:33 +0200 (CEST) > > [EMAIL PROTECTED] wrote: > > > > > >>The Anchors dialog does not show anymore. I keep getting a message: > >"Error >reading LeftBorderSpaceSpinE

Re: [lazarus] Spinedit bug

2005-09-22 Thread dhkblaszyk
Where do I find the LFM?? I will make a patch > On Thu, 22 Sep 2005 23:10:33 +0200 (CEST) > [EMAIL PROTECTED] wrote: > >> The Anchors dialog does not show anymore. I keep getting a message: >> "Error >> reading LeftBorderSpaceSpinEdit.Decimal_Places: Unknown property: >> "Decimal_places"". >> Pres

Re: [lazarus] Spinedit bug

2005-09-22 Thread Marc Weustink
Mattias Gaertner wrote: On Thu, 22 Sep 2005 23:10:33 +0200 (CEST) [EMAIL PROTECTED] wrote: The Anchors dialog does not show anymore. I keep getting a message: "Error reading LeftBorderSpaceSpinEdit.Decimal_Places: Unknown property: "Decimal_places"". Presumably caused by the spinedit changes f

Re: [lazarus] Spinedit bug

2005-09-22 Thread Mattias Gaertner
On Thu, 22 Sep 2005 23:10:33 +0200 (CEST) [EMAIL PROTECTED] wrote: > The Anchors dialog does not show anymore. I keep getting a message: "Error > reading LeftBorderSpaceSpinEdit.Decimal_Places: Unknown property: > "Decimal_places"". > Presumably caused by the spinedit changes from today?? Yes. Ed

[lazarus] Spinedit bug

2005-09-22 Thread dhkblaszyk
The Anchors dialog does not show anymore. I keep getting a message: "Error reading LeftBorderSpaceSpinEdit.Decimal_Places: Unknown property: "Decimal_places"". Presumably caused by the spinedit changes from today?? Darius _ To u