Re: [lazarus] Posting translation

2007-08-28 Thread Marc Weustink
Valdas Jankūnas wrote: Hello, where i can send translated Lazarus files? [EMAIL PROTECTED] rejected my message. Did you read the reject message ? Please put the word patch in the subject ortherwise it gets rejected (to much spam) Marc

Re: [lazarus] Breakpoint properties

2007-08-28 Thread Marc Weustink
12 12 wrote: In Delphi it is possible to assign breakpoint on certain conditions. For example i need to break program's loop when i=128. Is it possible in Lazarus? not yet Marc _ To unsubscribe: mail [EMAIL PROTECTED] with

[lazarus] OnChange bug ?

2007-08-28 Thread 12 12
I obtained the events TEdit.OnChange and TFloatSpinEdit.OnChange means different! If you change TEdit.Text value from code (by pressing right button in sample) it generates TEdit.OnChange event. But if you change TFloatSpinEdit.Value from code (by pressing left button in sample) it doesn't

Re: [lazarus] DLL using DLL

2007-08-28 Thread Henry Vermaak
On 28/08/07, fvpats [EMAIL PROTECTED] wrote: Hi all, Another problem with DLL. When i call a function in a DLL (DLL1.DLL) from another DLL (DLL2.DLL), my string parameter is empty. you probably have to give us more information than that. what does the function look like that you are calling

Re: [lazarus] User friendly Build Lazarus pragmatic dialog

2007-08-28 Thread Giuliano Colla
Felipe Monteiro de Carvalho ha scritto: I just had an idea that could be simple enougth to work for everyone. Start with the current dialog, and change the LCL platform radio group into a ComboBox Now you have some empty space. Use that empty space to create a new radio group with the simple

Re: [lazarus] DLL using DLL

2007-08-28 Thread Lukas Gradl
Please provide uz with examples of the functions involved so I can test that behaviour... regards Lukas fvpats schrieb: Hi all, Another problem with DLL. When i call a function in a DLL (DLL1.DLL) from another DLL (DLL2.DLL), my string parameter is empty. Sorry if it is a known problem but

Re: [lazarus] User friendly Build Lazarus pragmatic dialog

2007-08-28 Thread Felipe Monteiro de Carvalho
On 8/28/07, Giuliano Colla [EMAIL PROTECTED] wrote: IMHO it's much easier to tell in the instructions in order to build the LCL for the wince widget set, select Build LCL in the radio group, and select wince in the combo box, than what is required now. You also need to choose the processor

Re: [lazarus] User friendly Build Lazarus pragmatic dialog

2007-08-28 Thread Andreas Berger
Just a question for the experts: Wouldn't it be possible to make a similar window to choose which platform the application is compiled for (to ease cross-platform compilation)? Of course a cross-platform compilation would have to be implemented as well. Andreas

Re: [lazarus] Posting translation

2007-08-28 Thread Valdas Jankūnas
Marc Weustink rašė: Valdas Jankūnas wrote: Hello, where i can send translated Lazarus files? [EMAIL PROTECTED] rejected my message. Did you read the reject message ? Please put the word patch in the subject ortherwise it gets rejected (to much spam) Not carefully.. my fault Yes, returned

Re: [lazarus] User friendly Build Lazarus pragmatic dialog

2007-08-28 Thread Henry Vermaak
On 28/08/07, Andreas Berger [EMAIL PROTECTED] wrote: Just a question for the experts: Wouldn't it be possible to make a similar window to choose which platform the application is compiled for (to ease cross-platform compilation)? Of course a cross-platform compilation would have to be

Re: [lazarus] Posting translation

2007-08-28 Thread Marc Weustink
Valdas Jankūnas wrote: Marc Weustink rašė: Valdas Jankūnas wrote: Hello, where i can send translated Lazarus files? [EMAIL PROTECTED] rejected my message. Did you read the reject message ? Please put the word patch in the subject ortherwise it gets rejected (to much spam) Not carefully..

[lazarus] Graphics dont work

2007-08-28 Thread wile64
Hello, I create an bitmap and draw with functions RoundRect, Rectangle, FillRect, TextRect, Ellipse, CopyRect. After install snapshot Lazarus-0.9.23-fpc-2.0.4-20070827 dont work in win32, work in gtk and gtk2. with Lazarus-0.9.23-fpc-2.0.4-20070809 work ok... Thanks, -- Laurent.

Re: [lazarus] DLL using DLL

2007-08-28 Thread Giuliano Colla
Lukas Gradl ha scritto: Please provide uz with examples of the functions involved so I can test that behaviour... regards Lukas fvpats schrieb: Hi all, Another problem with DLL. When i call a function in a DLL (DLL1.DLL) from another DLL (DLL2.DLL), my string parameter is empty. Sorry if

Re: [lazarus] fpc dosend find wrong cased units in macosx ??

2007-08-28 Thread Vincent Snijders
Christian U. schreef: OK, i have no chance to install fpc in MacOS X for i386. Thers no fpc 2.0.4 for i386, and the 2.1.5 Compiler has the issues with the wrong Case. Can somebody please use the 2.3.1 compiler for the Daily Snapshot building ? I make the Lazarus snapshots, but won't use

[lazarus] fpc dosend find wrong cased units in macosx ??

2007-08-28 Thread Christian U.
OK, i have no chance to install fpc in MacOS X for i386. Thers no fpc 2.0.4 for i386, and the 2.1.5 Compiler has the issues with the wrong Case. Can somebody please use the 2.3.1 compiler for the Daily Snapshot building ? So thers an way to install Lazarus and fpc in Mac OS X i386. The

Re: [lazarus] User friendly Build Lazarus pragmatic dialog

2007-08-28 Thread Giuliano Colla
Felipe Monteiro de Carvalho ha scritto: On 8/28/07, Giuliano Colla [EMAIL PROTECTED] wrote: IMHO it's much easier to tell in the instructions in order to build the LCL for the wince widget set, select Build LCL in the radio group, and select wince in the combo box, than what is required now.

RE: [lazarus] fpc dosend find wrong cased units in macosx ??

2007-08-28 Thread Hess, Philip J
Vincent, Would it be possible to start posting the OS X PowerPC snapshots using FPC 2.1.5 instead of 2.0.4? I've been using the 2.1.5 snapshot you built for me in July extensively and it works very well. In fact, lots of things that didn't work right before with the FPC 2.0.4 now work properly,

Re: [lazarus] fpc dosend find wrong cased units in macosx ??

2007-08-28 Thread Christian U.
Am 28.08.2007 um 19:16 schrieb Vincent Snijders: Christian U. schreef: OK, i have no chance to install fpc in MacOS X for i386. Thers no fpc 2.0.4 for i386, and the 2.1.5 Compiler has the issues with the wrong Case. Can somebody please use the 2.3.1 compiler for the Daily Snapshot

Re: [lazarus] fpc dosend find wrong cased units in macosx ??

2007-08-28 Thread Vincent Snijders
Hess, Philip J schreef: Vincent, Would it be possible to start posting the OS X PowerPC snapshots using FPC 2.1.5 instead of 2.0.4? I've been using the 2.1.5 snapshot you built for me in July extensively and it works very well. In fact, lots of things that didn't work right before with the FPC

Re: [lazarus] DLL using DLL

2007-08-28 Thread Lukas Gradl
Already noticed and corrected. Thanks for your hint Lukas Giuliano Colla schrieb: Lukas Gradl ha scritto: Please provide uz with examples of the functions involved so I can test that behaviour... regards Lukas fvpats schrieb: Hi all, Another problem with DLL. When i call a function in a

Re: [lazarus] fpc dosend find wrong cased units in macosx ??

2007-08-28 Thread Vincent Snijders
Christian U. schreef: Am 28.08.2007 um 19:16 schrieb Vincent Snijders: Christian U. schreef: OK, i have no chance to install fpc in MacOS X for i386. Thers no fpc 2.0.4 for i386, and the 2.1.5 Compiler has the issues with the wrong Case. Can somebody please use the 2.3.1 compiler for the

Re: [lazarus] Graphics dont work

2007-08-28 Thread Marc Weustink
wile64 wrote: Hello, I create an bitmap and draw with functions RoundRect, Rectangle, FillRect, TextRect, Ellipse, CopyRect. After install snapshot Lazarus-0.9.23-fpc-2.0.4-20070827 dont work in win32, work in gtk and gtk2. with Lazarus-0.9.23-fpc-2.0.4-20070809 work ok... :( This might

Re: [lazarus] Problem Image Component

2007-08-28 Thread Vincent Snijders
Javier Jait schreef: I solve the problem of Image4Lazarus component. I put the correct override method of graphics.pp change in lazbmp.pas, lazjpg.pas, laztga.pas and lazxpm.pas. Thanks. Applied. Vincent _ To unsubscribe:

Re: [lazarus] Graphics dont work

2007-08-28 Thread Luiz Americo Pereira Camara
Marc Weustink wrote: wile64 wrote: Hello, I create an bitmap and draw with functions RoundRect, Rectangle, FillRect, TextRect, Ellipse, CopyRect. After install snapshot Lazarus-0.9.23-fpc-2.0.4-20070827 dont work in win32, work in gtk and gtk2. with Lazarus-0.9.23-fpc-2.0.4-20070809 work

Re: [lazarus] Graphics dont work

2007-08-28 Thread wile64
example : FImagePaint is a TBitmap create with FImagePaint := TBitmap.Create; with FImagePaint.Canvas do begin Brush.Color := BackColor; Brush.Style := bsSolid; Pen.Color := clGray; Rectangle(0, 0, self.Width, self.Height); end; and paint a form with Canvas.Draw(0, 0,

Re: [lazarus] DLL using DLL

2007-08-28 Thread Christian Budde
There's at least this issue still left: http://www.freepascal.org/mantis/view.php?id=7182 not sure if it has to do something with his bug, but that item makes Lazarus at least for me unusable at the moment :-( Kind regards, Christian

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 and the

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

2007-08-28 Thread Sebastian Kraft
Perhaps this is related to this topic. Since some weeks programs compiled with SVN version don't show special characters when they are read from ressourcestrings. i.e. menuitem captions containing german letters like ÄÖÜ only show '?'. This has been working for sure