Re: [Lazarus] Problem with Lazarus menu

2010-10-28 Thread Дмитрий Курашкин
2010/10/27 Mattias Gaertner > > Open the Package / Package Graph and select leakview. What status do > you see? > > > Now it's status "Install on next start". I don't know exact english translation (I have russian menu). > ___ > Lazarus mailing list

Re: [Lazarus] Problem with Lazarus menu

2010-10-26 Thread Дмитрий Курашкин
2010/10/26 Mattias Gaertner > On Tue, 26 Oct 2010 10:13:41 +0400 > Дмитрий Курашкин wrote: > > > Hi to all! > > > > I installed a component which add a menu item to Lazarus main menu > > ('leakview' from lazarus/components/leakview). This componen

[Lazarus] Problem with Lazarus menu

2010-10-25 Thread Дмитрий Курашкин
Hi to all! I installed a component which add a menu item to Lazarus main menu ('leakview' from lazarus/components/leakview). This component must add menu item named 'Leak view'. But Lazarus hasn't this menu item after installation. Also all similar components can't add their menu items. What's the

[Lazarus] Classes for working Word/Excel

2010-10-04 Thread Дмитрий Курашкин
Hi to all! I need to generate different Word documents in XML format. Now I have some questions: 1. Lazarus and FPC have some classes for working with XML. I want make some classes - descendants of TXMLDocument and TXMLElement, which will realize WordML structure. Maybe anyone know existing soluti

Re: [Lazarus] Align property confusion

2010-10-04 Thread Дмитрий Курашкин
You need following: 1. Drop additional panel (P3) on Form 2. Make its border invisible and Aligh = alLeft 3. Drop P2 on P3 and make P2.Aligh = alBottom 4. Drop P1 on Form and make P1.Aligh = alRight As I know, it is the only way... 2010/10/4 Graeme Geldenhuys > Hi, > > I came across something u

[Lazarus] Strange problem with frames

2010-08-20 Thread Дмитрий Курашкин
Hi to all! Sorry for poor english, I'll try to explain my problem. I found strange problem with frames. I started refactoring of my project. It has many forms, each form has many sections. I decided to make some frames with similar functions. Now project has following classes: Class TBaseFrame:

[Lazarus] Lazarus Codetools

2010-07-27 Thread Дмитрий Курашкин
Hi to all! I am using Lazarus 2 years. Now I want to try develop some features for Lazarus. I want make something like Eclipse (java IDE) feature. When user move mouse cursor over class property or method, my patch mast show hint window, which allow make some changes in class definition: change ty