[Lazarus] KolCE with Lazarus and FPC from SVN

2010-04-09 Thread Horacio Jamilis
Today I tryed to install KolCE (today SVN) in Lazarus (with also today SVN) and with FPC 2.5.1 (also today SVN). It does not compile. To compile I have to add, in the uses section of the files mckMenuEditor and mckToolbarEditor, the unit PropEditUtils (after PropEdits) because that units uses

Re: [Lazarus] libQt4Pas.so for ARM

2010-04-09 Thread Den Jean
On Friday 09 April 2010 21:46:39 Kjow wrote: > 2010/4/9 Den Jean : > > on your device you need the libs (libqt4-maemo5*) > > on the cross development platform you also need the devel libs > > (links named .so to actual libs) read this ?! > > apt-get install libqt4-dev or something like that > > (se

Re: [Lazarus] libQt4Pas.so for ARM

2010-04-09 Thread Kjow
2010/4/9 Den Jean : > on your device you need the libs (libqt4-maemo5*) > on the cross development platform you also need the devel libs > (links named .so to actual libs) > apt-get install libqt4-dev or something like that > (search with apt-cache search qt4) > > general info about libMyLibName.so

Re: [Lazarus] libQt4Pas.so for ARM

2010-04-09 Thread Den Jean
On Friday 09 April 2010 18:48:31 Kjow wrote: > > learn about apt-get, apt-cache search and google :-) > > http://talk.maemo.org/showthread.php?t=46785 > > at first glance it probably is: > > apt-get update > > apt-get install libqt4-maemo5-* > > Thank you! > This thread is very useful, I installed

Re: [Lazarus] Issue between r24519 to r24519 [Re: New feature - View same source in multiple Windows]

2010-04-09 Thread Martin
On 09/04/2010 17:06, Martin wrote: On 09/04/2010 16:37, Martin wrote: Indeed it did happen the other way round. if text was edited, above the viewed section, scrolling took place (annoyingly) That was fixed yesterday: Revision: 24519 Date: 17:45, 08 April 2010 You may ensure you upgrade to

Re: [Lazarus] libQt4Pas.so for ARM

2010-04-09 Thread Kjow
2010/4/9 Den Jean : > learn about apt-get, apt-cache search and google :-) > http://talk.maemo.org/showthread.php?t=46785 > at first glance it probably is: > apt-get update > apt-get install libqt4-maemo5-* Thank you! This thread is very useful, I installed the libraries and I copied them on the s

Re: [Lazarus] TListView vsIcon doesn't show icons

2010-04-09 Thread cobines
If I'm not mistaken, this is not implemented in GTK2. -- cobines -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

[Lazarus] Attn Andrew [Re: New feature - View same source in multiple Windows]

2010-04-09 Thread Martin
On 09/04/2010 17:07, Andrew Brunner wrote: On Fri, Apr 9, 2010 at 11:04 AM, Andrew Brunner wrote: Indeed it did happen the other way round. if text was edited, above the viewed section, scrolling took place (annoyingly) That was fixed yesterday: Revision: 24519 Date: 17:45, 08 April 2010

Re: [Lazarus] New feature - View same source in multiple Windows

2010-04-09 Thread Andrew Brunner
On Fri, Apr 9, 2010 at 11:04 AM, Andrew Brunner wrote: >> Indeed it did happen the other way round. if text was edited, above the >> viewed section,  scrolling took place (annoyingly) >> That was fixed yesterday: Revision: 24519 Date: 17:45, 08 April 2010 > > First thing I did this morning was svn

[Lazarus] Issue between r24519 to r24519 [Re: New feature - View same source in multiple Windows]

2010-04-09 Thread Martin
On 09/04/2010 16:37, Martin wrote: Indeed it did happen the other way round. if text was edited, above the viewed section, scrolling took place (annoyingly) That was fixed yesterday: Revision: 24519 Date: 17:45, 08 April 2010 You may ensure you upgrade to version 24538 (just checked in) Th

Re: [Lazarus] New feature - View same source in multiple Windows

2010-04-09 Thread Andrew Brunner
> Indeed it did happen the other way round. if text was edited, above the > viewed section,  scrolling took place (annoyingly) > That was fixed yesterday: Revision: 24519 Date: 17:45, 08 April 2010 First thing I did this morning was svn update and make clean all. I'm rebuilding Lazarus now. Let's

Re: [Lazarus] libQt4Pas.so for ARM

2010-04-09 Thread Den Jean
On Thursday 08 April 2010 21:59:13 Kjow wrote: > libQT4.Pas.so is accepted by linker, but now... do you know where can > I found the other libraries requested by ld? (like libQtWebKit.so etc) > I can't find these in my device, and on the web I found "only" the > sources... learn about apt-get, apt

Re: [Lazarus] New feature - View same source in multiple Windows

2010-04-09 Thread Martin
On 09/04/2010 16:28, Andrew Brunner wrote: Before I complain I want to say THANKS for this feature. It helps me greatly. But in using it in the following way it leads me to the following problem... Example: Two source windows with the same unit. Source (1) scrolled down to implementation (for

Re: [Lazarus] New feature - View same source in multiple Windows

2010-04-09 Thread Martin
On 09/04/2010 16:28, Andrew Brunner wrote: Before I complain I want to say THANKS for this feature. It helps me greatly. But in using it in the following way it leads me to the following problem... Example: Two source windows with the same unit. Source (1) scrolled down to implementation (for

Re: [Lazarus] New feature - View same source in multiple Windows

2010-04-09 Thread Andrew Brunner
Before I complain I want to say THANKS for this feature. It helps me greatly. But in using it in the following way it leads me to the following problem... Example: Two source windows with the same unit. Source (1) scrolled down to implementation (for entering source) and Source (2) window scroll

[Lazarus] TListView vsIcon doesn't show icons

2010-04-09 Thread Leonardo M.
Hi, today a friend told me that TListView in vsIcon mode doesn't show icons, I tested it's code and he was right. It is very simple to reproduce this bug, just place a TListView and a TImageList on a form, then point listview's LargeImages param to the imagelist, then the ViewStyle property to "vs

Re: [Lazarus] Lazarus FPC 2.5.1

2010-04-09 Thread José Mejuto
Hello Lazarus-List, Friday, April 9, 2010, 1:02:02 PM, you wrote: JS> I'm only asking on this thread since i'm sure the update for executable for JS> fpc is ok ( i move it into my lazarus fpc directory where it exists - only JS> the executable ) If you move only the executable the RTL is not mov

Re: [Lazarus] New feature - View same source in multiple Windows

2010-04-09 Thread Hans-Peter Diettrich
Martin schrieb: The menu entry for "move to other window" does exist? Can you open a 2nd window wiht move? and then try to ctrl-drag? Latest news with SVN 24536: The Copy menu entry exists and works, ctrl-drag works, and dragging gives correct feedback :-) DoDi --

Re: [Lazarus] New feature - View same source in multiple Windows

2010-04-09 Thread Hans-Peter Diettrich
Martin schrieb: The menu entry for "move to other window" does exist? Yes, only "copy..." is missing. Can you open a 2nd window wiht move? Yes and then try to ctrl-drag? Acts the same as only drag, the page is moved. BTW, the DragCursor never changes into "accept" state. Tt used to

Re: [Lazarus] Lazarus FPC 2.5.1

2010-04-09 Thread Marco van de Voort
On Fri, Apr 09, 2010 at 07:33:46PM +1000, Justin Smyth wrote: > I need to make a few small changes to the RTL in FPC 2.5.1 and recompile > lazarus with these updates , i've been able to re complile FPC 2.5.1 ok but > lazarus acts like it doesnt know about the changes. the unit i am changing > is

Re: [Lazarus] New feature - View same source in multiple Windows

2010-04-09 Thread Hans-Peter Diettrich
Martin schrieb: For breakpoint, bookmarks, history jumps, Find-in-file-result-list/msg-window clicks the last active one is used (maybe later options will be add, so you could stick with the current window...) What about Code Explorer? Delphi allows for multiple explorers, docked to the edi

Re: [Lazarus] Lazarus FPC 2.5.1

2010-04-09 Thread Justin Smyth
Flávio I'll continue to look & search , i've been successfull in rebuilding the FPC ( we i assume so , the source file in the source directory of the FPC has been changed and i can see that the new fpc.exe has been build so one would assume that part is done ) Its on a windows box i'm doing

Re: [Lazarus] New feature - View same source in multiple Windows

2010-04-09 Thread Michael Schnell
On 04/09/2010 12:31 PM, Martin wrote: > > For each tab (of all tabs of a unique source code), the order of which > one was last focused/active is remembered... Sounds great ! Thanks, -Michael -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.o

Re: [Lazarus] New feature - View same source in multiple Windows

2010-04-09 Thread Michael Schnell
On 04/09/2010 12:34 PM, Martin wrote: > > That must have been, when you still had to compile with -dSyndualView ? maybe this is what silly me did not do ;) -Michael -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.

Re: [Lazarus] Lazarus FPC 2.5.1

2010-04-09 Thread Flávio Etrusco
This has been asked (and answered) on the list a few times. If you're using Linux I have a sample script ;) Otherwise, you may look at the FPC build FAQ (manual?) or google for the previous messages. Also, you may have better luck asking in the FPC-devel list about the GetClassID bug. Best regard

Re: [Lazarus] New feature - View same source in multiple Windows

2010-04-09 Thread Michael Schnell
On 04/09/2010 12:22 PM, Martin wrote: > > GTK2 or QT? KDE 4 > > Does it work, if you "MOVE" another tab to a new window before (open a > new window this way first), and then copy a tab (or drag?) > > How does it manifest exactly? > Does the Window Open. > does the tab show (empty or with something?

Re: [Lazarus] New feature - View same source in multiple Windows

2010-04-09 Thread Martin
On 09/04/2010 06:37, Hans-Peter Diettrich wrote: Martin schrieb: "Copy" seems not to work on Linux, right now? It works here: - Ubuntu 9 with GTK2 - Gtk2 on Vista Here not: Ubuntu 9 with gtk2 Suse 10 with gtk2 The menu entry is not present, and Ctrl-drag does nothing. Does it depend on

Re: [Lazarus] New feature - View same source in multiple Windows

2010-04-09 Thread Martin
On 09/04/2010 08:38, Michael Schnell wrote: On 04/09/2010 09:22 AM, Michael Van Canneyt wrote: The top one, if it shows the source file. Otherwise the last created instance ? Sound nice. I asked because (with some older version) sometimes a new tab was created with the file already di

Re: [Lazarus] New feature - View same source in multiple Windows

2010-04-09 Thread Martin
On 09/04/2010 08:22, Michael Van Canneyt wrote: On Fri, 9 Apr 2010, Michael Schnell wrote: On 04/07/2010 08:41 PM, Martin wrote: You can now spread the open units across multiply Windows (Context-Menu "Move to new Window"). I suppose the cursor position can be different with the several in

Re: [Lazarus] New feature - View same source in multiple Windows

2010-04-09 Thread Martin
On 09/04/2010 08:18, Michael Schnell wrote: On 04/07/2010 08:41 PM, Martin wrote: You can now spread the open units across multiply Windows (Context-Menu "Move to new Window"). I suppose the cursor position can be different with the several instances of the same file. sounds good. (Mi

Re: [Lazarus] New feature - View same source in multiple Windows

2010-04-09 Thread Martin
On 09/04/2010 08:14, Michael Schnell wrote: On 04/08/2010 07:18 PM, Hans-Peter Diettrich wrote: "Copy" seems not to work on Linux, right now? It does not work here either: Suse 11.1- GTK2 or QT? Does it work, if you "MOVE" another tab to a new window before (open a new window

Re: [Lazarus] FPC 2.4.0 svn

2010-04-09 Thread Kjow
2010/4/9 Vincent Snijders : > http://svn.freepascal.org/svn/fpc/tags/release_2_4_0/ Thank you Vincent! Best Regards, Kjow -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] FPC 2.4.0 svn

2010-04-09 Thread Vincent Snijders
Kjow schreef: Hi all, I can't find the SVN of stable FPC 2.4.0, can you give me it? http://svn.freepascal.org/svn/fpc/tags/release_2_4_0/ Vincent -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/m

[Lazarus] Lazarus FPC 2.5.1

2010-04-09 Thread Justin Smyth
Guys I need to make a few small changes to the RTL in FPC 2.5.1 and recompile lazarus with these updates , i've been able to re complile FPC 2.5.1 ok but lazarus acts like it doesnt know about the changes. the unit i am changing is activex.pp - i've found a bug and its a show stopper for one o

Re: [Lazarus] FPC 2.4.0 vs 2.5.1

2010-04-09 Thread Kjow
2010/4/9 Michael Van Canneyt : > There are too many to say. 2.5.1 is a development version, and > can in theory be very unstable. Umm.. what I mean is that FPC 2.5.1 has only more functions or if it generates code more speeder, etc... so something in general :) > I would recommend 2.4.0 > > If yo

Re: [Lazarus] FPC 2.4.0 vs 2.5.1

2010-04-09 Thread Michael Van Canneyt
On Fri, 9 Apr 2010, Kjow wrote: Hi again :) which are the real differences between FPC 2.4.0 and FPC 2.5.1? There are too many to say. 2.5.1 is a development version, and can in theory be very unstable. I know that to develop for arm, FPC 2.5.1 is better, but some components (like GLScene

[Lazarus] FPC 2.4.0 vs 2.5.1

2010-04-09 Thread Kjow
Hi again :) which are the real differences between FPC 2.4.0 and FPC 2.5.1? I know that to develop for arm, FPC 2.5.1 is better, but some components (like GLScene CVS doesn't work with FPC 2.5.1)... so, which differences between FPC 2.4.0 and 2.5.1? And which is the best for general purpose? Than

Re: [Lazarus] FPC 2.4.0 svn

2010-04-09 Thread Kjow
2010/4/9 Michael Van Canneyt : > It is at > > http://svn.freepascal.org/svn/fpc/branches/fixes_2_4/ > > Michael. Oh thank you! I was in confusion, cause "fixes"; so downloading from this svn is the same thing that download the FPC 2.4.0 snapshot here: http://www.hu.freepascal.org/lazarus/ Is it ri

Re: [Lazarus] FPC 2.4.0 svn

2010-04-09 Thread Michael Van Canneyt
On Fri, 9 Apr 2010, Kjow wrote: Hi all, I can't find the SVN of stable FPC 2.4.0, can you give me it? It is at http://svn.freepascal.org/svn/fpc/branches/fixes_2_4/ Michael. -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http:

Re: [Lazarus] Detecting mouse type

2010-04-09 Thread Paul Ishenin
09.04.2010 14:49, tim launchbury wrote: if GetSystemMetrics(SM_SWAPBUTTON)<> 0 then begin end; This metric will work on win32/wince widgetsets only. Best regards, Paul Ishenin. -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http

[Lazarus] FPC 2.4.0 svn

2010-04-09 Thread Kjow
Hi all, I can't find the SVN of stable FPC 2.4.0, can you give me it? Thanks, Kjow -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] New feature - View same source in multiple Windows

2010-04-09 Thread Hans-Peter Diettrich
Martin schrieb: "Copy" seems not to work on Linux, right now? It works here: - Ubuntu 9 with GTK2 - Gtk2 on Vista Here not: Ubuntu 9 with gtk2 Suse 10 with gtk2 The menu entry is not present, and Ctrl-drag does nothing. Does it depend on some $Define (SynDualView, OldAutoSize...)? DoDi

Re: [Lazarus] New feature - View same source in multiple Windows

2010-04-09 Thread Michael Schnell
On 04/09/2010 09:22 AM, Michael Van Canneyt wrote: > > The top one, if it shows the source file. Otherwise the last created > instance ? Sound nice. I asked because (with some older version) sometimes a new tab was created with the file already displayed in another tab. Seems top be fixed with a l

Re: [Lazarus] New feature - View same source in multiple Windows

2010-04-09 Thread Michael Schnell
On 04/07/2010 08:41 PM, Martin wrote: > You can now spread the open units across multiply Windows > (Context-Menu "Move to new Window"). I suppose the cursor position can be different with the several instances of the same file. sounds good. (Might be feasible with multiple tabs for the same file,

Re: [Lazarus] New feature - View same source in multiple Windows

2010-04-09 Thread Michael Van Canneyt
On Fri, 9 Apr 2010, Michael Schnell wrote: On 04/07/2010 08:41 PM, Martin wrote: You can now spread the open units across multiply Windows (Context-Menu "Move to new Window"). I suppose the cursor position can be different with the several instances of the same file. sounds good. (Might be

Re: [Lazarus] New feature - View same source in multiple Windows

2010-04-09 Thread Michael Schnell
On 04/07/2010 08:41 PM, Martin wrote: > You can now spread the open units across multiply Windows > (Context-Menu "Move to new Window"). I suppose the cursor position can be different with the several instances of the same file. sounds good. (Might be feasible with multiple tabs for the same file,

Re: [Lazarus] New feature - View same source in multiple Windows

2010-04-09 Thread Michael Schnell
On 04/08/2010 07:18 PM, Hans-Peter Diettrich wrote: > > "Copy" seems not to work on Linux, right now? > It does not work here either: Suse 11.1- -Michael -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.or

Re: [Lazarus] New feature - View same source in multiple Windows

2010-04-09 Thread Michael Schnell
You can even move tabs between multiple code explorer Windows. GREAT ! -Michael -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus