[lazarus] Bug in menu

2006-06-08 Thread Lord ZealoN
Hi. As you can see in (1) and (2) some letters in menu has broken. (1) is the addrbook example and (2) is Lazarus menu. Is a problem only in spanish language? (1) http://www.lordzealon.com/images/1.JPG (2) http://www.lordzealon.com/images/2.JPG -- ::Mi blog:: http://blog.lordzealon.com

Re: [lazarus] Server replacement

2006-06-08 Thread Vincent Snijders
Vincent Snijders wrote: Hi, One of the servers for of the fpc team is going to be replaced. For Lazarus this affects the lazarus wiki and the snapshots. The wiki is now located at http://wiki.lazarus.freepascal.org. It is currently in read-only mode to prevent loss of data. Until a new

Re: [lazarus] Doubt about DirectoryExists

2006-06-08 Thread Michael Van Canneyt
On Wed, 7 Jun 2006, Arí Ricardo Ody wrote: The command if DirectoryExists ('\\Japi1\bradesco\Publico\Conversão COOLGEN\Acompanhamento\LOG') returns false, although the network directory \\Japi1\bradesco\Publico\Conversão COOLGEN\Acompanhamento\LOG exists. Text property of a TDirectoryEdit

Re: Array of PChar (about freeing memory)

2006-06-08 Thread Marc Weustink
Alexandre Leclerc wrote: 2006/6/7, Alexandre Leclerc [EMAIL PROTECTED]: I asked the question for a string array. I see that we can assign a string directly to a pchar, but when I SetLength() such an array, do I have to free the PChar string no more used or is it done automatically? var a:

[lazarus] TApplication.Terminate

2006-06-08 Thread Bogusław Brandys
Hello, I sometimes use Application.Terminate under Windows and Lazarus.No problem so far. However last day I tested it under Linux (with official rpm 0.9.16 with fpc 2.0.2) and it caused a lot of errors and runtime error 217. Is it something that is fixed in SVN version ? Regards

Re: [lazarus] Bug in menu

2006-06-08 Thread Graeme Geldenhuys
If I understand this correctly, your Lazarus has incorrect keyboard shortcuts in the main menu when using the Spanish language If so, then I believe it is a problem with the translation files. Lazarus might differ, but the normal way of doing it, is that the person doing the transation,

Re: [lazarus] Bug in menu

2006-06-08 Thread Lord ZealoN
No, the problem is the letters paint. As you can see, for example, in the second image, the 3th menu is like Euscar, when is Buscar. The B letter is broke (my english sux) 2006/6/8, Graeme Geldenhuys [EMAIL PROTECTED]: If I understand this correctly, your Lazarus has incorrect keyboard

Re: [lazarus] PopupNotifier - Patch

2006-06-08 Thread Felipe Monteiro de Carvalho
reminder for the patch thanks, -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at http://www.lazarus.freepascal.org/mailarchives

Re: Array of PChar (about freeing memory)

2006-06-08 Thread Alexandre Leclerc
2006/6/8, Marc Weustink [EMAIL PROTECTED]: I think, this is not really a memory leak, but more likely memory fragmentation, since you are allocating random lengths. However I don't know if SetLength reduces the mem when the length of an array is shortened. It might be that you are working with

Re: Timage property stretch problem

2006-06-08 Thread Marien van Westen
No reply until now!.Is there nobody interested in solving this problem? Am I the only person with this problem?MarienOn 5/25/06, Marien van Westen [EMAIL PROTECTED] wrote: Hello,When I load a picture in a Timage and I use the property Stretch to get a smaller image, I see a change in colors and a

Re: [lazarus] how to setup a debugger - win32?

2006-06-08 Thread Alexandre Leclerc
I downloaded gdb 6.3-2 from http://www.mingw.org/download.shtml I installed in /lazarus/mingw But when I select the debuger type and point to the exe... nothing to do, the config is reset each time I look to it. I still can't set break points since it still complains that there are no debuger.

[lazarus] Bug in Enviroment-Editor Options-Color

2006-06-08 Thread Lord Satan
Hi, changing the file extensions changes the extensions for ObjectPascal irrespective of the chosen language. If anybody can confirm this bug I write a bug report. This is on Linux, Lazarus revision 9411. _ To unsubscribe:

Re: [lazarus] how to setup a debugger - win32?

2006-06-08 Thread Alexandre Leclerc
Ok, I did manually hack the environmentoptions.xml file and it now works great! 2006/6/8, Alexandre Leclerc [EMAIL PROTECTED]: I downloaded gdb 6.3-2 from http://www.mingw.org/download.shtml I installed in /lazarus/mingw But when I select the debuger type and point to the exe... nothing to

[lazarus] Bug with environment option (debuger)

2006-06-08 Thread Alexandre Leclerc
Hi, I was unable to setup the debuger properly. The environmentoptions.xml was not containing the required stuff nor saved it. I had to manually hack the file to make it work. I had to add: Debugger Class=TGDBMIDebugger/ The DebuggerFilename Value=C:\lazarus\mingw\bin\gdb.exe section looked

Re: [lazarus] (Off Topic) Dvorak keyboard layout

2006-06-08 Thread lazarus . mramirez
Hi. Do any of you type on a Dvorak layout keyboard? No, but some days ago I was checking ergonomic keyboards and found some pages about Dvorak, interesting. - Marco Aurelio Ramirez Carrillo lazarus dot mramirez at star-dev dot com [dot mx]

Re: [lazarus] (Off Topic) Dvorak keyboard layout

2006-06-08 Thread lazarus . mramirez
For those that have never heard of Dvorak follow the white rabbit. http://www.kaufmann.no/roland/dvorak/ I followed a black rrabit and found this: http://www.dvortyboards.com/ - Marco Aurelio Ramirez Carrillo lazarus dot mramirez at star-dev dot com [dot mx]

Re: [lazarus] Bug with environment option (debuger)

2006-06-08 Thread Marc Weustink
Alexandre Leclerc wrote: Hi, I was unable to setup the debuger properly. The environmentoptions.xml was not containing the required stuff nor saved it. I had to manually hack the file to make it work. I had to add: Debugger Class=TGDBMIDebugger/ The DebuggerFilename

Re: [lazarus] Bug with environment option (debuger)

2006-06-08 Thread Alexandre Leclerc
Yes and it never worked. This is exactly that field which is not saved properly. 2006/6/8, Marc Weustink [EMAIL PROTECTED]: Alexandre Leclerc wrote: Hi, I was unable to setup the debuger properly. The environmentoptions.xml was not containing the required stuff nor saved it. I had to

Re: [lazarus] Another TDateEdit Question

2006-06-08 Thread lazarus . mramirez
Might be a Dvorak issue, period. :) I never encountered someone using that. It sounded great 3 years ago when I've read about it, but I never found one in French. :) I guess it's better like that too (me without having to learn that). http://www.language-keyboard.com/languages/french.htm

Re: [lazarus] About ReadlnFromStream in ide/wutils.pas

2006-06-08 Thread Michael Van Canneyt
On Thu, 8 Jun 2006, Alexandre Leclerc wrote: 2006/6/7, Michael Van Canneyt [EMAIL PROTECTED]: Var M : TStream; F : Text; l : String; begin M:=TMyStream.Create; Try AssignStream(F,M); Reset(F); // Read your stuff here ReadLn(L,F); Close(F); Finally FreeAndNil(M);

Re: [lazarus] About ReadlnFromStream in ide/wutils.pas

2006-06-08 Thread Alexandre Leclerc
2006/6/8, Michael Van Canneyt [EMAIL PROTECTED]: On Thu, 8 Jun 2006, Alexandre Leclerc wrote: 2006/6/7, Michael Van Canneyt [EMAIL PROTECTED]: Var M : TStream; F : Text; l : String; begin M:=TMyStream.Create; Try AssignStream(F,M); Reset(F); // Read your stuff here

Re: [lazarus] About ReadlnFromStream in ide/wutils.pas

2006-06-08 Thread Alexandre Leclerc
2006/6/8, Alexandre Leclerc [EMAIL PROTECTED]: Rewrite causes no problems, but I don't know if it works or not because TMemoryStrem.SaveToFile() is not saving anything... :S can't find any file... Correction, I found the file; I was not saving it a the good place. So rewrite works... but

Re: [lazarus] About ReadlnFromStream in ide/wutils.pas

2006-06-08 Thread Michael Van Canneyt
On Thu, 8 Jun 2006, Alexandre Leclerc wrote: 2006/6/8, Alexandre Leclerc [EMAIL PROTECTED]: Rewrite causes no problems, but I don't know if it works or not because TMemoryStrem.SaveToFile() is not saving anything... :S can't find any file... Correction, I found the file; I was not

Re: [lazarus] About ReadlnFromStream in ide/wutils.pas

2006-06-08 Thread Alexandre Leclerc
2006/6/8, Michael Van Canneyt [EMAIL PROTECTED]: On Thu, 8 Jun 2006, Alexandre Leclerc wrote: 2006/6/8, Alexandre Leclerc [EMAIL PROTECTED]: Rewrite causes no problems, but I don't know if it works or not because TMemoryStrem.SaveToFile() is not saving anything... :S can't find any

Re: [lazarus] Problem with ZeosLib

2006-06-08 Thread Daniel Dugan
Oops. I meant Package Graph insted of Configure Installed Packages.Go to Components|Configure Installed Packages and recompile all clean in the order specified in procedures to install the component. It tends to fail if you update FPC with SVN revisions. Does not seem to be so with all Lazarus

Re: [lazarus] Lazarus under GTK2

2006-06-08 Thread darekm
Second patch repair About form and size of font in editor Fernando Kochhann wrote: Yeah! It works! Some bugs occurs, but I'm happy with the Lazarus evolution! Can You give an example. Darek Index: interfaces/gtk/gtkobject.inc

Re: Timage property stretch problem

2006-06-08 Thread Dale Welch
Make sure you also set Proportional True. It messes up horribly if proportional is off. --- dale On Thursday 08 June 2006 12:22, George Birbilis wrote: No reply until now!. Is there nobody interested in solving this problem? Am I the only person with this problem? Marien On

[lazarus] how to backtrace everything live?

2006-06-08 Thread Alexandre Leclerc
I would like to use gdb to have a backtrace of all that is done in the application while it runs and after examine it. I have to errors, I only want to examine mouse messages stuff and how the passing of the message is done. I want to know why the mouse click are not good when trying to dock a

[lazarus] offline help system

2006-06-08 Thread Bisma Jayadi
Dear all... I've successfully installed Lazarus v.0.9.16 on winXP and set up its offline help system. It's wonderfull to have the F1 key working and displaying appropriate help content. Thank you and congratulations to FPC and Lazarus development team. To making the Lazarus online help