Re: [lazarus] Managing Cross Platform Projects

2007-03-22 Thread Patrick Chevalley
The other major concern that held me back was about how much disk space an SVN implementation consumes over time as it grows, and how big a backup of the SVN server data would be compared to my present method. What are your experiences? I use rsync to backup my sourceforge project svn, this

Re: [lazarus] Managing Cross Platform Projects

2007-03-22 Thread Marco van de Voort
On Wed, Mar 21, 2007 at 07:14:42PM -0700, George Lober wrote: while back I thought about setting up SVN because of the drawbacks, but since I am not familiar with it, the setting-up and running of it looked quite complicated. The other major concern that held me back was about how much disk

Re: [lazarus] Crossplatform Windows-Linux

2007-03-22 Thread Marco van de Voort
On Wed, Mar 21, 2007 at 03:42:25PM -0300, Andreas Berger wrote: I'm sorry to bring up something like this, but I really need help. I need to port an app from windows to linux. However, since all my development is under windows I would like to compile under windows and run it on a (or

Re: [Lazarus] problem with Form within Forms

2007-03-22 Thread Guadagnini David
Yes, this is an bug in the lcl i have an workaround for this posted at the bugreport. Can You give me the address in bugreport please. begin:vcard fn:David Guadagnini n:Guadagnini;David org:Biotecnica Instruments S.p.A.;RD adr:;;Via Licenza 18;Roma;RM;00133;Italy email;internet:[EMAIL

[lazarus] touch command [OT]

2007-03-22 Thread Lee Jenkins
Hi all, I'm trying to use the touch command from TProcess and it only changes the date. I've tried many different formats that I have found suggested on various linux sites, including [[CC]YY]MMDDhhmm [.SS] and none of them seem to work. touch seems to work if I run it directly from the

Re: [Lazarus] problem with Form within Forms

2007-03-22 Thread ????? ??????
Can You give me the address in bugreport please. http://www.freepascal.org/mantis/main_page.php Paul. _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at

Re: [lazarus] Managing Cross Platform Projects

2007-03-22 Thread Lee Jenkins
Patrick Chevalley wrote: In the past I do myself some fright by manually copy the files to a Samba share ... shifts his feet uncomfortably -- Warm Regards, Lee _ To unsubscribe: mail [EMAIL PROTECTED] with

Re: [lazarus] touch command [OT]

2007-03-22 Thread Lee Jenkins
Lee Jenkins wrote: Hi all, I'm trying to use the touch command from TProcess and it only changes the date. I've tried many different formats that I have found suggested on various linux sites, including [[CC]YY]MMDDhhmm [.SS] and none of them seem to work. Never mind. I used a

[lazarus] Launching the Default browser -- Linux

2007-03-22 Thread Jeff Steinkamp
I am sure there is probably a very simple way to do this in Linux, but I am at a loss. In Delphi I am able to launch a browser with a web page using the shellExecute command. ShellExecute(0, pchar('OPEN'), pchar(http://www.n7yg.net), nil, nil, sw_shownormal); How would one accomplish the

Re: [lazarus] Launching the Default browser -- Linux

2007-03-22 Thread Sébastien Ballesté-Antich
2007/3/23, Jeff Steinkamp [EMAIL PROTECTED]: I am sure there is probably a very simple way to do this in Linux, but I am at a loss. Hi, Did you try the example located in /usr/share/lazarus/examples/openbrowser ? Regards, -- Sébastien Ballesté-Antich