Re: [Lazarus] delphi components into lazarus

2008-10-10 Thread Tom Lisjac
> How can i import delphi freeware components into lazarus? is this possible? Yes, a Sourceforge project with this goal is here: http://lazarus-ccr.sourceforge.net/ Many components have already been converted. The wiki link has documentation and how-to's that can be helpful for converting new on

Re: [Lazarus] delphi components into lazarus

2008-10-10 Thread Reenen Laurie
AFAIK you need the source of the component. On 10/10/08, Cesar P <[EMAIL PROTECTED]> wrote: > > How can i import delphi freeware components into lazarus? is this possible? -- Sent from Gmail for mobile | mobile.google.com o__ ,_.>/ _ (_)_\(_)___ ...speed is good ___ I believe fi

[Lazarus] TAsyncProcess.OnTerminate doesn't fire

2008-10-10 Thread Tom Lisjac
The TAsyncProcess option set in the test code below executes and terminates without leaving a zombie process, but the OnTerminate event never fires. I've tried a variety of options including just [poUsePipes,poStderrToOutPut] but have yet to see the OnTerminate event. Have I set up this component

[Lazarus] solaris compilers?

2008-10-10 Thread Cesar P
Is there a way to compile lazarus executables into intel solaris? what about sparc solaris? ___ Lazarus mailing list Lazarus@lazarus.freepascal.org http://www.lazarus.freepascal.org/mailman/listinfo/lazarus

[Lazarus] delphi components into lazarus

2008-10-10 Thread Cesar P
How can i import delphi freeware components into lazarus? is this possible?___ Lazarus mailing list Lazarus@lazarus.freepascal.org http://www.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] SynEdit: TSynPasSyn and keywords

2008-10-10 Thread Alexander Klenin
On Sat, Oct 11, 2008 at 05:30, Mattias Gaertner <[EMAIL PROTECTED]> wrote: > I'm not yet sure, what you want to achieve. Do you need a general > solution for your application, which uses synedit, or a special > solution for the IDE? A special one of the IDE. I just usually try not to write too spe

[Lazarus] LazReport UTF-8 changes.

2008-10-10 Thread Jesus Reyes
Hi, Lazarus currently use UTF-8 encoding on all platforms and LazReport was using xmlcfg unit for storing now it uses xmlconf unit. On windows for example, saving UTF-8 texts were treated as if they were on system encoding so double convertion occurred. Such reports may fail to show normally wh

Re: [Lazarus] SynEdit: TSynPasSyn and keywords

2008-10-10 Thread Mattias Gaertner
On Fri, 10 Oct 2008 20:59:19 +1100 "Alexander Klenin" <[EMAIL PROTECTED]> wrote: > On Fri, Oct 10, 2008 at 20:00, Mattias Gärtner > <[EMAIL PROTECTED]> wrote: > > > Ah, then I understood correct in the first place. > > Keywords are context sensitive and so are the highlighters. > > A link does no

Re: [Lazarus] Lazarus questions (auto complete, searching, docking, edit height)

2008-10-10 Thread Mattias Gärtner
Zitat von John Stoneham <[EMAIL PROTECTED]>: > 2008/10/10 Michael Van Canneyt <[EMAIL PROTECTED]> > > > > > Could be, I never had SO many objects :-) > > Maybe you should split the form up in frames, then ? > > > > Michael. > > > > > Bacially, the app is all about preferences, and is divided up wi

Re: [Lazarus] matching bracket problems (Carbon)

2008-10-10 Thread Mattias Gärtner
Zitat von Martin Friebe <[EMAIL PROTECTED]>: >[] Hi John, > > can you run SynEdit with console output, or output to a logfile? And put > some debugging in (and rebuild it)? > If yes, try this >[...] > Also ensure you do not use code folding => there are a few cases where > code folding may aff

Re: [Lazarus] Lazarus questions (auto complete, searching, docking, edit height)

2008-10-10 Thread Mattias Gärtner
Zitat von Michael Van Canneyt <[EMAIL PROTECTED]>: > > > On Fri, 10 Oct 2008, John Stoneham wrote: > > > 2008/10/10 Michael Van Canneyt <[EMAIL PROTECTED]> > > > > > > > > > > > On Fri, 10 Oct 2008, John Stoneham wrote: > > > > > > > On Fri, Oct 10, 2008 at 5:34 AM, Mattias Gärtner > > > > <[EMAI

Re: [Lazarus] Lazarus questions (auto complete, searching, docking, edit height)

2008-10-10 Thread marius
> Please create one thread per topic. > Sry, np. Next time i will.. >> -Is there an ide option to turn off the "auto complete" option of the >> comboboxes in both the find dialogs. I keep searching for the wrong text >> because of it ;) Would it be a problem if i adjusted it with a switch >> v

Re: [Lazarus] matching bracket problems (Carbon)

2008-10-10 Thread Martin Friebe
Hi John, can you run SynEdit with console output, or output to a logfile? And put some debugging in (and rebuild it)? If yes, try this 1) in components/synedit/SynEditMarkup.pp line 244 currently: procedure TSynEditMarkup.InvalidateSynLines(FirstLine, LastLine : integer); begin if assigned(f

Re: [Lazarus] Lazarus questions (auto complete, searching, docking, edit height)

2008-10-10 Thread John Stoneham
2008/10/10 Michael Van Canneyt <[EMAIL PROTECTED]> > > Could be, I never had SO many objects :-) > Maybe you should split the form up in frames, then ? > > Michael. > > Bacially, the app is all about preferences, and is divided up with many tab pages and sub-pages and sub-tabs, so they all appear

[Lazarus] SQLite and related tables

2008-10-10 Thread Usuario Anónimo
I follow the Luiz Américo Pereira Câmara tutorials. http://www.geocities.com/camara_luiz/index.html My question: In a SQLite database with several related tables, it is necessary to use a TSqlite*Dataset component for each relation? Best regards. ___ L

Re: [Lazarus] Lazarus questions (auto complete, searching, docking, edit height)

2008-10-10 Thread Michael Van Canneyt
On Fri, 10 Oct 2008, John Stoneham wrote: > 2008/10/10 Michael Van Canneyt <[EMAIL PROTECTED]> > > > > > > > On Fri, 10 Oct 2008, John Stoneham wrote: > > > > > On Fri, Oct 10, 2008 at 5:34 AM, Mattias Gärtner > > > <[EMAIL PROTECTED]>wrote: > > > > > > > Zitat von Marius <[EMAIL PROTECTED]>: >

Re: [Lazarus] matching bracket problems (Carbon)

2008-10-10 Thread John Stoneham
Ok, a quick experiment leads me to believe it is indeed a redrawing issue. As you suggested, I tried moving another window over the editor window. When this happens, the highlighting appears as it should (when the cursor is touching a bracket, the other bracket is highlighted; when the cursor is aw

Re: [Lazarus] Lazarus questions (auto complete, searching, docking, edit height)

2008-10-10 Thread John Stoneham
2008/10/10 Michael Van Canneyt <[EMAIL PROTECTED]> > > > On Fri, 10 Oct 2008, John Stoneham wrote: > > > On Fri, Oct 10, 2008 at 5:34 AM, Mattias Gärtner > > <[EMAIL PROTECTED]>wrote: > > > > > Zitat von Marius <[EMAIL PROTECTED]>: > > > > > > > -Would it be a problem to have a seperate IDE window

Re: [Lazarus] IDE bug: Clipboard copy operation failed

2008-10-10 Thread Gerard N/A
Hi Alexander, Iv'e had this occasionally, but as you say it's hard to reproduce. I opened a bug report (http://bugs.freepascal.org/view.php?id=11548) wich is still opened. If you have any other information, please add it to the report. Regards, Gerard. __

Re: [Lazarus] matching bracket problems (Carbon)

2008-10-10 Thread Martin Friebe
Well, I don't have a mac, so I can't test this, but I was involved into some refactor around the bracket-highlights (a few month back). one of the major changes was http://bugs.freepascal.org/view.php?id=11693 revision 15861 Did it work before that? Did/does it work in 0.9.24? A few of the other

Re: [Lazarus] Lazarus questions (auto complete, searching, docking, edit height)

2008-10-10 Thread Michael Van Canneyt
On Fri, 10 Oct 2008, John Stoneham wrote: > On Fri, Oct 10, 2008 at 5:34 AM, Mattias Gärtner > <[EMAIL PROTECTED]>wrote: > > > Zitat von Marius <[EMAIL PROTECTED]>: > > > > > -Would it be a problem to have a seperate IDE window for the structure > > > view instead of a fixed one in the object i

Re: [Lazarus] Lazarus questions (auto complete, searching, docking, edit height)

2008-10-10 Thread John Stoneham
On Fri, Oct 10, 2008 at 5:34 AM, Mattias Gärtner <[EMAIL PROTECTED]>wrote: > Zitat von Marius <[EMAIL PROTECTED]>: > > > -Would it be a problem to have a seperate IDE window for the structure > > view instead of a fixed one in the object inspector. IMO the current > > structure view is to small an

Re: [Lazarus] IDE exceptions: how to get stack trace on Windows?

2008-10-10 Thread Bogusław Brandys
Alexander Klenin pisze: > On Fri, Oct 10, 2008 at 22:41, Alexander Klenin <[EMAIL PROTECTED]> wrote: > >> Tried using GDB too, that of course works, but is very inconvenient. > > For example, pressing F12 to show form designer leads to a SIGTRAP > when lazarus is run under the gdb. > Does anyone

Re: [Lazarus] matching bracket problems (Carbon)

2008-10-10 Thread John Stoneham
On Fri, Oct 10, 2008 at 4:17 AM, Mattias Gärtner <[EMAIL PROTECTED]>wrote: > Zitat von John Stoneham <[EMAIL PROTECTED]>: > > > I've been using the latest svn (Carbon) for a while now, updating once a > day > > or so, and matching brackets never seem to highlight properly. This issue > > appears o

Re: [Lazarus] IDE exceptions: how to get stack trace on Windows?

2008-10-10 Thread Alexander Klenin
On Fri, Oct 10, 2008 at 22:41, Alexander Klenin <[EMAIL PROTECTED]> wrote: > Tried using GDB too, that of course works, but is very inconvenient. For example, pressing F12 to show form designer leads to a SIGTRAP when lazarus is run under the gdb. Does anyone know why it does so and how to avoid

Re: [Lazarus] Cross-compile on Linux from 32bits to 64bits

2008-10-10 Thread Osvaldo TCF - Listas
Is it possible? Ubuntu 8.04.1 FPC 2.2.3 Lazarus r16930 What i need for do that, Cross-compile on Linux from 32bits to 64bits? Compiler test = /usr/bin/fpc -MObjFPC -Sgi -O1 -TLinux -Px86_64 -gl -WG -va -l -Fu../../../../../../usr/share/laz

[Lazarus] IDE bug: Clipboard copy operation failed

2008-10-10 Thread Alexander Klenin
Lazarus compiled from trunk on Windows XP Steps to reproduce: 1) Start Lazarus 2) _Quickly_ select some text and press Ctrl+C 4) "Clipboard copy operation failed" exception is raised The issue reproduces unreliably, an seems to be timing-related. It fails 95% of the time with the recipe above, bu

Re: [Lazarus] IDE exceptions: how to get stack trace on Windows?

2008-10-10 Thread Alexander Klenin
On Fri, Oct 10, 2008 at 21:05, Bogusław Brandys <[EMAIL PROTECTED]> wrote: > Use command line switch like : > lazarus.exe --debug-log=debug.log (or other filename) Already tried that. Unfortunately, backtrace is not written into the log file. > Plenty of options. Tried using GDB too, that of cou

Re: [Lazarus] TMS FlexCel Studio for VCL/LCL

2008-10-10 Thread Graeme Geldenhuys
On 10/10/08, Reenen Laurie <[EMAIL PROTECTED]> wrote: > > I want to know if the component can do what I need before I buy... I spoke to them about this as well. They can't create a trial version for Lazarus like they have done for delphi (because they would have to release the source code). I sugg

Re: [Lazarus] Lazarus questions (auto complete, searching, docking, edit height)

2008-10-10 Thread Mattias Gärtner
Zitat von Marius <[EMAIL PROTECTED]>: > After release fpc 2.2.2, recent TFrame introduction and some spare time > i'm gonna experiment some more. Compiling went very well and i had some > quick looks today with a few simple projects. > > I have collected a few simple questions: Please create one

Re: [Lazarus] IDE exceptions: how to get stack trace on Windows?

2008-10-10 Thread Bogusław Brandys
Bogusław Brandys pisze: > Alexander Klenin pisze: >> When using Lazarus IDE, it sometimes fails with various exceptions. >> In order to debug, or at least identify the source of the problems I >> need additional info, such as stack trace. >> Is there an easy method to get that on Windows? >> The wa

Re: [Lazarus] IDE exceptions: how to get stack trace on Windows?

2008-10-10 Thread Bogusław Brandys
Alexander Klenin pisze: > When using Lazarus IDE, it sometimes fails with various exceptions. > In order to debug, or at least identify the source of the problems I > need additional info, such as stack trace. > Is there an easy method to get that on Windows? > The way I like best is to expand exce

Re: [Lazarus] SynEdit: TSynPasSyn and keywords

2008-10-10 Thread Alexander Klenin
On Fri, Oct 10, 2008 at 20:00, Mattias Gärtner <[EMAIL PROTECTED]> wrote: > Ah, then I understood correct in the first place. > Keywords are context sensitive and so are the highlighters. > A link does not work on keywords, symbols, ..., but only on identifiers. > You can get this with Synedit1.Ge

Re: [Lazarus] matching bracket problems (Carbon)

2008-10-10 Thread Mattias Gärtner
Zitat von John Stoneham <[EMAIL PROTECTED]>: > I've been using the latest svn (Carbon) for a while now, updating once a day > or so, and matching brackets never seem to highlight properly. This issue > appears on 10.4.11 and 10.5.3 (different builds for Tiger and Leopard). > Usually, they don't hi

Re: [Lazarus] SynEdit: TSynPasSyn and keywords

2008-10-10 Thread Mattias Gärtner
Zitat von Alexander Klenin <[EMAIL PROTECTED]>: > On Fri, Oct 10, 2008 at 02:53, Martin Friebe <[EMAIL PROTECTED]> wrote: > > Alexander Klenin wrote: > > Maybe off topic, but out of curiosity. > > What is the benefit you hope to get from adding it? It *seems* that > > highlighting works fine (conc

Re: [Lazarus] External appz in lazarus

2008-10-10 Thread A.J. Venter
> > I whant to create my appz for linux/macos/windows, then I can't create > .dll, well what do you think about it, what other thing I can do to create > modules, and this modules only work with the toolbar, and when the toolbar > login, the module need to know who was login and the toolbar control

Re: [Lazarus] matching bracket problems (Carbon)

2008-10-10 Thread dominique
On Carbon I've never noticed this working, ever. Just been playing around with it now and it looks like it works just after you change font and no caret is displayed. But the moment you can see the caret, the matching brakets stop working. Dominique. On Thu, 9 Oct 2008 19:28:49 -0500, "John Ston

[Lazarus] TMS FlexCel Studio for VCL/LCL

2008-10-10 Thread Reenen Laurie
Hi everyone, I sent pretty much this exact email to the TMS team, but I've yet to get a reply (not so good, if I want support, and pay 75 euros)... So want to hear from the people who've bought it. I want to know if the component can do what I need before I buy... I need to use pre-existing exce

[Lazarus] Synedit crash on Carbon with an invalid font.

2008-10-10 Thread Brad Campbell
G'day all, I've just hit a nasty one on Carbon. I have a custom .ttf installed on my system. It was copied from a Windows system and it's apparently broken (though it works on Gtk/Gtk2 and Windows). I can fix the font by loading it into fontforge and re-building it. No problem. The problem i