Re: [lazarus] utf-8/unicode and keyboard input

2007-10-02 Thread Graeme Geldenhuys
On 03/10/2007, Marc Santhoff <[EMAIL PROTECTED]> wrote: > So if you compile the code with debug defined you will most likely see > the event getting translated by > > function TfpgApplicationImpl.KeySymToKeycode(KeySym: TKeySym): Word; That's correct. Enabling the DEBUG define in the top of the u

Re: [lazarus] utf-8/unicode and keyboard input

2007-10-02 Thread Marc Santhoff
Am Dienstag, den 02.10.2007, 18:50 +0200 schrieb Andreas Gick: > Thanks for the quick answers > > Well there is a similar function in the source of fpgui that I included as > attachment (at around line 414), and I'm not sure, why it only works with > ASCII characters. > > But maybe I also

Re: [lazarus] Patch: codetools/directorycacher.pas (fixes finding files)

2007-10-02 Thread Mattias Gaertner
On Fri, 28 Sep 2007 02:44:00 +0200 Tobias Giesen <[EMAIL PROTECTED]> wrote: > Hello, > > I would like to submit the attached patch. I noticed that some of my > source files could not be found by the IDE. The reason is that in > TCTDirectoryCache.FindUnitSource, the binary search uses a different

Re: [lazarus] scanline example didn't work after update to svn 12247

2007-10-02 Thread Mattias Gaertner
On Tue, 02 Oct 2007 22:32:21 +0100 Dominique Louis <[EMAIL PROTECTED]> wrote: > Will this Scanline code also work on Mac OS X? intel/32bit: of course. powerpc, intel/64bit: sometimes. It depends, what tricks your code use. The only guaranteed platform independent way are the functions of TCanvas.

Re: [lazarus] scanline example didn't work after update to svn 12247

2007-10-02 Thread Dominique Louis
Will this Scanline code also work on Mac OS X? Dominique. 12 12 wrote: It means, the function does not work with formats which lines can start in a middle of a byte (e.g. at the third bit). The Delphi ScanLine function has the same limit. I didn't know about such formats! Which formats can

Re: [lazarus] DBGRID PICKLIST

2007-10-02 Thread [EMAIL PROTECTED]
Jesus Reyes a écrit : --- "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> escribió: Hello, I'm on Ubuntu 7.04 Lazarus 0.9.23 to 28/09/2007 Lazarus compiling to gtk2 When i add a stringgrid picklist , it dont work with gtk2 The cell editor is in front of picklist and i can't select item into pickli

Re: [lazarus] DBGRID PICKLIST

2007-10-02 Thread Jesus Reyes
--- "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> escribió: > Hello, > > I'm on Ubuntu 7.04 > Lazarus 0.9.23 to 28/09/2007 > Lazarus compiling to gtk2 > > When i add a stringgrid picklist , it dont work with gtk2 > The cell editor is in front of picklist and i can't select item > into > picklist. >

[lazarus] DBGRID PICKLIST

2007-10-02 Thread [EMAIL PROTECTED]
Hello, I'm on Ubuntu 7.04 Lazarus 0.9.23 to 28/09/2007 Lazarus compiling to gtk2 When i add a stringgrid picklist , it dont work with gtk2 The cell editor is in front of picklist and i can't select item into picklist. If you know ? Regards Chris __

Re: [lazarus] App Localization

2007-10-02 Thread wile64
2007/10/2, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > > Hello, > > I'm on Ubuntu 7.04 > Lazarus 0.9.23 to 28/09/2007 > Lazarus compiling to gtk2 > > When i add a stringgrid picklist , it dont work with gtk2 > The cell editor is in front of picklist and i can't select item into > picklist. > > If you

Re: [lazarus] App Localization

2007-10-02 Thread [EMAIL PROTECTED]
Hello, I'm on Ubuntu 7.04 Lazarus 0.9.23 to 28/09/2007 Lazarus compiling to gtk2 When i add a stringgrid picklist , it dont work with gtk2 The cell editor is in front of picklist and i can't select item into picklist. If you know ? Regards Chris __

Re: [lazarus] App Localization

2007-10-02 Thread Mattias Gärtner
Zitat von Luis Rodrigues <[EMAIL PROTECTED]>: > > Basically you enable the experimental LRT code *and* remove the working and > used > > RST code. So it breaks existing packages/projects. This must be improved. > See > > below. > > I didn't remove the RST code, .rst is generated by fpc so it still

Re: [lazarus] App Localization

2007-10-02 Thread Luis Rodrigues
> Basically you enable the experimental LRT code *and* remove the working and > used > RST code. So it breaks existing packages/projects. This must be improved. See > below. I didn't remove the RST code, .rst is generated by fpc so it still gets generated. I only updated the generation of the PO