[Lazarus] Filling ListBox without triggering OnSelectionChange

2015-01-06 Thread Marc Santhoff
Hi, it has been a very long time since I've programmed GUIs. I have forgotten how to fill a ListBox without having the event handler OnSelectionChange executed. I have tried (Un)LockSelectionChange on the list, setting ItemIndex to -1, all in the forms create method. I've tried using add() or ass

Re: [Lazarus] HEADS UP: FPC 3.0.1 stable branched off.

2015-01-06 Thread Graeme Geldenhuys
On 2015-01-06 20:47, Marco van de Voort wrote: >> > For the record, at what revision number did this happen (i.e. if I want >> > to grab /the/ /last/ 2.7.1 what should I tell svn)? > I don't know. A quick look in the git mirror. https://github.com/graemeg/freepascal/commits/master Seems the

Re: [Lazarus] HEADS UP: FPC 3.0.1 stable branched off.

2015-01-06 Thread Graeme Geldenhuys
On 2015-01-06 18:58, Sven Barth wrote: > reason we branched 3.0 finally off was that we could reintegrate > branches back into trunk. No problem, I fully understand. Thanks for the info. Regards, - Graeme - -- fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal http://fpgui.sourc

Re: [Lazarus] HEADS UP: FPC 3.0.1 stable branched off.

2015-01-06 Thread Mark Morgan Lloyd
Marco van de Voort wrote: On Tue, Jan 06, 2015 at 07:29:35PM +, Mark Morgan Lloyd wrote: The version in trunk was raised to 3.1.1 Scripts might need modification accordingly. For the record, at what revision number did this happen (i.e. if I want to grab /the/ /last/ 2.7.1 what should I te

Re: [Lazarus] on OSX lazarus svn NOT make

2015-01-06 Thread Marco van de Voort
On Tue, Jan 06, 2015 at 02:26:37PM +0100, Mattias Gaertner wrote: > > make PREFIX=$laz_prefix clean all bigide CPU_TARGET=$CPU_TARGET > > LCL_PLATFORM=$LCL_PLATFORM OPT="$OPT" > > > > Makefile:208: *** The Makefile doesn't support target i386-executed,, > > please run fpcmake first. Stop. > >

Re: [Lazarus] HEADS UP: FPC 3.0.1 stable branched off.

2015-01-06 Thread Marco van de Voort
On Tue, Jan 06, 2015 at 07:29:35PM +, Mark Morgan Lloyd wrote: > > The version in trunk was raised to 3.1.1 > > > > Scripts might need modification accordingly. > > For the record, at what revision number did this happen (i.e. if I want > to grab /the/ /last/ 2.7.1 what should I tell svn)?

Re: [Lazarus] HEADS UP: FPC 3.0.1 stable branched off.

2015-01-06 Thread Mark Morgan Lloyd
Marco van de Voort wrote: As a first step in the 3.0.0 release process the stable branch was branched off to branches/fixes_3_0 and the version number was updated to 3.0.1 The version in trunk was raised to 3.1.1 Scripts might need modification accordingly. For the record, at what revision nu

[Lazarus] wiki platform template are a bit misguided

2015-01-06 Thread Graeme Geldenhuys
Hi, Two platform templates were added to the following wiki page: http://wiki.freepascal.org/Cocoa_Interface I think it is a bit misguided because each of those boxes says "applies to XXX only". Well that to me means 1 platform only, but it fact that widgetset interface applies to two platforms

Re: [Lazarus] HEADS UP: FPC 3.0.1 stable branched off.

2015-01-06 Thread Sven Barth
On 06.01.2015 19:53, Graeme Geldenhuys wrote: On 2015-01-05 15:54, Marco van de Voort wrote: As a first step in the 3.0.0 release process the stable branch was branched off to branches/fixes_3_0 and the version number was updated to 3.0.1 Thanks Marco - good news indeed. Let the testing begi

Re: [Lazarus] HEADS UP: FPC 3.0.1 stable branched off.

2015-01-06 Thread Graeme Geldenhuys
On 2015-01-05 15:54, Marco van de Voort wrote: > > As a first step in the 3.0.0 release process the stable branch was branched > off to branches/fixes_3_0 and the version number was updated to 3.0.1 Thanks Marco - good news indeed. Let the testing begin! ;-) ps: I remember reading a while back

Re: [Lazarus] TMPlayerControl

2015-01-06 Thread Philippe
Em 06.01.2015 11:35, Michael Thompson escreveu: > On 6 January 2015 at 17:48, Philippe wrote: > >> "fs" does not appear in http://wiki.freepascal.org/TMPlayerControl [1] > > Correct. -fs is an input parameter to mplayer. These aren't explicitly covered in the wiki as mplayer documentation

Re: [Lazarus] TMPlayerControl

2015-01-06 Thread Michael Thompson
On 6 January 2015 at 17:48, Philippe wrote: > "fs" does not appear in http://wiki.freepascal.org/TMPlayerControl Correct. -fs is an input parameter to mplayer. These aren't explicitly covered in the wiki as mplayer documentation covers them elsewhere. > And my "question" is still about TMPlay

Re: [Lazarus] on OSX lazarus svn NOT make

2015-01-06 Thread Mattias Gaertner
On Tue, 06 Jan 2015 13:56:22 +0200 FreeMan wrote: > fpc svn version name 3.1.1 (in Makefile.fpc) [fpcsrc/lib/fpc/3.1.1] > > Checked out revision 47313. > Lazarus PREFIX =/opt/lazarus/ > Lazarus CPU_TARGET =i386 > Lazarus LCL_PLATFORM =carbon > Lazarus OPT ="-k-framework -kApplicationServices" >

[Lazarus] on OSX lazarus svn NOT make

2015-01-06 Thread FreeMan
fpc svn version name 3.1.1 (in Makefile.fpc) [fpcsrc/lib/fpc/3.1.1] Checked out revision 47313. Lazarus PREFIX =/opt/lazarus/ Lazarus CPU_TARGET =i386 Lazarus LCL_PLATFORM =carbon Lazarus OPT ="-k-framework -kApplicationServices" make PREFIX=$laz_prefix clean all bigide CPU_TARGET=$CPU_TARGET

Re: [Lazarus] TMPlayerControl

2015-01-06 Thread Philippe
Em 05.01.2015 23:28, Michael Thompson escreveu: > G'day, > >> -fs does not appear in parameters list ... correct? > > Correct. -fs does not appear when I call "mplayer -input cmdlist". > > I note it does appear in the following page though: > http://mplayerhq.hu/DOCS/man/en/mplayer.1.ht

Re: [Lazarus] Gtk3 - Set entry placeholder

2015-01-06 Thread zeljko
On 01/05/2015 08:37 PM, Krzysztof wrote: Hi, I'm testing Gtk3 (I know that it is in alpha stage). I have latest lazarus from svn (1.3) When using low level Gtk3 api then this code work fine: uses {$IFDEF UNIX}{$IFDEF UseCThreads} cthreads, {$ENDIF}{$ENDIF} Interfaces, // this inclu