Re: [Lazarus] fpWeb file download

2010-06-10 Thread Michael Van Canneyt
On Thu, 10 Jun 2010, ABorka wrote: On 6/10/2010 13:30, Leonardo M. Ramé wrote: El jue, 10-06-2010 a las 17:23 -0300, Leonardo M. Ramé escribió: Hi, I'm trying to implement file downloading for an fpWeb CGI without success, I'm doing this so far: procedure TFPWebModule1.TFPWebActions0Request

[Lazarus] fpc_crosswin32 2.4.1 not i386 - all or 64

2010-06-10 Thread Osvaldo Filho
How can create a package for ubuntu 64 using scripts from "lazarus_trunk/tools/install/cross_unix" ? Now, the result is a i386 package! -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo

Re: [Lazarus] Menu dividers?

2010-06-10 Thread Michael Fuchs
K. P. schrieb: > in Delphi I can create horizontal menu dividers by setting the caption > of a menu item to '-' - this does not seem to be supported by Lazarus - > any other way this can be done? It is supported, but only shown on runtime of your application. hth Michael -- _

[Lazarus] fpWeb file download

2010-06-10 Thread Leonardo M.
Hi, I'm trying to implement file downloading for an fpWeb CGI without success, I'm doing this so far: procedure TFPWebModule1.TFPWebActions0Request(Sender: TObject; ARequest: TRequest; AResponse: TResponse; var Handled: Boolean); var lImage: string; lFileStream: TFileStream; begin lImage

Re: [Lazarus] fpWeb file download

2010-06-10 Thread ABorka
On 6/10/2010 13:30, Leonardo M. Ramé wrote: El jue, 10-06-2010 a las 17:23 -0300, Leonardo M. Ramé escribió: Hi, I'm trying to implement file downloading for an fpWeb CGI without success, I'm doing this so far: procedure TFPWebModule1.TFPWebActions0Request(Sender: TObject; ARequest: TRequest

Re: [Lazarus] fpWeb file download

2010-06-10 Thread Leonardo M.
El jue, 10-06-2010 a las 17:23 -0300, Leonardo M. Ramé escribió: > Hi, I'm trying to implement file downloading for an fpWeb CGI without > success, I'm doing this so far: > > procedure TFPWebModule1.TFPWebActions0Request(Sender: TObject; > ARequest: TRequest; AResponse: TResponse; var Handled: B

[Lazarus] Should I Convert TStringAlignGrid 2.1 or use TStringGrid ??? http://www.hoerstemeier.com/

2010-06-10 Thread Peter E Williams
subject: Should I Convert TStringAlignGrid 2.1 or use TStringGrid ??? http://www.hoerstemeier.com/ (based on Delphi 6) Hi All, Should I convert the .pas and .dfm files into lazarus .pas and .lfm files ??? Or should I use the standard lazarus TStringGrid component ??? I used Andy's TStringAlignGr

Re: [Lazarus] Cross-platform default browser?

2010-06-10 Thread Maxim Ganetsky
10.06.2010 20:59, dhax...@audiovox.com пишет: Mattias Gaertner wrote on 06/10/2010 12:42:58 PM: > > 06/10/2010 12:43 PM > > > On Thu, 10 Jun 2010 16:31:51 + > "K. P." wrote: > > > > > > > Hi all ~ > > am in the process of converting one of our win32 delphi apps to > lazarus/cro

Re: [Lazarus] Menu dividers?

2010-06-10 Thread dmitry boyarintsev
2010/6/10 K. P. : > in Delphi I can create horizontal menu dividers by setting the caption of a > menu item to '-' - this does not seem to be supported by Lazarus - any other > way this can be done? It's supported in Lazarus Just set caption to '-' thanks, dmitry -- __

[Lazarus] Menu dividers?

2010-06-10 Thread K. P.
Hi all ~ in Delphi I can create horizontal menu dividers by setting the caption of a menu item to '-' - this does not seem to be supported by Lazarus - any other way this can be done? ThanksKP

Re: [Lazarus] Dircleaner example application bug

2010-06-10 Thread Howard Page-Clark
On 10/6/10 4:48, Mattias Gaertner wrote: On Thu, 10 Jun 2010 14:45:34 +0100 Howard Page-Clark wrote: On 08/6/10 8:10, Mattias Gaertner wrote: On Mon, 07 Jun 2010 23:54:22 +0100 Howard Page-Clark wrote: There is a minor bug in the very useful example application dircleaner. The unit dircle

Re: [Lazarus] Cross-platform default browser?

2010-06-10 Thread DHaxton
Mattias Gaertner wrote on 06/10/2010 12:42:58 PM: > > 06/10/2010 12:43 PM > > > On Thu, 10 Jun 2010 16:31:51 + > "K. P." wrote: > > > > > > > Hi all ~ > > am in the process of converting one of our win32 delphi apps to > lazarus/cross platform. > > Converting something trivial like >

Re: [Lazarus] Cross-platform default browser?

2010-06-10 Thread Mattias Gaertner
On Thu, 10 Jun 2010 16:31:51 + "K. P." wrote: > > > Hi all ~ > am in the process of converting one of our win32 delphi apps to lazarus/cross > platform. > Converting something trivial like > ShellExecute( 0, nil, PChar( url ), nil, nil, SW_SHOWDEFAULT ); > How can I find the default brow

Re: [Lazarus] Cross-platform default browser?

2010-06-10 Thread DHaxton
http://wiki.lazarus.freepascal.org/Webbrowser-- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Cross-platform default browser?

2010-06-10 Thread zeljko
On Thursday 10 June 2010 18:31, K. P. wrote: > Hi all ~ > am in the process of converting one of our win32 delphi apps to > lazarus/cross platform. Converting something trivial like > ShellExecute( 0, nil, PChar( url ), nil, nil, SW_SHOWDEFAULT ); > How can I find the default browser (if any) on s

[Lazarus] Cross-platform default browser?

2010-06-10 Thread K. P.
Hi all ~ am in the process of converting one of our win32 delphi apps to lazarus/cross platform. Converting something trivial like ShellExecute( 0, nil, PChar( url ), nil, nil, SW_SHOWDEFAULT ); How can I find the default browser (if any) on supported platforms? Thanks for any pointers,KP

[Lazarus] Cross-platform version info?

2010-06-10 Thread K. P.
Hi all ~ is there an API of sorts for reading version info across all supported platforms? ThanksKP _ Hotmail: Trusted email with powerful SPAM protection. https://signup.live.com/signup.asp

Re: [Lazarus] Dircleaner example application bug

2010-06-10 Thread Mattias Gaertner
On Thu, 10 Jun 2010 14:45:34 +0100 Howard Page-Clark wrote: > On 08/6/10 8:10, Mattias Gaertner wrote: > > On Mon, 07 Jun 2010 23:54:22 +0100 > > Howard Page-Clark wrote: > > > >> There is a minor bug in the very useful example application dircleaner. > >> The unit dircleaner.pp around line 441

Re: [Lazarus] Dircleaner example application bug

2010-06-10 Thread Howard Page-Clark
On 08/6/10 8:10, Mattias Gaertner wrote: On Mon, 07 Jun 2010 23:54:22 +0100 Howard Page-Clark wrote: There is a minor bug in the very useful example application dircleaner. The unit dircleaner.pp around line 441 has FileNameFits:=Pos(Ext,FWorkExt)<>0; to check if the current file under consi

Re: [Lazarus] Graphics32 carbon

2010-06-10 Thread Mattias Gärtner
Zitat von CA Gorski : On 07.06.2010 09:39, Felipe Monteiro de Carvalho wrote: Hello, I took a look at the file that you sent and it has the wrong options. The option -va shows the searching of units, you used another option which just shows the IFDEFs... Anyway, one possible cause is that

Re: [Lazarus] Graphics32 carbon

2010-06-10 Thread CA Gorski
On 07.06.2010 09:39, Felipe Monteiro de Carvalho wrote: Hello, I took a look at the file that you sent and it has the wrong options. The option -va shows the searching of units, you used another option which just shows the IFDEFs... Anyway, one possible cause is that you added the GR32 path

Re: [Lazarus] contnrs.pp(11, 35) Fatal: Can't find unit contnrs used by Masks

2010-06-10 Thread Michael Schnell
On 06/10/2010 01:33 PM, Marc Weustink wrote: > Michael Schnell wrote: >> On 06/10/2010 10:10 AM, Marc Weustink wrote: >>> >>> Post the complete output of -va somewhere. That the compiler is using >>> fpc.cfg is to little info. >>> >>> Marc >> > > So this is not a contnrs issue. Yuor paths are ok, t

Re: [Lazarus] contnrs.pp(11, 35) Fatal: Can't find unit contnrs used by Masks

2010-06-10 Thread Marc Weustink
Michael Schnell wrote: On 06/10/2010 10:10 AM, Marc Weustink wrote: Post the complete output of -va somewhere. That the compiler is using fpc.cfg is to little info. Marc Thanks for the offer ! It's huge, so I'll send it to you in a private post. From the file you sent me: Searching file

Re: [Lazarus] SVN2 still stuck on r25998

2010-06-10 Thread Vincent Snijders
Graeme Geldenhuys schreef: As the subject says. The issue is for both Lazarus and FPC svn2 mirror repositories. Fixed. Vincent -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/laz

Re: [Lazarus] No help found for...

2010-06-10 Thread Marco van de Voort
On Thu, Jun 10, 2010 at 11:34:27AM +0200, Mattias Gaertner wrote: > > That help unfortunately sits in a very crappy format and in the wiki only. > > Maybe one day we will have an export wiki > > to XXX format, where XXX is something more usable, like the XML format > > of fpdoc. Then just like fpd

Re: [Lazarus] No help found for...

2010-06-10 Thread Marco van de Voort
On Thu, Jun 10, 2010 at 11:16:17AM +0200, Graeme Geldenhuys wrote: > On 10/06/2010, Marco van de Voort wrote: > > > > It is not that help that is the problem, it is the context sensitive help > > which is currently done by wiki. > > But with DocView and INF help files, I have solved the context >

Re: [Lazarus] contnrs.pp(11, 35) Fatal: Can't find unit contnrs used by Masks

2010-06-10 Thread Michael Schnell
On 06/10/2010 10:10 AM, Marc Weustink wrote: > > Post the complete output of -va somewhere. That the compiler is using > fpc.cfg is to little info. > > Marc Thanks for the offer ! It's huge, so I'll send it to you in a private post. -Michael -- ___ Laza

Re: [Lazarus] No help found for...

2010-06-10 Thread Mattias Gaertner
On Thu, 10 Jun 2010 11:16:17 +0200 Graeme Geldenhuys wrote: > On 10/06/2010, Marco van de Voort wrote: > > > > It is not that help that is the problem, it is the context sensitive help > > which is currently done by wiki. > > But with DocView and INF help files, I have solved the context > sens

Re: [Lazarus] No help found for...

2010-06-10 Thread Graeme Geldenhuys
On 10/06/2010, Marco van de Voort wrote: > > It is not that help that is the problem, it is the context sensitive help > which is currently done by wiki. But with DocView and INF help files, I have solved the context sensitive help for Language Syntax, LCL, FCL, RTL etc.. The only help I don't ha

Re: [Lazarus] No help found for...

2010-06-10 Thread Marco van de Voort
On Sun, May 30, 2010 at 11:25:12PM +0200, Graeme Geldenhuys wrote: > On 30 May 2010 22:47, Hans-Peter Diettrich wrote: > > > > We also should have local IDE help sources, for every lazarus version. > > I hope to release the final fpGUI v0.7 in a few days. At the same time > I'll release pre-compil

Re: [Lazarus] Gtk1-Gtk2 splitup.

2010-06-10 Thread dmitry boyarintsev
On Thu, Jun 10, 2010 at 12:37 PM, Marc Weustink wrote: > Last night the separation og gtk2 from the gtk1 widgetset became a fact and > it got merged into trunk. If you've any libraries/components with a Gtk2/Gtk1 specific code, please make sure that you don't use gtk1 for Gtk2 widgetset code. i.

[Lazarus] Gtk1-Gtk2 splitup.

2010-06-10 Thread Marc Weustink
Hi list. Last night the separation og gtk2 from the gtk1 widgetset became a fact and it got merged into trunk. What does this mean. gtk2: During the merge of "common" gtk code into the gtk2 widgetset we might have overlooked something, so we may have introduced some bugs. If you see somethi

[Lazarus] SVN2 still stuck on r25998

2010-06-10 Thread Graeme Geldenhuys
As the subject says. The issue is for both Lazarus and FPC svn2 mirror repositories. Lazarus svn2 stuck on r25997 FPC svn2 stuck on r15397 -- Regards, - Graeme - ___ fpGUI - a cross-platform Free Pascal GUI toolkit http://opensoft.homeip.net/fpgui/

Re: [Lazarus] contnrs.pp(11, 35) Fatal: Can't find unit contnrs used by Masks

2010-06-10 Thread Mattias Gaertner
On Thu, 10 Jun 2010 09:28:41 +0200 Michael Schnell wrote: > On 05/31/2010 10:34 PM, Vincent Snijders wrote: > > Michael Schnell schreef: > >> On 05/31/2010 03:30 PM, Bogusław Brandys wrote: > >>> You have broken path setting in fpc.cfg > >> > >> I did guess this. But there might be several fpc.cf

Re: [Lazarus] contnrs.pp(11, 35) Fatal: Can't find unit contnrs used by Masks

2010-06-10 Thread Marc Weustink
Michael Schnell wrote: On 05/31/2010 10:34 PM, Vincent Snijders wrote: Michael Schnell schreef: On 05/31/2010 03:30 PM, Bogusław Brandys wrote: You have broken path setting in fpc.cfg I did guess this. But there might be several fpc.cfg files. where to search for same ? That's an easy one. C

Re: [Lazarus] contnrs.pp(11, 35) Fatal: Can't find unit contnrs used by Masks

2010-06-10 Thread Michael Schnell
On 05/31/2010 10:34 PM, Vincent Snijders wrote: > Michael Schnell schreef: >> On 05/31/2010 03:30 PM, Bogusław Brandys wrote: >>> You have broken path setting in fpc.cfg >> >> I did guess this. But there might be several fpc.cfg files. where to >> search for same ? > > That's an easy one. Compile w