Re: [Lazarus] widgetset roadmap issue query

2011-08-30 Thread Michael Schnell
On 08/29/2011 10:55 PM, Graeme Geldenhuys wrote: On 29/08/2011, Michael Schnell wrote: BTW when starting a TTimer that does not do anything, (while in the IDE) the fpGUI flavor of the test projects makes the IDE hang. I have no idea what you test project does, but here I use many timers for

Re: [Lazarus] widgetset roadmap issue query

2011-08-30 Thread Graeme Geldenhuys
On 30/08/2011, Michael Schnell wrote: Changing the line to Result := THandle(Timer); makes the Timer work. I don't know if this is appropriate for all Archs Maybe post that question as a new message thread. This message thread has already diverged a bit, so such questions might go

[Lazarus] Latest lazarus just hangs

2011-08-30 Thread Michael Van Canneyt
Hi, I updated lazarus today from SVN (32113), and recompiled. When I start it, it just hangs with some empty windows on the screen. I must kill the process. This is on the terminal: fsb: ./lazarus TMainIDE.ParseCmdLineOptions: PrimaryConfigPath=/home/michael/.lazarus

Re: [Lazarus] Latest lazarus just hangs

2011-08-30 Thread Paul Ishenin
30.08.2011 21:21, Michael Van Canneyt wrote: Maybe it is not a bad idea to save the current .exe on rebuild by default ? My build script does it. Best regards, Paul Ishenin. -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org

Re: [Lazarus] Latest lazarus just hangs

2011-08-30 Thread Felipe Monteiro de Carvalho
On Tue, Aug 30, 2011 at 3:21 PM, Michael Van Canneyt mich...@freepascal.org wrote: That just killed my production environment :-) It should be trivial to return to production with something like: svn up -r 32000 make clean make bigide -- Felipe Monteiro de Carvalho --

Re: [Lazarus] Latest lazarus just hangs

2011-08-30 Thread Michael Van Canneyt
On Tue, 30 Aug 2011, Felipe Monteiro de Carvalho wrote: On Tue, Aug 30, 2011 at 3:21 PM, Michael Van Canneyt mich...@freepascal.org wrote: That just killed my production environment :-) It should be trivial to return to production with something like: svn up -r 32000 make clean make

Re: [Lazarus] Latest lazarus just hangs

2011-08-30 Thread michael . vancanneyt
On Tue, 30 Aug 2011, Paul Ishenin wrote: 30.08.2011 21:21, Michael Van Canneyt wrote: Maybe it is not a bad idea to save the current .exe on rebuild by default ? My build script does it. Glad to hear this, but I think most users (as indeed I am) are in the habit of doing a 'Build

Re: [Lazarus] Latest lazarus just hangs

2011-08-30 Thread michael . vancanneyt
On Tue, 30 Aug 2011, Michael Van Canneyt wrote: On Tue, 30 Aug 2011, Felipe Monteiro de Carvalho wrote: On Tue, Aug 30, 2011 at 3:21 PM, Michael Van Canneyt mich...@freepascal.org wrote: That just killed my production environment :-) It should be trivial to return to production with

Re: [Lazarus] Latest lazarus just hangs

2011-08-30 Thread Paul Ishenin
30.08.2011 21:36, michael.vancann...@wisa.be wrote: PS. That said, I'd love to see your script. Is it in SVN ? No. The script is simple: C:\programming\fpc\bin\i386-win32\make.exe bigideclean bigide OPT=-Criot -gt -gh -gw -godwarfsets -dUseVistaDialogs if errorlevel 2 goto finish del

Re: [Lazarus] Latest lazarus just hangs

2011-08-30 Thread michael . vancanneyt
On Tue, 30 Aug 2011, Paul Ishenin wrote: 30.08.2011 21:36, michael.vancann...@wisa.be wrote: PS. That said, I'd love to see your script. Is it in SVN ? No. The script is simple: C:\programming\fpc\bin\i386-win32\make.exe bigideclean bigide OPT=-Criot -gt -gh -gw -godwarfsets

Re: [Lazarus] Latest lazarus just hangs

2011-08-30 Thread Alexander Klenin
On Wed, Aug 31, 2011 at 01:16, Paul Ishenin webpi...@mail.ru wrote: 30.08.2011 21:36, michael.vancann...@wisa.be wrote: PS. That said, I'd love to see your script. Is it in SVN ? No. The script is simple: C:\programming\fpc\bin\i386-win32\make.exe bigideclean bigide OPT=-Criot -gt -gh -gw

[Lazarus] Run a stream online

2011-08-30 Thread silvioprog
Hi, Is there any chance of running a radio stream(*) with Lazarus (with Synapse)? Thx. (*) http://www.181.fm/playing.php?station=181-beatlesembed=1 -- Silvio Clécio === Blog - silvioprog.com.br Twitter - twitter.com/silvioprog LazSolutions -

[Lazarus] RE : Run a stream online

2011-08-30 Thread Ludo Brands
Hi, Is there any chance of running a radio stream(*) with Lazarus (with Synapse)? Thx. (*) http://www.181.fm/playing.php?station=181-beatlesembed=1 -- AFAIK Synapse doesn't have any support for rtsp or mms. I don't know of any pascal open source streaming library. KSP

[Lazarus] Lazarus Portuguese translation situation

2011-08-30 Thread Maxim Ganetsky
Hello. Currently we have regularly maintained Brazilian Portuguese (pt_BR) translation and unmaintained Portuguese (pt_PT) one, which was copied from the former and thus not entirely correct. I think that if Portuguese translation won't be updated it should be removed before next Lazarus

[Lazarus] lazde fails to compile - some resource error

2011-08-30 Thread Graeme Geldenhuys
What is going wrong? Why do I keep getting failing to compile resources error. I'm using latest Lazarus 0.9.30.1 with FPC 2.4.3. 'fpc' and 'fpcres' and friends are in my PATH environment variable. No matter what I do, I simply can't get Lazarus to compile the doceditor (lazde) project.

[Lazarus] Forms and Generators

2011-08-30 Thread Marc Santhoff
Hi, I have some question regarding forms and storage formats and the like: 1. Lazarus can write a form definiton to disk as an XML file. Is there a way to load this XML file again making a form out of it? 2. Is there any support for XForms planned or existing? See

Re: [Lazarus] lazde fails to compile - some resource error

2011-08-30 Thread Flávio Etrusco
On Tue, Aug 30, 2011 at 6:29 PM, Graeme Geldenhuys graemeg.li...@gmail.com wrote: What is going wrong? Why do I keep getting failing to compile resources error. I'm using latest Lazarus 0.9.30.1 with FPC 2.4.3. 'fpc' and 'fpcres' and friends are in my PATH environment variable. No matter

Re: [Lazarus] Forms and Generators

2011-08-30 Thread Mattias Gaertner
On Tue, 30 Aug 2011 23:54:26 +0200 Marc Santhoff m.santh...@web.de wrote: Hi, I have some question regarding forms and storage formats and the like: 1. Lazarus can write a form definiton to disk as an XML file. Is there a way to load this XML file again making a form out of it? AFAIK the

Re: [Lazarus] RE : Run a stream online

2011-08-30 Thread silvioprog
2011/8/30 Ludo Brands ludo.bra...@free.fr: Hi, Is there any chance of running a radio stream(*) with Lazarus (with Synapse)? Thx. (*) http://www.181.fm/playing.php?station=181-beatlesembed=1 -- AFAIK Synapse doesn't have any support for rtsp or mms. I don't know of any pascal open

Re: [Lazarus] Package output directory not inherited by project

2011-08-30 Thread Mattias Gaertner
On Mon, 29 Aug 2011 16:24:04 -0700 (PDT) leledumbo leledumbo_c...@yahoo.co.id wrote: * cross posted from forum * I'm converting a fpWeb project to use EmbWeb, however I got compilation errors saying fpEmbWeb unit not found. When I open project options-inherited, I don't see any EmbWeb path

Re: [Lazarus] Lazarus Portuguese translation situation

2011-08-30 Thread Paulo Costa
On 30/08/2011 20:44, Maxim Ganetsky wrote: Hello. Currently we have regularly maintained Brazilian Portuguese (pt_BR) translation and unmaintained Portuguese (pt_PT) one, which was copied from the former and thus not entirely correct. I think that if Portuguese translation won't be updated it

[Lazarus] Lazarus Portuguese translation situation

2011-08-30 Thread marcelo.bp
Hello, If i recall from the last discussion about this subject, i was opposed to split the files. At the time i quoted that the Lazarus wiki had stated the intention to have only the brazilian portuguese version ( see