[Lazarus] SynInfoView

2012-01-23 Thread Alexander Shishkin
Compile the IDE with WithSynInfoView defined (then watch the top of the editor, when the info is off screen) Note this is alpha (should be crash free, but looks like ---) -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org

Re: [Lazarus] Help on FCL?

2012-01-23 Thread Michael Schnell
On 01/21/2012 08:25 PM, Hans-Peter Diettrich wrote: When I copy my additional files (e.g. lazutils.chm) into the chm help directory, these files are not recognized by F1. This is why I (rather unsuccessfully) tried to switch to DocView. -Michael --

Re: [Lazarus] Help on FCL?

2012-01-23 Thread Marco van de Voort
On Sat, Jan 21, 2012 at 11:56:45PM +0100, Michael Van Canneyt wrote: The fpdoc editor can now create new fpdoc files for the fpc sources. I recommend to add the path to the fpcdocs in the options. How can these files be used in future documentation? Currently they are ignored by fpdoc,

Re: [Lazarus] Help on FCL?

2012-01-23 Thread michael . vancanneyt
On Mon, 23 Jan 2012, Marco van de Voort wrote: On Sat, Jan 21, 2012 at 11:56:45PM +0100, Michael Van Canneyt wrote: The fpdoc editor can now create new fpdoc files for the fpc sources. I recommend to add the path to the fpcdocs in the options. How can these files be used in future

[Lazarus] RE : ActiveX control demo

2012-01-23 Thread Ludo Brands
-Message d'origine- De : Volker Schäfer [mailto:ernstvolk...@web.de] Envoyé : dimanche 22 janvier 2012 18:13 À : lazarus@lists.lazarus.freepascal.org; ludo.bra...@free.fr Objet : Re: [Lazarus] ActiveX control demo Dear Lazarus Developers, at first, sorry about my bad

Re: [Lazarus] Help on FCL?

2012-01-23 Thread Graeme Geldenhuys
On 23 January 2012 11:31, Michael Schnell wrote: This is why I (rather unsuccessfully) tried to switch to DocView. I'm not sure if you can follow instructions or not, but I give up trying to help you with that! -- Regards,   - Graeme - ___ fpGUI

Re: [Lazarus] Help on FCL?

2012-01-23 Thread Mark Morgan Lloyd
Graeme Geldenhuys wrote: On 23 January 2012 11:31, Michael Schnell wrote: This is why I (rather unsuccessfully) tried to switch to DocView. I'm not sure if you can follow instructions or not, but I give uptrying to help you with that! Graeme, I wonder if I could ask one thing which is

Re: [Lazarus] SynInfoView

2012-01-23 Thread Martin
On 23/01/2012 08:47, Alexander Shishkin wrote: Compile the IDE with WithSynInfoView defined (then watch the top of the editor, when the info is off screen) Note this is alpha (should be crash free, but looks like ---) -- ___ Lazarus mailing list

Re: [Lazarus] Help on FCL?

2012-01-23 Thread Michael Schnell
On 01/23/2012 12:58 PM, Graeme Geldenhuys wrote: I'm not sure if you can follow instructions or not, but I give up trying to help you with that! Graeme, I'm thankful for your effort to help me on that issue. And the recent message was (and the current one is) not meant to push you in any

Re: [Lazarus] Help on FCL?

2012-01-23 Thread Hans-Peter Diettrich
Mark Morgan Lloyd schrieb: If I understand things correctly, HyperHelp is closed-source, unmaintained, and available for x86 Linux only. Is there an alternative for other platforms such as Solaris or non-x86? At the time of Win3.0 I wrote an decompiler and viewer for WinHelp files, most

Re: [Lazarus] RE : ActiveX control demo

2012-01-23 Thread Felipe Monteiro de Carvalho
2012/1/23 Sven Barth pascaldra...@googlemail.com: I tried today to convert the Windows Image Acquisiton Automation Library (Windows\system32\wiaaut.dll) on a Windows 7 32-Bit system (using FPC 2.7.1 from yesterday evening). The resulting unit was not compileable as it contains at least two

Re: [Lazarus] Help on FCL?

2012-01-23 Thread Mark Morgan Lloyd
Hans-Peter Diettrich wrote: Mark Morgan Lloyd schrieb: If I understand things correctly, HyperHelp is closed-source, unmaintained, and available for x86 Linux only. Is there an alternative for other platforms such as Solaris or non-x86? At the time of Win3.0 I wrote an decompiler and viewer

Re: [Lazarus] SynInfoView

2012-01-23 Thread Alexander Shishkin
23.01.2012 16:21, Martin пишет: Nice feature. There are some suggestions: as I said it is still alpha... So its good time to discuss some issues. 1) The tooltip should be shown for method/class part on top of screen even if caret is in it but not for the method/class where caret is even

[Lazarus] RE : RE : ActiveX control demo

2012-01-23 Thread Ludo Brands
-Message d'origine- De : Sven Barth [mailto:pascaldra...@googlemail.com] Envoyé : lundi 23 janvier 2012 13:02 À : Lazarus mailing list Cc : Ludo Brands Objet : Re: [Lazarus] RE : ActiveX control demo Just because I noticed this mail: I tried today to convert the Windows

Re: [Lazarus] SynInfoView

2012-01-23 Thread Martin
On 23/01/2012 13:43, Alexander Shishkin wrote: 23.01.2012 16:21, Martin пишет: Nice feature. There are some suggestions: as I said it is still alpha... So its good time to discuss some issues. :) 1) The tooltip should be shown for method/class part on top of screen even if caret is in

[Lazarus] RE : RE : ActiveX control demo

2012-01-23 Thread Ludo Brands
Is there a tutorial somewhere saying what to do to import a COM Automation object with this new tool? Not yet. Importtl creates a pascal unit that declares all interface exported by a COM typelib (dll, exe, tlb or olb). The resulting unit is like a library binding but consists of interface

Re: [Lazarus] RE : RE : ActiveX control demo

2012-01-23 Thread Marco van de Voort
On Mon, Jan 23, 2012 at 03:13:10PM +0100, Ludo Brands wrote: Once that is commited I'll submit the lazarus package to the lazarus issue tracker. Documentation will follow. Hurry up then :-) -- ___ Lazarus mailing list

[Lazarus] RE : RE : RE : ActiveX control demo

2012-01-23 Thread Ludo Brands
Hurry up then :-) http://bugs.freepascal.org/view.php?id=21138, with a few lines HowTo ;) Ludo -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

[Lazarus] TTabControl has problem with storing/retreving objects

2012-01-23 Thread Donald R. Ziesig
Hi All! I have an app that uses a TTabControl to select the display of one of many objects. The code is really trivial in the real app, but I have further simplified it to the bare essentials: unit Unit1; {$mode objfpc}{$H+} interface uses Classes, SysUtils, FileUtil, Forms, Controls,

Re: [Lazarus] Start/Stop recording editor macro

2012-01-23 Thread Marcos Douglas
2011/5/3 Flávio Etrusco flavio.etru...@gmail.com On Tue, May 3, 2011 at 2:33 PM, Marcos Douglas m...@delfire.net wrote: Hi, Is there in Lazarus a record editor macro, like Delphi (CTRL+SHIFT+R)? See http://delphi.about.com/od/adptips2005/qt/editorshortcuts.htm Marcos Douglas

Re: [Lazarus] TTabControl has problem with storing/retreving objects

2012-01-23 Thread Hans-Peter Diettrich
Donald R. Ziesig schrieb: procedure TForm1.Button1Click(Sender: TObject); begin Inc(N); TabControl1.Tabs.AddObject(IntToStr(N),TObject(N)); end; procedure TForm1.TabControl1Change(Sender: TObject); var I : Integer; begin I := TabControl1.TabIndex; Label1.Caption :=

Re: [Lazarus] Start/Stop recording editor macro

2012-01-23 Thread Martin
On 23/01/2012 18:33, Marcos Douglas wrote: 2011/5/3 Flávio Etruscoflavio.etru...@gmail.com On Tue, May 3, 2011 at 2:33 PM, Marcos Douglasm...@delfire.net wrote: Hi, Is there in Lazarus a record editor macro, like Delphi (CTRL+SHIFT+R)? See

[Lazarus] TProjectDescriptor doubt

2012-01-23 Thread silvioprog
Hello, It's possible to clear the icon of the project, and change the Application Settings? Please see: http://imagebin.org/195178 So, it's possible don't generate the {$R *.res} directive? See: http://imagebin.org/195179 The supposed configuration would be: (...) function

Re: [Lazarus] TProjectDescriptor doubt

2012-01-23 Thread silvioprog
2012/1/23 silvioprog silviop...@gmail.com: Hello, It's possible to clear the icon of the project, and change the Application Settings? Please see: http://imagebin.org/195178 So, it's possible don't generate the {$R *.res} directive? See: http://imagebin.org/195179 The supposed

Re: [Lazarus] Help on FCL?

2012-01-23 Thread Hans-Peter Diettrich
michael.vancann...@wisa.be schrieb: The projects will be added to FPC as soon as the recent fpdoc changes have been merged to the fixes branch and the Makefile can be adapted to use the project file. Rationale for this wait: The docs are not in branches, this means that the Makefile must be

[Lazarus] Guides on using Ext Designer and fpweb?

2012-01-23 Thread Joshua Lim
Hi, I've been trying out the fpweb extdirect demos and find the js coding part quite challenging for someone who only knows Pascal, so in the absence of a WYSIWYG extjs editor for fpc such as Randaus and UniGui, I thought of using Ext Designer, but the js codes generated by Ext Designer is