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
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
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
--
_
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
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
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
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
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
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
--
__
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
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
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
>
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
http://wiki.lazarus.freepascal.org/Webbrowser--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
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
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
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
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
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
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
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
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
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
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
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
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
>
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
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
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
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
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.
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
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/
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
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
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
36 matches
Mail list logo