Re: [Lazarus] Lazarus 1.6RC1 on various platforms

2015-12-28 Thread Salvatore Coppola
Done 2015-12-28 9:50 GMT+01:00 Ondrej Pokorny : > On 28.12.2015 09:35, Salvatore Coppola wrote: > > Create the > procedure TForm1.Button1Click(Sender: TObject); > begin > > end; > Instead of the error message > > Please fill an issue report in the BT. > > Ondrej > > -- > _

Re: [Lazarus] Lazarus 1.6RC1 on various platforms

2015-12-28 Thread Ondrej Pokorny
On 28.12.2015 09:35, Salvatore Coppola wrote: Create the procedure TForm1.Button1Click(Sender: TObject); begin end; Instead of the error message Please fill an issue report in the BT. Ondrej -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepasc

Re: [Lazarus] Lazarus 1.6RC1 on various platforms

2015-12-28 Thread Salvatore Coppola
Create the procedure TForm1.Button1Click(Sender: TObject); begin end; Instead of the error message 2015-12-28 9:16 GMT+01:00 Ondrej Pokorny : > On 28.12.2015 09:11, Salvatore Coppola wrote: > > What do you want to change? >> - do you want to remove the "Button1Click" reference in OI on undo? >>

Re: [Lazarus] Lazarus 1.6RC1 on various platforms

2015-12-28 Thread Ondrej Pokorny
On 28.12.2015 09:11, Salvatore Coppola wrote: What do you want to change? - do you want to remove the "Button1Click" reference in OI on undo? or - do you want to create Button1Click even if there is reference in OI but the method cannot be found? Yes, this can be a good opt

Re: [Lazarus] Lazarus 1.6RC1 on various platforms

2015-12-28 Thread Salvatore Coppola
2015-12-27 22:29 GMT+01:00 Ondrej Pokorny : > On 26.12.2015 10:00, Salvatore Coppola wrote: > > the IDE is give a error msg that didnt help to find the problem (unit > section enlighted) > > > I find the error message clear enough: > > > > and in the messages window you find > > unit1.pas(1,11) Er

Re: [Lazarus] Lazarus 1.6RC1 on various platforms

2015-12-27 Thread Ondrej Pokorny
On 26.12.2015 10:00, Salvatore Coppola wrote: the IDE is give a error msg that didnt help to find the problem (unit section enlighted) I find the error message clear enough: and in the messages window you find unit1.pas(1,11) Error: identifier not found: Button1Click So there is no bug at

Re: [Lazarus] Lazarus 1.6RC1 on various platforms

2015-12-27 Thread Ondrej Pokorny
On 27.12.2015 21:40, Salvatore Coppola wrote: Ok "although" instead of "Thought"! Ok wrong tread! Should be opened an issou in the BT? thanks for the huge amount of replies! I don't know if it is even possible and wanted to extend the source editor undo function with the ability to change the

Re: [Lazarus] Lazarus 1.6RC1 on various platforms

2015-12-27 Thread Salvatore Coppola
Ok "although" instead of "Thought"! Ok wrong tread! Should be opened an issou in the BT? thanks for the huge amount of replies! 2015-12-26 10:00 GMT+01:00 Salvatore Coppola : > Thought not 1.6 specific ther'is an annoying bug with the IDE undo. If you > create an event for instance > procedure T

Re: [Lazarus] Lazarus 1.6RC1 on various platforms

2015-12-26 Thread Salvatore Coppola
Thought not 1.6 specific ther'is an annoying bug with the IDE undo. If you create an event for instance procedure TForm1.Button1Click(Sender: TObject); begin end; do ctrl+z and only Button1Click from source is removed and not its reference in the OI. So if you try to recreate the Button1Click e

Re: [Lazarus] Lazarus 1.6RC1 on various platforms

2015-12-25 Thread Mark Morgan Lloyd
Juha Manninen wrote: On Fri, Dec 25, 2015 at 1:39 PM, Mark Morgan Lloyd wrote: Mark Morgan Lloyd wrote: The good news is that it builds with FPC 3.0.0 on: PPC Linux, Debian "Lenny" Raspbian "Jessie" on RPi2 SPARC OpenSXCE 2014 (approx. Solaris 11) SPARC Linux, Debian "Squeeze" x86 linux, Debi

Re: [Lazarus] Lazarus 1.6RC1 on various platforms

2015-12-25 Thread Juha Manninen
On Fri, Dec 25, 2015 at 1:39 PM, Mark Morgan Lloyd wrote: > Mark Morgan Lloyd wrote: >> >> The good news is that it builds with FPC 3.0.0 on: >> >> PPC Linux, Debian "Lenny" >> Raspbian "Jessie" on RPi2 >> SPARC OpenSXCE 2014 (approx. Solaris 11) >> SPARC Linux, Debian "Squeeze" >> x86 linux, Debi

Re: [Lazarus] Lazarus 1.6RC1 on various platforms

2015-12-25 Thread Mark Morgan Lloyd
Mark Morgan Lloyd wrote: The good news is that it builds with FPC 3.0.0 on: PPC Linux, Debian "Lenny" Raspbian "Jessie" on RPi2 SPARC OpenSXCE 2014 (approx. Solaris 11) SPARC Linux, Debian "Squeeze" x86 linux, Debian "Lenny" and "Jessie" x86_64 linux, Debian "Jessie" Also on straight Raspberry

Re: [Lazarus] Lazarus 1.6RC1 on various platforms

2015-12-22 Thread Mark Morgan Lloyd
Mark Morgan Lloyd wrote: On a recent Raspbian running on an RPi2, using a directly-connected HDMI screen with USB keyboard and mouse, with OpenBox or LXDE as window manager: GTK2 radio box squashed Qt messagebox button icons garbled. No obvious problems on Debian Jessie running on x86_64, i

Re: [Lazarus] Lazarus 1.6RC1 on various platforms

2015-12-22 Thread Mark Morgan Lloyd
Mark Morgan Lloyd wrote: The good news is that it builds with FPC 3.0.0 on: PPC Linux, Debian "Lenny" Raspbian "Jessie" on RPi2 SPARC OpenSXCE 2014 (approx. Solaris 11) SPARC Linux, Debian "Squeeze" x86 linux, Debian "Lenny" and "Jessie" x86_64 linux, Debian "Jessie" Minor widget set issues.

Re: [Lazarus] Lazarus 1.6RC1 on various platforms

2015-12-21 Thread Mattias Gaertner
On Mon, 21 Dec 2015 18:00:31 + Mark Morgan Lloyd wrote: >[...] > Yippee :-) Hopefully that's something that can get into the release. Yes. >[...] > http://free-pascal-lazarus.989080.n3.nabble.com/Lazarus-A-change-in-LCL-require-your-TCustomForm-descendants-to-have-a-resource-or-to-us

Re: [Lazarus] Lazarus 1.6RC1 on various platforms

2015-12-21 Thread Mark Morgan Lloyd
Mattias Gaertner wrote: An annoyance affecting all platforms above is that the timeout in the "Configure Lazarus IDE" -> "Compiler" box is impossibly fast, if the default isn't right about the only way to use it is to paste a prepared name. What timeout? After the compiler name has been chang

Re: [Lazarus] Lazarus 1.6RC1 on various platforms

2015-12-20 Thread Mattias Gaertner
On Sun, 20 Dec 2015 09:37:16 + Mark Morgan Lloyd wrote: > Mattias Gaertner wrote: >[...] > >> An annoyance affecting all platforms above is that the timeout in the > >> "Configure Lazarus IDE" -> "Compiler" box is impossibly fast, if the > >> default isn't right about the only way to use it

Re: [Lazarus] Lazarus 1.6RC1 on various platforms

2015-12-20 Thread Mark Morgan Lloyd
Mattias Gaertner wrote: On Sat, 19 Dec 2015 19:46:11 + Mark Morgan Lloyd wrote: The good news is that it builds with FPC 3.0.0 on: PPC Linux, Debian "Lenny" Raspbian "Jessie" on RPi2 SPARC OpenSXCE 2014 (approx. Solaris 11) SPARC Linux, Debian "Squeeze" x86 linux, Debian "Lenny" and "Jess

Re: [Lazarus] Lazarus 1.6RC1 on various platforms

2015-12-19 Thread Mattias Gaertner
On Sat, 19 Dec 2015 19:46:11 + Mark Morgan Lloyd wrote: > The good news is that it builds with FPC 3.0.0 on: > > PPC Linux, Debian "Lenny" > Raspbian "Jessie" on RPi2 > SPARC OpenSXCE 2014 (approx. Solaris 11) > SPARC Linux, Debian "Squeeze" > x86 linux, Debian "Lenny" and "Jessie" > x86_64

[Lazarus] Lazarus 1.6RC1 on various platforms

2015-12-19 Thread Mark Morgan Lloyd
The good news is that it builds with FPC 3.0.0 on: PPC Linux, Debian "Lenny" Raspbian "Jessie" on RPi2 SPARC OpenSXCE 2014 (approx. Solaris 11) SPARC Linux, Debian "Squeeze" x86 linux, Debian "Lenny" and "Jessie" x86_64 linux, Debian "Jessie" I've not tested any other ARM variant since I can onl