Re: [lazarus] ImageList editor

2005-09-13 Thread Mattias Gaertner
On Mon, 12 Sep 2005 19:22:56 +0200 Dex [EMAIL PROTECTED] wrote: Solves #594, #654, #790, #454 On Tue, 13 Sep 2005 11:55:55 +0200 Vincent Snijders [EMAIL PROTECTED] wrote: Mattias Gaertner wrote: I got a patch. I can't test it myself, but I wonder, why the fImg.Picture.clear; 'fixes'

Re: [lazarus] Exceptions

2005-09-13 Thread Mattias Gaertner
On Mon, 12 Sep 2005 18:57:52 +0200 Bogus__aw Brandys [EMAIL PROTECTED] wrote: Hello, Going inside exception handling i found then there is no way to recover from simple Divide by zero exception if not propery handled by tr..except but only by Application.HandleException or own

Re: [lazarus] A small patch called LazDoc

2005-09-13 Thread Mattias Gaertner
On Mon, 12 Sep 2005 14:23:54 +0200 Marc Weustink [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] wrote: Hi, It took me a bit more time than anticipated, but I have prepared a patch that will incorporate an FPDoc editor/viewer into lazarus. Thanks. Applied with $IFDEF EnableLazDoc. I

Re: [lazarus] A small patch called LazDoc

2005-09-13 Thread Vincent Snijders
Mattias Gaertner wrote: On Mon, 12 Sep 2005 14:23:54 +0200 Marc Weustink [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] wrote: Hi, It took me a bit more time than anticipated, but I have prepared a patch that will incorporate an FPDoc editor/viewer into lazarus. Thanks. Applied with

Re: [lazarus] A small patch called LazDoc

2005-09-13 Thread Vincent Snijders
[EMAIL PROTECTED] wrote: Applied with $IFDEF EnableLazDoc. I fixed the override of Mouse and Key events. Thank you ToDos: - Reduce overhead. Only update on idle. - Use resourcestrings - Use IPC to talk to LazDE - support projects and packages I will add it to the other items I already

Re: [lazarus] TZLibReadArchive issue... Attn: Andrew H

2005-09-13 Thread Felipe Monteiro de Carvalho
On 9/12/05, Andrew Haines [EMAIL PROTECTED] wrote: Remove the line fStream.Free from TZlibReadArchive.Destroy to stopthis from happening. Wouldn´t it be better if the component stored at a private boolean if it created or not the memory stream? And then free it only if it created. Sounds a good

[lazarus] Lazarus Ubuntu problems

2005-09-13 Thread Bogusław Brandys
Hi, I have problems : yesterday i had compiled Lazarus IDE for GTK2.0 under Ubuntu using Lazarus SVN version and FPC snapshot after a single tweak in gtkobject.inc but later i downloaded full FPC SVN the newest revision and rebuild : make make install (it works after loading ncurses-dev and

Re: [lazarus] A small patch called LazDoc

2005-09-13 Thread Darius Blaszijk
On Tue, 2005-09-13 at 14:41, Vincent Snijders wrote: I don't know if and how plug-ins are possible at all. There was a discussion some time ago, where L505 did introduce something called LazarusRB. Which in fact was a pluginmanager and some plugins to show.

Re: [lazarus] A small patch called LazDoc

2005-09-13 Thread Mattias Gaertner
On Tue, 13 Sep 2005 13:51:07 +0200 Vincent Snijders [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] wrote: Applied with $IFDEF EnableLazDoc. I fixed the override of Mouse and Key events. Thank you ToDos: - Reduce overhead. Only update on idle. - Use resourcestrings - Use IPC to talk

Re: [lazarus] A small patch called LazDoc

2005-09-13 Thread Mattias Gaertner
On Tue, 13 Sep 2005 17:30:11 +0200 Marc Weustink [EMAIL PROTECTED] wrote: [..] A general note to ourself (=laz devels), is it possible to add such as package ? What package? As an ide extention, so that not for every ide addon the menubar etc needs to be changed. That's what I'm

[lazarus] Lazarus Build Error

2005-09-13 Thread Alexander Todorov
Hi all, I've added some Delphi classes that were missing in db.pp TFlatList, TFieldDefList and TFieldList. How can I make them visible in my application ? I tried Build Lazarus but it gives me an error (see attachment). Because of this error db.pp was not recompiled and I can't use these classes.

[lazarus] Build Lazarus error

2005-09-13 Thread Alexander Todorov
Hi all, I've added some classes to DB.pp but when I try to rebuild Lazarus it gives mean error (see att.). The classes I added are not seen in my apps after restarting Lazarus. This happened on Lazarus 0.9.8 on Win XP installed from binary, rebuild several times because of componnents. Please

Re: [lazarus] Lazarus Build Error

2005-09-13 Thread Alexander Todorov
Uuuups. (: I forgot the attachement and sent another e-mail. Sorry for the mess! C:\lazarus\ideintf\allideintf.pas(23,14) Hint: Unit IDECommands not used in AllIDEIntf C:\lazarus\ideintf\allideintf.pas(23,43) Hint: Unit ObjInspStrConsts not used in AllIDEIntf

Re: [lazarus] Lazarus Build Error

2005-09-13 Thread Mattias Gaertner
On Tue, 13 Sep 2005 22:15:31 +0300 Alexander Todorov [EMAIL PROTECTED] wrote: Hi all, I've added some Delphi classes that were missing in db.pp TFlatList, TFieldDefList and TFieldList. How can I make them visible in my application ? I tried Build Lazarus but it gives me an error (see

RE: [lazarus] Application crash

2005-09-13 Thread Bjørn T. Jønsson
Vincent Snijders wrote: For some reason the test app doesn't compile here... I get a lot of OBJPAS.pp not found and then the error: Maybe your fpc install was incomplete or your fpc.cfg was incorrectly installed. How did you install your fpc (or did you use a lazarus installer that

Re: [lazarus] Application crash

2005-09-13 Thread Felipe Monteiro de Carvalho
On 9/13/05, Bjørn T. Jønsson [EMAIL PROTECTED] wrote: I've struggled with this since mid August now...I can't even compile thesimplest program! With 25+ years of programming experience, I feel almostembarrased to admit that I can't figure out this compiler.So I must give up Lazarus for the time

Re: International comments

2005-09-13 Thread Felipe Monteiro de Carvalho
On 9/9/05, Swen Heinig [EMAIL PROTECTED] wrote: Hello Felipe, I have no problems to use д, ц, ь or Я. I'm using the (german) Windows version (0.9.9) of Lazarus. My font is courier new. Do you have the problem with different fonts? Regards, Swen Hi, I tryed Courier New with the same

Re: [lazarus] Lazarus Ubuntu problems

2005-09-13 Thread Bogusław Brandys
Mattias Gaertner wrote: On Tue, 13 Sep 2005 17:51:12 +0200 Bogus__aw Brandys [EMAIL PROTECTED] wrote: Hi, I have problems : yesterday i had compiled Lazarus IDE for GTK2.0 under Ubuntu using Lazarus SVN version and FPC snapshot after a single tweak in gtkobject.inc but later i downloaded