Re: [Lazarus] Can't add new form to Lazarus App

2016-09-29 Thread brian via Lazarus
On Fri, 30 Sep 2016 00:38:39 +0300, Maxim Ganetsky wrote: >29.09.2016 22:26, Terry A. Haimann via Lazarus ?: >> I created the form by clicking on NewForm and then I tried to rename it >> from the Object Inspector. I am running Lazarus 1.2.4 This app has > >Lazarus 1.2.4? Is it a joke? >

Re: [Lazarus] Can't add new form to Lazarus App

2016-09-29 Thread Maxim Ganetsky via Lazarus
29.09.2016 22:26, Terry A. Haimann via Lazarus пишет: I created the form by clicking on NewForm and then I tried to rename it from the Object Inspector. I am running Lazarus 1.2.4 This app has Lazarus 1.2.4? Is it a joke? probably been used by several versions of Lazarus. -- Best

Re: [Lazarus] Can't add new form to Lazarus App

2016-09-29 Thread Mattias Gaertner via Lazarus
On Thu, 29 Sep 2016 14:26:02 -0500 "Terry A. Haimann" wrote: > On Thu, 2016-09-29 at 13:17 +0200, Mattias Gaertner via Lazarus wrote: > > On Thu, 29 Sep 2016 05:59:49 -0500 > > "Terry A. Haimann" wrote: > > > > >[...] > > > > What means messed up? It's

Re: [Lazarus] Can't add new form to Lazarus App

2016-09-29 Thread Terry A. Haimann via Lazarus
On Thu, 2016-09-29 at 13:17 +0200, Mattias Gaertner via Lazarus wrote: > On Thu, 29 Sep 2016 05:59:49 -0500 > "Terry A. Haimann" wrote: > > >[...] > > > What means messed up? It's an empty form, isn't it? > > > > The new form and it's source will not compile unless i comment

[Lazarus] lazarus 1.6+fpc 2.6.4, win32, crashes in iphtml.pas

2016-09-29 Thread Luca Olivetti via Lazarus
Hello, I'm playing with lazarus 1.6 (a bit late, I know) with fpc 2.6.4, win32, and I have a strange problem with the ide: the object inspector information box shows nothing and, eventually, when I click on fields in the object inspector, lazarus becomes unresponsive and then crashes. If try

Re: [Lazarus] Can't add new form to Lazarus App

2016-09-29 Thread Mattias Gaertner via Lazarus
On Thu, 29 Sep 2016 05:59:49 -0500 "Terry A. Haimann" wrote: >[...] > > What means messed up? It's an empty form, isn't it? > > The new form and it's source will not compile unless i comment out the: > > {$I unit1.lrs} > > I tried renaming unit1 to the new unit name, but

Re: [Lazarus] Can't add new form to Lazarus App

2016-09-29 Thread Terry A. Haimann via Lazarus
On Thu, 2016-09-29 at 09:57 +0200, Mattias Gaertner via Lazarus wrote: > On Wed, 28 Sep 2016 16:49:15 -0500 > "Terry A. Haimann via Lazarus" wrote: > > > On an old Lazarus app (Linux) today I tried to add a form and got the > > Do you mean add a new empty form or

[Lazarus] Jpeg Exif reader was: TImage shows loaded image rotated by 90?

2016-09-29 Thread LacaK via Lazarus
Attached improved code. (as far as there is a lot of Exif tags, not all are parsed and placed in FExif record, but all are in FIFD array) -Laco. I have created small Exif reader for my own needs. I have looked also in FCL TFPReaderJpeg (which uses pasjpeg) if there is no support, but I do not

Re: [Lazarus] TLazIntfImage.Assign ?

2016-09-29 Thread LacaK via Lazarus
IMO it can be removed - obviously there are not any side effects any more. Ok, I will remove it ... Thanks ;-) -Laco -- ___ Lazarus mailing list Lazarus@lists.lazarus-ide.org http://lists.lazarus-ide.org/listinfo/lazarus

Re: [Lazarus] TLazIntfImage.Assign ?

2016-09-29 Thread Juha Manninen via Lazarus
On Thu, Sep 29, 2016 at 11:10 AM, Ondrej Pokorny via Lazarus wrote: > It looks like a left-over to me. It happens regularly also to myself during > refactoring. IMO it can be removed - obviously there are not any side > effects any more. Ok, I will remove it ...

Re: [Lazarus] TLazIntfImage.Assign ?

2016-09-29 Thread Ondrej Pokorny via Lazarus
On 29.09.2016 10:01, Juha Manninen via Lazarus wrote: On Wed, Sep 28, 2016 at 8:39 AM, LacaK via Lazarus wrote: Why we set Desc.Width and Height to 0 and later we do not use "Desc" , but "Src.DataDescription" ? Yes, now the Desc is unused and DataDescription is

Re: [Lazarus] Can't add new form to Lazarus App

2016-09-29 Thread Mattias Gaertner via Lazarus
On Wed, 28 Sep 2016 16:49:15 -0500 "Terry A. Haimann via Lazarus" wrote: > On an old Lazarus app (Linux) today I tried to add a form and got the Do you mean add a new empty form or add an existing form? > following: > > http://www.haimann.us/Images/Test.png I

Re: [Lazarus] Run Parameters Dialog

2016-09-29 Thread Mattias Gaertner via Lazarus
On Wed, 28 Sep 2016 14:19:02 -0600 Lars via Lazarus wrote: > On Mon, September 26, 2016 11:55 pm, Juha Manninen via Lazarus wrote: > > On Tue, Sep 27, 2016 at 8:07 AM, Lars via Lazarus > > wrote: > > > >> The designer of Lazarus