Re: [lazarus] Willing to help

2005-09-28 Thread Marc Weustink
Alexsander Rosa wrote: My plan is to mimic Delphi as close as possible. In Delphi, if you type Ctrl-Shift-C to auto complete a class, then save, it does NOT erase the newly created empty method, unless you type it BEFORE the first auto-generated private keyword (the one followed by a comment {

Re: [lazarus] How can I???

2005-09-28 Thread Joost van der Sluis
You can also type the error message. In most cases this doesn't gives a complete idea of the trouble. Ok, I've got your screenshot. Your problem has nothing to do with any database. But i know for sure that someone else can help you. The problem is that when lazarus is started, the 'Fix

[lazarus] Checkgroup patch

2005-09-28 Thread dhkblaszyk
Coud someone be so kind to have a look at the checkgrouppatch?? If it get's comitted, I will be able to finish the editoroptions patch. In the other case I will have to add a function in editoroptions itself to search a checkbox by name. Darius

Re: [lazarus] Russian Letters in Lasarus windoows.

2005-09-28 Thread Alex Smirnov
You can set the language in the environment options, second tab. To bootstrap (it might be hard if you don't see any text at all), do export LANG=en_US.utf8 ./lazarus at the console. Vincent. Thank you, Vincent. But it does not work. I got SAME result - no text in Lazarus

[lazarus] Lazarus application

2005-09-28 Thread Alex du Plessis
Hi How dows one allow for different screen resolutions when designing a Lazarus application? Regards Alex _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at

Re: [lazarus] Code completion

2005-09-28 Thread Alexander Todorov
On 9/28/05, Matthijs Willemstein [EMAIL PROTECTED] wrote: Hi all, When I have the following code: type TFoo = class procedure FooProc; end; After invoking code completion the skeleton of procedure TFoo.FooProc is created. Then I change the definition to read as follows: type

Re: [lazarus] Russian Letters in Lasarus windoows.

2005-09-28 Thread Vincent Snijders
Alex Smirnov wrote: You can set the language in the environment options, second tab. To bootstrap (it might be hard if you don't see any text at all), do export LANG=en_US.utf8 ./lazarus at the console. Vincent. *Thank you, Vincent.* But it does not work. I got SAME result - no text