Re: [Lazarus] Inversion of control (IoC) and Dependency injection (DI)

2015-01-05 Thread luiz americo pereira camara
2015-01-05 21:44 GMT-03:00 Marcos Douglas : > On Mon, Jan 5, 2015 at 6:07 PM, luiz americo pereira camara > > > > I created a IoC Container that can be found at > > > https://code.google.com/p/luipack/source/browse/trunk/luicomponents/luiioccontainer.pas > > . It has no dependencies. > > > > > So

Re: [Lazarus] TMPlayerControl

2015-01-05 Thread Michael Thompson
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.html#GENERAL%20OPTIONS Maybe they're more diligent on updating the web t

Re: [Lazarus] Inversion of control (IoC) and Dependency injection (DI)

2015-01-05 Thread Marcos Douglas
On Mon, Jan 5, 2015 at 6:07 PM, luiz americo pereira camara wrote: > Starting a new thread. > > > 2015-01-05 15:16 GMT-03:00 silvioprog : >> >> On Mon, Jan 5, 2015 at 12:54 PM, Marco van de Voort >> wrote: >>> >>> >>> As a first step in the 3.0.0 release process the stable branch was >>> branched

Re: [Lazarus] TMPlayerControl

2015-01-05 Thread Philippe
Em 05.01.2015 20:58, Michael Thompson escreveu: > G'day, > > On 5 January 2015 at 23:24, Philippe wrote: > >> someone may confirm: >> >> TMPlayerControl does not allow fullscreen option. > > When I extended the control last year I did not test full screen - in fact I didn't even conside

Re: [Lazarus] TMPlayerControl

2015-01-05 Thread Michael Thompson
G'day, On 5 January 2015 at 23:24, Philippe wrote: > someone may confirm: > > TMPlayerControl does not allow fullscreen option. > > When I extended the control last year I did not test full screen - in fact I didn't even consider it. So long as MPlayer supports this though, I can't see that t

[Lazarus] Inversion of control (IoC) and Dependency injection (DI)

2015-01-05 Thread luiz americo pereira camara
Starting a new thread. 2015-01-05 15:16 GMT-03:00 silvioprog : > On Mon, Jan 5, 2015 at 12:54 PM, 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

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

2015-01-05 Thread Michael Van Canneyt
On Mon, 5 Jan 2015, silvioprog wrote: On Mon, Jan 5, 2015 at 12:54 PM, 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 rais

[Lazarus] Gtk3 - Set entry placeholder

2015-01-05 Thread Krzysztof
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 includes the LCL widgetset LazGtk3, LazGObject2;

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

2015-01-05 Thread Vojtěch Čihák
So finally there'll be no 2.8 ?   Anyway, it works well. I just updated to 29419 and built it with 2.6.4. Lazarus compiled well too. Just have Lazarus 1.3 r47310M FPC 3.1.1 x86_64-linux-qt.   Thanks   Vojtěch  __ Od: Marco van de Voort

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

2015-01-05 Thread silvioprog
On Mon, Jan 5, 2015 at 12:54 PM, 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 accor

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

2015-01-05 Thread Marco van de Voort
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. -- ___ Lazarus mail

[Lazarus] TMPlayerControl

2015-01-05 Thread Philippe
someone may confirm: TMPlayerControl does not allow fullscreen option. Philippe -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus