Re: [Lazarus] @DBLookupControls users: call for test

2011-12-11 Thread Marcos Douglas
On Sat, Dec 10, 2011 at 12:15 PM, Luiz Americo Pereira Camara luiz...@oi.com.br wrote: In order to fix some bugs i did significant changes in TDBLookup[List|Combo]Box controls I did a lot of testing but may broken something Please report problems you have I will if I find some. Thanks.

Re: [Lazarus] How to set focus in an Edit in multiple TabSheet?

2011-12-11 Thread Bart
On 12/10/11, silvioprog silviop...@gmail.com wrote: I remeber using SomeContrl.SetFocus in the OnChange of TPageControl (actually I did an override on DoChange) and this works for me (on Windows, not tested yet on other widgetsets). Here's a snippet of the relevant code. procedure

[Lazarus] Check changes on disk with loading

2011-12-11 Thread Juha Manninen
I am checking and translating some IDE strings. In Environment - Desktop options there is : 'Check changes on disk with loading' Is it correct? Should it be 'Check changes on disk while loading' ? Or 'Check changes on disk when getting focus' ? Besides, the setting does not work. If I change a

Re: [Lazarus] Check changes on disk with loading

2011-12-11 Thread Mattias Gaertner
On Sun, 11 Dec 2011 15:29:53 +0200 Juha Manninen juha.mannine...@gmail.com wrote: I am checking and translating some IDE strings. In Environment - Desktop options there is : 'Check changes on disk with loading' Is it correct? It's confusing. Should it be 'Check changes on disk while

Re: [Lazarus] Check changes on disk with loading

2011-12-11 Thread zeljko
On Sunday 11 of December 2011 14:29:53 Juha Manninen wrote: I am checking and translating some IDE strings. In Environment - Desktop options there is : 'Check changes on disk with loading' Is it correct? Should it be 'Check changes on disk while loading' ? Or 'Check changes on disk when

Re: [Lazarus] Check changes on disk with loading

2011-12-11 Thread Juha Manninen
2011/12/11 Mattias Gaertner nc-gaert...@netcologne.de You are in the wrong trouser. Please come back to us. What does that mean? The setting didn't work as I expected, no matter which trousers I wear. :) I guess the setting has effect when an external process changes a file while Lazarus has

Re: [Lazarus] Check changes on disk with loading

2011-12-11 Thread Mattias Gaertner
On Sun, 11 Dec 2011 16:31:36 +0200 Juha Manninen juha.mannine...@gmail.com wrote: 2011/12/11 Mattias Gaertner nc-gaert...@netcologne.de You are in the wrong trouser. Please come back to us. What does that mean? It means you didn't understand an option, so you asked. This is good. But

Re: [Lazarus] How to set focus in an Edit in multiple TabSheet?

2011-12-11 Thread Felipe Monteiro de Carvalho
2011/12/10 silvioprog silviop...@gmail.com: I'm trying with ActiveControl, calling ActiveControl := Edit1 in OnShow of TabSheet, but it not work. :( Which widgetset? -- Felipe Monteiro de Carvalho -- ___ Lazarus mailing list

Re: [Lazarus] Check changes on disk with loading

2011-12-11 Thread Juha Manninen
2011/12/11 Mattias Gaertner nc-gaert...@netcologne.de IMO an option to disable checking files on disk makes no sense. No one ever asked for that. As I explained: The option is how to check for changes, not if. Ok, after reading your reply again I got it, and the feature even seems to work

[Lazarus] Building documentation

2011-12-11 Thread Hans-Peter Diettrich
The fpdoc project feature simplifies the maintenance and building of the docmentation considerably. I've just uploaded an patch (#20787) with fpdoc projects for building the documentation for the LCL and LazUtils packages. Projects for building the RTL and FCL documentation are available on

Re: [Lazarus] How to set focus in an Edit in multiple TabSheet?

2011-12-11 Thread silvioprog
2011/12/11 Felipe Monteiro de Carvalho felipemonteiro.carva...@gmail.com: 2011/12/10 silvioprog silviop...@gmail.com: I'm trying with ActiveControl, calling ActiveControl := Edit1 in OnShow of TabSheet, but it not work. :( Which widgetset? Now I tested in GTK2 (Mint), Qt (openSUSE) and

Re: [Lazarus] Check changes on disk with loading

2011-12-11 Thread Howard Page-Clark
On 11/12/11 4:52, Juha Manninen wrote: Ok, after reading your reply again I got it, and the feature even seems to work as advertised. Still,'Check changes on disk while loading' doesn't mean anything. Maybe it should be: 'Read also file contents when checking if file has changed on disk'

Re: [Lazarus] Building documentation

2011-12-11 Thread Mattias Gaertner
On Sun, 11 Dec 2011 18:38:03 +0100 Hans-Peter Diettrich drdiettri...@aol.com wrote: The fpdoc project feature simplifies the maintenance and building of the docmentation considerably. I've just uploaded an patch (#20787) Where? Mattias -- ___

Re: [Lazarus] How to set focus in an Edit in multiple TabSheet?

2011-12-11 Thread D. Prameswara
Thanks, but can you explain why PtrUInt better than PtrInt. 2011/12/12 zeljko zel...@holobit.net ** On Monday 12 of December 2011 06:35:22 D. Prameswara wrote: I know it is not best solution. My friend said that it is not safe for using PtrInt. Yes, I prefer PtrUInt for tobject