Re: [lazarus] Compile fails on project with long pathname (MacOS X)

2006-05-21 Thread Vincent Snijders
Tom Verhoeff wrote: I recently upgraded to 0.9.14 and started a project, whose code is in a deeply nested directory tree with fairly long directory names, where one of the directory names contains a space. When compiling from the ide, this fails at the assembler. It seems to report a cut off pa

Re: [lazarus] Compile fails on project with long pathname (MacOS X)

2006-05-21 Thread Duncan
I had a (possibly) similar problem. I think it is the output directory - in other words, where the compiled files are sent. Out of interest, try creating an output directory on the drive level with a short directory path like "cu" for compiled units. I'm not sure it is anything to do with space

[lazarus] Compile fails on project with long pathname (MacOS X)

2006-05-21 Thread Tom Verhoeff
I recently upgraded to 0.9.14 and started a project, whose code is in a deeply nested directory tree with fairly long directory names, where one of the directory names contains a space. When compiling from the ide, this fails at the assembler. It seems to report a cut off path (the part with the

Re: [lazarus] THTMLBrowserHelpViewer.FindDefaultBrowser under Win32

2006-05-21 Thread Micha Nelissen
On Sun, 21 May 2006 10:26:16 +0200 Mattias Gaertner <[EMAIL PROTECTED]> wrote: > Wow. I added that yesterday and didn't announce it yet. And now there is > already a request for improvement. Are you sure, you are a bloody newbie? ;) Maybe a long overdue feature ? ;-) Micha _

Re: [lazarus] Win32 Lazarus programmer wanted

2006-05-21 Thread Lepidosteus
On 5/21/06, A.J. Venter <[EMAIL PROTECTED]> wrote: Hi guys, I will keep this short so it doesn't become spam but I was hoping somebody here feels like helping a seriously cool lazarus project out a little. I have done about 80% of a port of tappytux to win32 - but I honestly do not KNOW how to do

[lazarus] Win32 Lazarus programmer wanted

2006-05-21 Thread A.J. Venter
Hi guys, I will keep this short so it doesn't become spam but I was hoping somebody here feels like helping a seriously cool lazarus project out a little. I have done about 80% of a port of tappytux to win32 - but I honestly do not KNOW how to do the last 20%. And with everything on my plate I si

Re: [lazarus] Problem with gdb/IDE and GetEnvironmentVariable (Bug 1685)

2006-05-21 Thread Vincent Snijders
Christian U. wrote: - closes and restarts the IDE, or - sets debugger at (none), reruns the application, sets the debugger at GNU debugger (gdb), thats not real correct, the value is simply not saved. so if you have none as value and set it to gdb, always none is there. i think i have made an

[lazarus] Anyone using SUSE

2006-05-21 Thread johnf
Hi, I have now installed OpenSUSE 10.1 three times. I have discovered that even after installing all available development libraries the links required by Lazarus are not setup. In fact I think OpenSUSE 10.1 is attempting to drop GTK1. I'm new to Linux (at least at this level) so I am asking

Re: [lazarus] Problem with gdb/IDE and GetEnvironmentVariable (Bug 1685)

2006-05-21 Thread Christian U.
> - closes and restarts the IDE, or > - sets debugger at (none), reruns the application, sets the > debugger at GNU debugger (gdb), thats not real correct, the value is simply not saved. so if you have none as value and set it to gdb, always none is there. i think i have made an bugreport for this

Re: [lazarus] Speedbutton property transparant default value should be false.

2006-05-21 Thread darekm
Pleas test this patch problem was when speedbutton.transparent=true there is problem with tGroupBox on GTK2, MouseEnter is not triggered and then Flat not work Marien van Westen wrote: On 5/20/06, *DarekM* <[EMAIL PROTECTED] > wrote: Marien van Westen

[lazarus] Problem with gdb/IDE and GetEnvironmentVariable (Bug 1685)

2006-05-21 Thread Borut Maricic
> http://www.freepascal.org/mantis/view.php?id=1685 Vincent, thank you for bringing that existing bug-report to my attention. I have now added the following note there: The problem appears only while running in IDE and only when gdb is defined as a debugger and only from the second application ru

Re: [lazarus] THTMLBrowserHelpViewer.FindDefaultBrowser under Win32

2006-05-21 Thread Vincent Snijders
Borut Maricic wrote: On 2006-05-21 at 10:32, Mattias Gaertner ([EMAIL PROTECTED]) wrote: procedure GetDefaultBrowser(var Browser, Params: string); begin Browser:= SearchFileInPath('rundll32.exe','', SysUtils.GetEnvironmentVariable('PATH'),';',

Re: [lazarus] THTMLBrowserHelpViewer.FindDefaultBrowser under Win32

2006-05-21 Thread Borut Maricic
On 2006-05-21 at 10:32, Mattias Gaertner ([EMAIL PROTECTED]) wrote: >> procedure GetDefaultBrowser(var Browser, Params: string); >> begin >>Browser:= SearchFileInPath('rundll32.exe','', >> SysUtils.GetEnvironmentVariable('PATH'),';', >> [s

Re: [lazarus] THTMLBrowserHelpViewer.FindDefaultBrowser under Win32

2006-05-21 Thread Mattias Gaertner
On Sun, 21 May 2006 10:17:39 +0200 Vincent Snijders <[EMAIL PROTECTED]> wrote: > Borut Maricic wrote: > > I am still a bloody newbie in Lazarus, but am trying to go > > forward step by step. I am using it on WinXP. My HTML > > browser is Opera. > > > > While experimenting with the example HTMLHel

Re: [lazarus] THTMLBrowserHelpViewer.FindDefaultBrowser under Win32

2006-05-21 Thread Mattias Gaertner
On Sun, 21 May 2006 09:54:15 +0200 Borut Maricic <[EMAIL PROTECTED]> wrote: > I am still a bloody newbie in Lazarus, but am trying to go > forward step by step. I am using it on WinXP. My HTML > browser is Opera. > > While experimenting with the example HTMLHelp1, I was > receiving a message "Una

Re: [lazarus] TrayIcon patch

2006-05-21 Thread Mattias Gaertner
On Fri, 19 May 2006 19:56:07 +0200 "A.J. Venter" <[EMAIL PROTECTED]> wrote: > Attached patch fixes compilation of trayicon for GTK2 projects. Thanks. Fixed. Mattias _ To unsubscribe: mail [EMAIL PROTECTED] with

Re: [lazarus] THTMLBrowserHelpViewer.FindDefaultBrowser under Win32

2006-05-21 Thread Vincent Snijders
Borut Maricic wrote: I am still a bloody newbie in Lazarus, but am trying to go forward step by step. I am using it on WinXP. My HTML browser is Opera. While experimenting with the example HTMLHelp1, I was receiving a message "Unable to find a HTML browser". This forced me to install gdb :) (had

Re: [lazarus] THTMLBrowserHelpViewer.FindDefaultBrowser under Win32

2006-05-21 Thread Borut Maricic
> BTW, it also seems that a call to > SysUtils.GetEnvironmentVariable('any sysvar name here') is > always returning an empty string. Can that be or am I making > a fool of myself here? Oooops, this seems to work now (I have made a SVN update in the meantime). Strange. Anyhow, the main issue remain

Re: [lazarus] Speedbutton property transparant default value should be false.

2006-05-21 Thread Marien van Westen
DarekM,I got a message my zip-file was blocked. I saw recent posts were the blocked message was received. Did you get my zip-file?Marien