Re: [lazarus] patch for editbtn.pas

2007-10-01 Thread Paul Ishenin
Giuliano Colla wrote: Paul Ishenin ha scritto: Mattias Gaertner wrote: What name can I add to the ASCII text of the contributors list? He is already there at line 4: Aleksey Lagunov Best regards, Paul Ishenin. Out of sheer curiosity. Does the name Ishenin appear TWICE in the contributors

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

2007-10-01 Thread Marc Santhoff
Am Montag, den 01.10.2007, 13:16 +0200 schrieb Marc Santhoff: > ks := XStringToKeysym(pchar(key)); > kc := XKeySymToKeycode( display, ks ); Sorry, but this is not really correct, you more likely want to do it the other way round: XKeycodeToKeysym(...) seems to be more approp

[lazarus] Fpc 2.2.0 and Lazarus

2007-10-01 Thread Valdas Jankūnas
Hi, it is recomended use fpc compiler version 2.2.0 with Lazarus (f.e. for reporting bugs)? ... now in kUbuntu 7.04 i use Lazarus latest svn compiled with fpc v2.2.0 and if lazarus compiled on GTK1 widgetset then code editor not handles UTF-8 text... -- Valdas Jankūnas __

Re: [lazarus] App Localization

2007-10-01 Thread Mattias Gärtner
Zitat von Mattias Gärtner <[EMAIL PROTECTED]>: > Zitat von Mattias Gaertner <[EMAIL PROTECTED]>: > > > On Mon, 01 Oct 2007 00:15:16 +0100 > > Luis Rodrigues <[EMAIL PROTECTED]> wrote: > > > > > Hi, > > > > > > Attached there is a patch do implement app localization automatically. > > > > > > If En

Re: [lazarus] App Localization

2007-10-01 Thread Mattias Gärtner
Zitat von Mattias Gaertner <[EMAIL PROTECTED]>: > On Mon, 01 Oct 2007 00:15:16 +0100 > Luis Rodrigues <[EMAIL PROTECTED]> wrote: > > > Hi, > > > > Attached there is a patch do implement app localization automatically. > > > > If Enable 18n is checked in project options when an app is compiled a >

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

2007-10-01 Thread 12 12
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 start in a middle of a byte? -- 12 12 aka skywriter ___

[lazarus] Setting the date format - TCalendar

2007-10-01 Thread Adrian Maier
Hello, When using TCalendar : by default the date format returned by TCalendar.Date is ShortDateFormat. Is it possible to set the date format so that it wouldn't be neccessary to convert the date to the desired format every time i am accessing the selected date , with : Edit1.Text : = Form

Re: [lazarus] patch for editbtn.pas

2007-10-01 Thread Giuliano Colla
Paul Ishenin ha scritto: Mattias Gaertner wrote: What name can I add to the ASCII text of the contributors list? He is already there at line 4: Aleksey Lagunov Best regards, Paul Ishenin. Out of sheer curiosity. Does the name Ishenin appear TWICE in the contributors list? Sometimes we see

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

2007-10-01 Thread Marc Santhoff
Am Montag, den 01.10.2007, 12:35 +0200 schrieb Andreas Gick: > Hi everybody, > > as I want to help out with internationalization of the fpGUI widget set at > least for the X-Window system, I need some information on how the keysyms of > the X-Window can be translated into characters. > > For e

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

2007-10-01 Thread ik
Hi, I'm using my memory here, so I might remember it wrongly... There is a difference between a scan code, and the actual char. to "know" the actual char, you need to know what is the language layout that you are at. There is an X "debug" program to know what scan code was pressed and it's value

Re: [lazarus] App Localization

2007-10-01 Thread Mattias Gaertner
On Mon, 01 Oct 2007 00:15:16 +0100 Luis Rodrigues <[EMAIL PROTECTED]> wrote: > Hi, > > Attached there is a patch do implement app localization automatically. > > If Enable 18n is checked in project options when an app is compiled a > appname.po file is generated with the forms strings and > reso

[lazarus] utf-8/unicode and keyboard input

2007-10-01 Thread Andreas Gick
Hi everybody, as I want to help out with internationalization of the fpGUI widget set at least for the X-Window system, I need some information on how the keysyms of the X-Window can be translated into characters. For example pressing the german umlaut "ö" on my german keyboard results accord

Re: [lazarus] patch for editbtn.pas

2007-10-01 Thread Mattias Gaertner
On Mon, 01 Oct 2007 17:15:39 +0800 Paul Ishenin <[EMAIL PROTECTED]> wrote: > Mattias Gaertner wrote: > > What name can I add to the ASCII text of the contributors list? > > He is already there at line 4: > Aleksey Lagunov Thanks. I already guessed so, but I was not sure. I added the UTF8 name to

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

2007-10-01 Thread Mattias Gaertner
On Sun, 30 Sep 2007 08:54:14 +0400 12 12 <[EMAIL PROTECTED]> wrote: > Subj. It tells: > > Unit1.pas(80,17) Error: identifier idents no member > "Set_BPP32_B8G8R8_A1_BIO_TTB" > Unit1.pas(80,44) Error: Illegal expression > Unit1.pas(80,44) Fatal: Syntax error, ";" expected but "(" found > > This

Re: [lazarus] patch for editbtn.pas

2007-10-01 Thread Paul Ishenin
Mattias Gaertner wrote: What name can I add to the ASCII text of the contributors list? He is already there at line 4: Aleksey Lagunov Best regards, Paul Ishenin. _ To unsubscribe: mail [EMAIL PROTECTED] with "

Re: [lazarus] patch for editbtn.pas

2007-10-01 Thread Алексей Лагунов
Thanks. Applied. What name can I add to the ASCII text of the contributors list? Mattias i'm alredy in contributors list - Lagunov Aleksey _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the

Re: [lazarus] More icons

2007-10-01 Thread Mattias Gaertner
On Sun, 30 Sep 2007 15:48:22 +0200 wile64 <[EMAIL PROTECTED]> wrote: > Little more, > > Thanks, Thanks. I added the dfm_to_lfm and the second open file at cursor icon. Mattias _ To unsubscribe: mail [EMAIL PROTECTED] with

Re: [lazarus] patch for editbtn.pas

2007-10-01 Thread Mattias Gaertner
On Sun, 30 Sep 2007 19:02:44 +0400 Алексей Лагунов <[EMAIL PROTECTED]> wrote: > this path add property ButtonHint to TEditButton for set custom hint > message for button of TEditButton control Thanks. Applied. What name can I add to the ASCII text of the contributors list? Mattias ___

Re: [lazarus] App Localization

2007-10-01 Thread wile64
I quick test your patch and work great :) Just a notice, add a path to the subdirectory for PO file (ex : projectdir/languages) ;) Regards, -- Laurent. My Web : http://wile64.neuf.fr/ French Forum : http