[lazarus] LAZARUS and FEDORA 8 Printing

2007-12-04 Thread fedorax
The second problem with lazarus and fedora 8. The same executable give a wrong printing output like you can see in the attachement. I also try to compile my program under fedora 7 and run it under fedora 8, i've the same and bad results .

[lazarus] LAZARUS and FEDORA 8 - Strange things with COMBO's

2007-12-04 Thread fedorax
Hello, Fedora 8 have problem with lazarus GTK 2. An executable compiled and run under fedora 8 have strange behavior. If i move this executable on fedora 7 all work normaly. Combobox events: Fedora 8: Clicking on the arrow at the right of a combo never call combo onenter, this event is only

[lazarus] LAZARUS and FEDORA 8 Printing

2007-12-04 Thread fedorax
The second problem with lazarus and fedora 8. ( First is in [lazarus] LAZARUS and FEDORA 8 - Strange things with COMBO's'04/12/07 09:33 ) The same executable give a wrong printing output with fedora 8 like you can see here: http://mmaigrot.free.fr/print.jpg A large white space is insert at top

Re: [lazarus] Crash: Exception=Resource TODBCConnection not found

2007-11-21 Thread fedorax
Selon Andrey Gusev [EMAIL PROTECTED]: fpc 9275 lazarus 12952 Same thing with FPC 9290 downgrade to lazarus 12945 to avoid it. Output error: --- IDE completed TMainIDE.DoRestart TMainIDE.DoCloseEditorFile A PageIndex=0 TCustomFormEditor.DeleteComponent Form1:TForm1

Re: [lazarus] Crash: Exception=Resource TODBCConnection not found

2007-11-21 Thread fedorax
Selon Andrey Gusev [EMAIL PROTECTED]: * fedorax [EMAIL PROTECTED] [Wed, 21 Nov 2007 11:13:51 +0100]: Selon Andrey Gusev [EMAIL PROTECTED]: fpc 9275 lazarus 12952 Same thing with FPC 9290 downgrade to lazarus 12945 to avoid it. lazarus 12955 not give Exception=Resource TODBCConnection

[lazarus] LAZARUS Buffer error at start with FPC 2.3.1

2007-11-20 Thread fedorax
Hello, With lazarus SVN 12943 and FPC 2.3.1 9386 startlazarus return a buffer error but work if i compile with fpc 2.2.0 ( Linux fedora 8 GTK or GTK 2) The errors in the terminal are: -- [TMainIDE.Destroy] A [TMainIDE.Destroy] B - inherited

Re: [lazarus] Lazarus component DBExport

2007-11-12 Thread fedorax
Selon Mattias Gaertner [EMAIL PROTECTED]: On Mon, 12 Nov 2007 02:25:15 +0100 fedorax [EMAIL PROTECTED] wrote: In yesterday SVN Ã new component DbExport was added, but if i can find it in the /usr/local/src/lazarus/trunk/components/dbexport directory it's not appear in the IDE list

[lazarus] Lazarus SVN 12826 won't compile with GTK2

2007-11-11 Thread fedorax
Hello Latest SVN compile with GTK1 but not with GTK2 and return this errors: --- /usr/local/src/lazarus/trunk/lcl/postscriptcanvas.pas(1946,4) Warning: User defined: TPostScriptPrinterCanvas.TextRect is not yet fully implemented!

Re: [lazarus] Lazarus SVN 12826 won't compile with GTK2

2007-11-11 Thread fedorax
Selon Mattias Gaertner [EMAIL PROTECTED]: Fixed. Mattias Yes, work now. Thank's. _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at

[lazarus] Lazarus component DBExport

2007-11-11 Thread fedorax
In yesterday SVN à new component DbExport was added, but if i can find it in the /usr/local/src/lazarus/trunk/components/dbexport directory it's not appear in the IDE list of components. Bug or not bug ? If not how can i install it ?

Re: [lazarus] GTK2 Error: Failed to create handles

2007-09-03 Thread fedorax
Selon A.J. Venter [EMAIL PROTECTED]: There is something wrong in the newer lazarus revisions, it's in TBitmap.inc and it causes the GTK2 IDE to die on startup with the error Failed to create handles - ditto for any GTK2 apps compiled with it. I am now reverting to R11800 in the hope of just

Re: [lazarus] utf8toansi and others seem don't work

2007-08-28 Thread fedorax
Selon Sebastian Kraft [EMAIL PROTECTED]: On Monday 27 August 2007 07:55:40 fedorax wrote: Selon Sebastian Kraft [EMAIL PROTECTED]: On Monday 27 August 2007 07:25:57 fedorax wrote: I confirm my precedent message. i just do a test with an older version of lazarus and FPC

Re: [lazarus] utf8toansi and others seem don't work

2007-08-26 Thread fedorax
Selon Mattias Gaertner [EMAIL PROTECTED]: On Thu, 23 Aug 2007 16:41:42 +0200 fedorax [EMAIL PROTECTED] wrote: Hello, Whith actuals versions of lazarus this fonction: For i:=0 to LExport.Count-1 do begin LExport[i]:=AnsiToUtf8(LExport[i]); end; Do absolutely

Re: [lazarus] utf8toansi and others seem don't work

2007-08-26 Thread fedorax
I confirm my precedent message. i just do a test with an older version of lazarus and FPC and the application above work, with newers versions the same program do nothing and don't report any errors. I've also test with fedora 6.

Re: [lazarus] utf8toansi and others seem don't work

2007-08-26 Thread fedorax
Selon Sebastian Kraft [EMAIL PROTECTED]: On Monday 27 August 2007 07:25:57 fedorax wrote: I confirm my precedent message. i just do a test with an older version of lazarus and FPC and the application above work, with newers versions the same program do nothing and don't report any errors

[lazarus] utf8toansi and others seem don't work

2007-08-23 Thread fedorax
Hello, Whith actuals versions of lazarus this fonction: For i:=0 to LExport.Count-1 do begin LExport[i]:=AnsiToUtf8(LExport[i]); end; Do absolutely nothing. I've also try with Utf8decode, ansitoutf8 and other's. Any idea ? Lazarus svn 11850 FPC 2.3.1 8290 OS Linux fedora 7

Re: [lazarus] Strange bug with SQLQuery.Close

2007-05-31 Thread fedorax
Selon Joost van der Sluis [EMAIL PROTECTED]: It could be that it's fixed in r7538. Can you test? Joost That's wok now. I play few minutes with arrows and mouse in the list and nothing bad happen. But there is an other bug in r7538 at make install: --

Re: [lazarus] Strange bug with SQLQuery.Close

2007-05-30 Thread fedorax
Selon Joost van der Sluis [EMAIL PROTECTED]: On Sat, 2007-05-26 at 15:00 +0200, fedorax wrote: I've a strange bug. In this fonction ( Which was worked perfectly from few months an never chage ). -- procedure TFunc_Sql.List_TablesSelectionChange(Sender: TObject

Re: [lazarus] Strange bug with SQLQuery.Close

2007-05-30 Thread fedorax
Selon Bram Kuijvenhoven [EMAIL PROTECTED]: fedorax wrote: Selon Joost van der Sluis [EMAIL PROTECTED]: On Sat, 2007-05-26 at 15:00 +0200, fedorax wrote: I've a strange bug. In this fonction ( Which was worked perfectly from few months an never chage

[lazarus] Strange bug with SQLQuery.Close

2007-05-26 Thread fedorax
Hello, With the recent compilation: Svn Lazarus 11204 Svn FPC 2.3.1 7459 OS: linux Fedora core 6 Compile under GTK 1 I've a strange bug. In this fonction ( Which was worked perfectly from few months an never chage ). -- procedure

Re: [lazarus] Font color button stay always black

2007-05-22 Thread fedorax
Selon [EMAIL PROTECTED]: - Original Message - From: Mattias Gaertner [EMAIL PROTECTED] On Fri, 18 May 2007 15:28:52 +0200 fedorax [EMAIL PROTECTED] wrote: Hello, In my project i've some buttons whith font color clwhite but when i run project all buttons font

[lazarus] Font color button stay always black

2007-05-18 Thread fedorax
Hello, In my project i've some buttons whith font color clwhite but when i run project all buttons font color turn to black. In the ide when i change font color button the color change in the IDE but if i close the fiche and reopen font color return to black. At execution this line in the

[lazarus] Printer.Canvas.TextStyle.Alignment=taRightJustify = Argument can't be assigned to

2007-05-16 Thread fedorax
Hello, I just make a new svn update and i've a little problem: using: Printer.Canvas.TextStyle.Alignment=taRightJustify; return this error: cheques.pas(210,35) Error: Argument can't be assigned to Did something change or is it a bug ? Lazarus svn 11153 FPC svn 7358 OS: linux fedora core 6

Re: [lazarus] Printer.Canvas.TextStyle.Alignment=taRightJustify = Argument can't be assigned to

2007-05-16 Thread fedorax
Selon Jesus Reyes [EMAIL PROTECTED]: --- fedorax [EMAIL PROTECTED] escribió: Hello, I just make a new svn update and i've a little problem: using: Printer.Canvas.TextStyle.Alignment=taRightJustify; return this error: cheques.pas(210,35) Error: Argument can't be assigned

Re: [lazarus] TFilelistBox dont work

2007-04-27 Thread fedorax
. 2007/4/20, fedorax [EMAIL PROTECTED]: Hello, With lazarus svn 10980 fpc svn 7141 The component TFileListBox don't work. With FileListBox1 do begin FileType:=[ftNormal,ftReadOnly]; Mask:='*.*'; Directory:='/usr/local/bin/'; end; Display nothing. Also try

Re: [lazarus] Tprinterdialog dont work

2007-04-22 Thread fedorax
Selon Jesús Reyes A. [EMAIL PROTECTED]: Thanks for pin pointing the problem. It should be fixed in revision 10986. Jesus Reyes A. That's work with 10986. Thanks. __ Correo Yahoo! Espacio para todos tus mensajes, antivirus y antispam

[lazarus] TFilelistBox dont work

2007-04-20 Thread fedorax
Hello, With lazarus svn 10980 fpc svn 7141 The component TFileListBox don't work. With FileListBox1 do begin FileType:=[ftNormal,ftReadOnly]; Mask:='*.*'; Directory:='/usr/local/bin/'; end; Display nothing. Also try with Mask='*'; Directory:='/usr/local/bin'; nothing change. OS: Linux

[lazarus] Tprinterdialog dont work

2007-04-20 Thread fedorax
Hello, With lazarus svn 10980 fpc svn 7141: PrintDialog1.Execute; return this error message: Error reading edTimeTask DragCursor: Unknown property If i use lazarus svn 10938 with fpc svn 7141 TPrinterDialog work well. OS: linux fedora 6

Re: [lazarus] Tprinterdialog dont work

2007-04-20 Thread fedorax
Selon Felipe Monteiro de Carvalho [EMAIL PROTECTED]: On 4/20/07, fedorax [EMAIL PROTECTED] wrote: With lazarus svn 10980 fpc svn 7141: If i use lazarus svn 10938 with fpc svn 7141 TPrinterDialog work well. If you test iteratively (first 10960, then 10970 or 10950 depending on the result

Re: [lazarus] Recent SVN lazarus won't compile. Can't find unit contnrs.

2007-03-10 Thread fedorax
Selon Vincent Snijders [EMAIL PROTECTED]: fedorax schreef: Selon Flávio Etrusco [EMAIL PROTECTED]: On 3/9/07, fedorax [EMAIL PROTECTED] wrote: Selon Vincent Snijders [EMAIL PROTECTED]: fedorax schreef: Selon Vincent Snijders [EMAIL PROTECTED]: I just try r10730 and 10731

Re: [lazarus] Recent SVN lazarus won't compile. Can't find unit contnrs.

2007-03-10 Thread fedorax
Selon Vincent Snijders [EMAIL PROTECTED]: fedorax schreef: Selon Vincent Snijders [EMAIL PROTECTED]: Seems correct to me. Do you have rtl/inc and packages/fpc-base too? Oops typo: rtl/inc and packages/fcl-base I've /usr/local/src/fpc/rtl/inc and /usr/local/src/fpc/packages

Re: [lazarus] Recent SVN lazarus won't compile. Can't find unit contnrs.

2007-03-09 Thread fedorax
Selon Vincent Snijders [EMAIL PROTECTED]: Vincent Snijders schreef: Mattias Gaertner schreef: On Fri, 09 Mar 2007 07:44:56 +0100 Vincent Snijders [EMAIL PROTECTED] wrote: Mattias Gaertner schreef: Mattias, can you find some time to make it possible to use the new fpc sources (with

[lazarus] Directories

2007-03-09 Thread fedorax
In /usr/local/src/fpc i have: .svn compiler fv ide installer packages rtl tests utils _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at

Re: [lazarus] Recent SVN lazarus won't compile. Can't find unit contnrs.

2007-03-09 Thread fedorax
Selon Flávio Etrusco [EMAIL PROTECTED]: On 3/9/07, fedorax [EMAIL PROTECTED] wrote: Selon Vincent Snijders [EMAIL PROTECTED]: fedorax schreef: Selon Vincent Snijders [EMAIL PROTECTED]: I just try r10730 and 10731 and for me nothing change. At start lazarus don't find

Re: [lazarus] Recent SVN lazarus won't compile. Can't find unit contnrs.

2007-03-07 Thread fedorax
Selon Vincent Snijders [EMAIL PROTECTED]: Fedorax schreef: Selon Felipe Monteiro de Carvalho [EMAIL PROTECTED]: Option -va seem's not exist ? If i type make -va this just give me the version and the list of available options which -v is show version. to pass a option to the compiler

Re: [lazarus] Recent SVN lazarus won't compile. Can't find unit contnrs.

2007-03-07 Thread fedorax
Selon Vincent Snijders [EMAIL PROTECTED]: fedorax schreef: Selon Vincent Snijders [EMAIL PROTECTED]: Fedorax schreef: Selon Felipe Monteiro de Carvalho [EMAIL PROTECTED]: Option -va seem's not exist ? If i type make -va this just give me the version and the list of available

Re: [lazarus] Recent SVN lazarus won't compile. Can't find unit contnrs.

2007-03-07 Thread fedorax
Selon Flávio Etrusco [EMAIL PROTECTED]: On 3/7/07, fedorax [EMAIL PROTECTED] wrote: Selon Flávio Etrusco [EMAIL PROTECTED]: Just remove your $FPC/units/i386-linux/fcl/ directory. -Flávio There is no /fcl directory here ( and i can't find it in any locations ) . Only fcl

Re: [lazarus] Recent SVN lazarus won't compile. Can't find unit contnrs.

2007-03-06 Thread fedorax
Selon Vincent Snijders [EMAIL PROTECTED]: [EMAIL PROTECTED] schreef: Hello, With FPC 2.1.1 SVN 6671 and Lazarus SVN 10693 compilation of lazarus abort on this message: /usr/local/src/lazarus/lcl/graphics.pp(36,17) Fatal: Can't find unit contnrs I've try to downgrade to some

Re: [lazarus] Recent SVN lazarus won't compile. Can't find unit contnrs.

2007-03-06 Thread fedorax
Selon Graeme Geldenhuys [EMAIL PROTECTED]: On 2/27/07, Joost van der Sluis [EMAIL PROTECTED] wrote: Yup. I had the same problem. Log in as root and remove all files in /usr/local/lib/fpc/2.1.1/i386-linux/* and then do a make install. The 'old' fcl-packages are still in i386-linux/fcl

Re: [lazarus] Recent SVN lazarus won't compile. Can't find unit contnrs.

2007-03-06 Thread Fedorax
Selon Felipe Monteiro de Carvalho [EMAIL PROTECTED]: Use option -va and compile on the command line to see details of why it canŽt find the unit. Sometimes itŽs a path problem, or you need to copy the compiled RTL/FCL files to another location -- Felipe Monteiro de Carvalho

Re: [lazarus] Re: Recent SVN lazarus won't compile. Can't find unit contnrs.

2007-02-27 Thread fedorax
Selon Funky Beast [EMAIL PROTECTED]: [EMAIL PROTECTED] wrote: Hello, With FPC 2.1.1 SVN 6671 and Lazarus SVN 10693 compilation of lazarus abort on this message: /usr/local/src/lazarus/lcl/graphics.pp(36,17) Fatal: Can't find unit contnrs I've try to downgrade to some others SVN

[lazarus] Lazarus 10204 dont' compile with FPC 2.1.1 5390

2006-11-15 Thread Fedorax
Hello With lazarus svn 1024 and FPC 2.1.1 svn 5390 the compilation return a svn error: Compiling synhighlightersql.pas synhighlightersql.pas(1640,67) Error: Variable identifier expected synhighlightersql.pas(1785) Fatal: There were 1 errors compiling module, stopping Fatal: Compilation

Re: [lazarus] Accessing a button with keyboard

2006-11-02 Thread Fedorax
With latest SVN of lazarus and FPC-2.1.1 all shortcuts work for me ( Linux fedora 5 KDE envt. ). Carlos Avogaro a écrit : Hi, I have a button in my project, the caption is Start, button1.caption := 'Start', when I pulse in the keyboard the keys Alt + S, I get this message from

Re: [lazarus] lazarus doesn't build with latest FPC 2.1.1

2006-10-09 Thread Fedorax
Graeme Geldenhuys a écrit : Hi, Has anybody tried to build Lazarus with the latest FPC 2.1.1 (r4838) lately? I keep getting the following error so for now, will revert FPC 2.1.1 back to r4642 which was the last one I could use to get Lazarus compiled and working. Last week Monday I also

[lazarus] Lazarus SVN #10034 dont start with FPC 2.1.1 SVN #4782

2006-10-04 Thread Fedorax
When it's compiling with latest svn FPC 2.1.1 lazarus dont start. The splashscreen appears / disapears and nothing follow . No terminal output, just this ( Linux fedora 5 ). -- [EMAIL PROTECTED] lazarus]# ./startlazarus [WARNING]

Re: [lazarus]

2006-10-04 Thread Fedorax
With SVN Version and FPC 2.0.4 lazarus works with fedora 5. cpio is a GNU archiving program. Did it installed ? Arí Ricardo Ody a écrit : I tried to install Lazarus various times and always receive the message: error: The open of the package failed in the file

[lazarus] Fatal: Internal error 200310221

2006-09-05 Thread Fedorax
Hello, What is the exact signification of this message ? When it happen the compilation is stopped, if i press F9 just after the compilation restart and all work well. I'm use latest svn lazarus and fpc 2.0.4 rc3. _ To

[lazarus] TListBox is not an active control ?

2006-08-11 Thread Fedorax
Hello The following code work with Tbuttons, Tedit, Tdbedit, Tdbgrids, etc but never works with a Tlistbox. What's wrong here ? Thank's If Self.ActiveControl.ClassType=TListBox then Begin ShowMessage (FindComponent((components[ActiveControl.ComponentIndex]).Name).Name); End;

[lazarus] Latest SVN cant reload my project ( TstringGrid Fail )

2006-07-31 Thread Fedorax
Hello I made a new compilation with: Fpc - SVN 4318 Lazarus - SVN 9694 Os Linux fedora 5 And when i load my project i've this error message: Error reading SGrid_Fields.VisibleColCount: Property is read only Something has changed or bug ? ( My latest and working compilation was made 30

[lazarus] imagesforlazarus.lpk don't compile with latest's SVN

2006-06-01 Thread Fedorax
Hello: With latest svn imagesforlazarus.lpk retrun errors when compile. Svn's version's lazarus 9382 fpc 3761 Os:Linux fedora 5 Error messages: Compiler l'IDE (sans assemblage) completed /usr/local/src/lazarus/components/images/lazpng.pas(48,20) Error: function header doesn't match the

[lazarus] Strange bug with TDBEdit charset in revision 8767

2006-02-17 Thread Fedorax
When the font size is set to 14 the charset go in japanese or chinese in TDBEdit. That seems happen only with size 14. I use linux fedora 4 with Kde and UTF 8 charset. img src=http://encheresbidon.com/images_forum_10/size_14.jpg

[lazarus] Re: Can't compile lazarus-0.9.11-20051211 with gtk 2

2005-12-11 Thread Fedorax
Mattias Gaertner nc-gaertnma at netcologne.de writes: This has been fixed. Please use the new snapshot or the current svn. Mattias Nothing new. I reload: ftp://ftp.de.freepascal.org/pub/lazarus/lazarus-0.9.11-20051211-src.tar.bz2 and i've install and compile the svn, i get the same

[lazarus] Can't compile lazarus-0.9.11-20051211 with gtk 2

2005-12-10 Thread Fedorax
Hello, I just install the new fpc 2.0.2 and lazarus-0.9.11-20051211. OS: Linux fedora 4 All work fine except if i want rebuild lazarus with gtk 2 option. I receive this error: gtk2winapi.inc(432,22) Error: Identifier not found gdk_x11_drawable_get_xdisplay

[lazarus] Re: Problem updatde DBEDIT with TDBF ( Could be another solution )

2005-11-04 Thread Fedorax
Luiz Americo Pereira Camara luizmed at oi.com.br writes: Em Qui, 2005-11-03 às 23:29 +, Fedorax escreveu: Hello I've a problem for update data base with tdbf 6.41. As long i type my datas manualy in fields all work fine but if i do something like : DBEDIT.Text

[lazarus] Problem updatde DBEDIT with TDBF

2005-11-03 Thread Fedorax
Hello I've a problem for update data base with tdbf 6.41. As long i type my datas manualy in fields all work fine but if i do something like : DBEDIT.Text:='Something' The data base field give as datafield to DBEDIT is not updated at post and keep his old value ? I try some thing's like