[Lazarus] Cannot compile trunk from rev. 52266

2016-05-03 Thread Torsten Bonde Christiansen
Hi list. With the rev. 52266 it is no longer possible to compile trunk due to the following error: /home/torsten/FreePascal/lazarus/packager/openinstalledpkgdlg.pas(204,30) Error: (4025) Incompatible type for arg no. 1: Got "TStringArray", expected "TListViewDataItem"

[Lazarus] Current trunk (r50475) does not compile x86_64-linux fpc 2.6.4

2015-11-23 Thread Torsten Bonde Christiansen
The current rev. of trunk does not compile with FPC 2.6.4 (x86_64 linux GTK2): /home/torsten/FreePascal/lazarus/components/codetools/definetemplates.pas(1904,28) Error: (5000) Identifier not found "RawByteString"

Re: [Lazarus] Lazarus Mailinglist Reader

2015-11-16 Thread Torsten Bonde Christiansen
On 2015-11-15 21:55, Werner Pamler wrote: This mailing list is fully loaded with valuable information for both new and experienced users. Unfortunately, it is a bit difficult to access this information. There is an archive of previous mails

[Lazarus] A big thank you!

2015-11-03 Thread Torsten Bonde Christiansen
Dear Coder of code-completion Today after having updated my trunk Lazarus I started coding and did what I usually do with code completion. I was starting to implement a new OnSomething method and did the normal OnSomething := @OnSomethingMethod and pressed CTRL + SHIFT + C and then this

[Lazarus] Lazarus loading non-existing form files

2015-10-26 Thread Torsten Bonde Christiansen
Hi List. After a recent update of Lazarus SVN (rev. 50168) I have started getting errors when I want to display the list of forms using Shift + F12 (View Project Forms). Lazarus tries to open form that do not exists: The file "epidatamanager.lpr" exists and is my main project file, but

Re: [Lazarus] Lazarus loading non-existing form files

2015-10-26 Thread Torsten Bonde Christiansen
On 2015-10-26 09:59, Mattias Gaertner wrote: My fault. Sorry. Fixed. Thank you for the quick fix! :) -Torsten. -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Stream Error with trunk and FPC 3.0.0 RC1

2015-08-26 Thread Torsten Bonde Christiansen
On 2015-08-26 00:26, Bart wrote: What is the value of $FPC_FULLVERSION in this RC? See revision 49401 and associated bugreport http://bugs.freepascal.org/view.php?id=27754 Does it work if you change all {$IF FPC_FULLVERSION = 30001} into {$IF FPC_FULLVERSION = 3} in lresources.pp? program

Re: [Lazarus] Stream Error with trunk and FPC 3.0.0 RC1

2015-08-26 Thread Torsten Bonde Christiansen
On 2015-08-26 00:26, Bart wrote: On 8/25/15, Torsten Bonde Christiansen t...@epidata.info wrote: Hi. I get the following error (see picture) on a clean installation of FPC 3.0.0 RC1 (just released) and the latest trunk: Lazarus 1.5 r49709M FPC 3.0.0 x86_64-linux-gtk 2 What is the value

Re: [Lazarus] Stream Error with trunk and FPC 3.0.0 RC1

2015-08-26 Thread Torsten Bonde Christiansen
On 2015-08-26 11:35, Bart wrote: On 8/26/15, Torsten Bonde Christiansen t...@epidata.info wrote: However, I found that this was not the only place where this could be an issue - the laz_xmlstreaming.pas file had the same issue. Patched those in trunk. Can you test? Fixed - working like

Re: [Lazarus] Stream Error with trunk and FPC 3.0.0 RC1

2015-08-26 Thread Torsten Bonde Christiansen
On 2015-08-26 11:28, Bart wrote: On 8/26/15, Bart bartjun...@gmail.com wrote: Could you please open a bugreport on the bugtracker for this? (I already patched lresources in trunk (and requested it to be merged into 1.4 branch). Never mind, there already was a report for it. Sorry - just saw

[Lazarus] Stream Error with trunk and FPC 3.0.0 RC1

2015-08-25 Thread Torsten Bonde Christiansen
Hi. I get the following error (see picture) on a clean installation of FPC 3.0.0 RC1 (just released) and the latest trunk: Lazarus 1.5 r49709M FPC 3.0.0 x86_64-linux-gtk 2 The error occurs on an empty project just by pressing CTRL+F9 (Compile). I deleted the old .lazarus/ configuration dir

Re: [Lazarus] Lazarus trunk (r49079) does not compile on MAC

2015-05-18 Thread Torsten Bonde Christiansen
On 2015-05-18 14:41, Torsten Bonde Christiansen wrote: On 2015-05-18 14:39, zeljko wrote: On 05/18/2015 02:26 PM, Martin Frb wrote: On 18/05/2015 09:10, zeljko wrote: On 05/18/2015 09:58 AM, Torsten Bonde Christiansen wrote: lib/i386-darwin/lazlistclasses.s:12244:invalid character

Re: [Lazarus] Lazarus trunk (r49079) does not compile on MAC

2015-05-18 Thread Torsten Bonde Christiansen
On 2015-05-18 14:01, Mattias Gaertner wrote: On Mon, 18 May 2015 10:10:09 +0200 zeljko zel...@holobit.net wrote: On 05/18/2015 09:58 AM, Torsten Bonde Christiansen wrote: With FPC 2.6.4 and Lazarus trunk (r49079), lazarus no longer compiles on MAC: [...] (9009) Assembling lazlistclasses lib

Re: [Lazarus] Lazarus trunk (r49079) does not compile on MAC

2015-05-18 Thread Torsten Bonde Christiansen
On 2015-05-18 14:39, zeljko wrote: On 05/18/2015 02:26 PM, Martin Frb wrote: On 18/05/2015 09:10, zeljko wrote: On 05/18/2015 09:58 AM, Torsten Bonde Christiansen wrote: lib/i386-darwin/lazlistclasses.s:12244:invalid character '_' in mnemonic lib/i386-darwin/lazlistclasses.s:12354:invalid

[Lazarus] Lazarus trunk (r49079) does not compile on MAC

2015-05-18 Thread Torsten Bonde Christiansen
With FPC 2.6.4 and Lazarus trunk (r49079), lazarus no longer compiles on MAC: /Users/torsten/FreePascal/lazarus/components/lazutils/lazlistclasses.pas(1252,43) Hint: (4035) Mixing signed expressions and longwords gives a 64bit result

[Lazarus] Code/identifier completion for Class/Record helpers

2015-04-30 Thread Torsten Bonde Christiansen
Hi List. Does code- and identifier completion work for class/record helper? I'm using: Lazarus 1.5 r48779M FPC 2.6.4 x86_64-linux-gtk 2 Regards, Torsten. -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org

Re: [Lazarus] Code/identifier completion for Class/Record helpers

2015-04-30 Thread Torsten Bonde Christiansen
On 2015-04-30 14:28, Mattias Gaertner wrote: On Thu, 30 Apr 2015 14:18:35 +0200 Torsten Bonde Christiansen t...@epidata.info wrote: Hi List. Does code- and identifier completion work for class/record helper? I'm using: Lazarus 1.5 r48779M FPC 2.6.4 x86_64-linux-gtk 2 Not yet. Mattias

[Lazarus] How to get a longer stacktrace

2015-04-28 Thread Torsten Bonde Christiansen
Hi. I am currently doing some debugging in Windows, my least used OS - so bear with me for dumb questions... :) Very simply i would like to have a longer stacktrace than what I am currently getting (see picture below). For some reason i cannot go deeper than displayed and I would really like

Re: [Lazarus] Moving items between actionlist

2015-04-21 Thread Torsten Bonde Christiansen
. __ Od: Torsten Bonde Christiansen t...@epidata.info Komu: Lazarus mailing list lazarus@lists.lazarus.freepascal.org Datum: 20.04.2015 14:45 Předmět: [Lazarus] Moving items between actionlist I am in for some tidious work, copying

[Lazarus] Moving items between actionlist

2015-04-20 Thread Torsten Bonde Christiansen
are unchanged, so basically it is a simply move operation. I have tried dragging actions between the two actionlist editors, but that is not implemented. Also dragging in the Object Inspector does not work, it show a do not drop icon with the mouse. Regards, Torsten Bonde Christiansen

[Lazarus] Align/Anchor to widest label

2015-03-25 Thread Torsten Bonde Christiansen
is the widest, hence anchoring the filename edit to that label, and the drop-down and directory edit to the filename edit, will make the controls overlap eachother. Regards, Torsten Bonde Christiansen. -- ___ Lazarus mailing list Lazarus

Re: [Lazarus] Align/Anchor to widest label

2015-03-25 Thread Torsten Bonde Christiansen
Bonde Christiansen wrote: Is it possible by using align, anchor, or some third option, to always make the two edits and the drop-down box align with the widest of the three labels. Since these labels will be translated to many languages I cannot assume that the 2nd

[Lazarus] Focused/Active control

2015-01-16 Thread Torsten Bonde Christiansen
Hi. In a single form application, is it always the case that TForm.ActiveControl = Focused Control ? Eg. if I somewhere in my coded has: ... SomeWinControl.SetFocus; ... And the later do a check: ... if (MainForm.ActiveControl = SomeWinControl) then ... will the above if statement be true

[Lazarus] GTK2: Changing cursor messes with mousecapture.

2014-12-15 Thread Torsten Bonde Christiansen
Hi List. If a control has captured the mouse and eg. during a mouse move, changes the cursor, this capture is lost. The has an unwanted sideeffect of eg. MouseUp events are not fired if the mouse is released outside the control. This is only the case in the GTK2 widgetset, but not with Win32

[Lazarus] Svn broken at r47177

2014-12-12 Thread Torsten Bonde Christiansen
Hi List. Something broke building of lazarus trunk on x86_64 linux (gtk2) in rev. 47177: /home/torsten/FreePascal/fpc/bin/ppcx64 -gl -Sci -dlclnogui -Fu../designer -Fu../debugger -Fu../debugger/frames -Fu../converter -Fu../packager -Fu../packager/frames -Fu../components/custom -Fuframes

[Lazarus] Strange visibility bug with TCustomGroupBox descendants

2014-12-01 Thread Torsten Bonde Christiansen
and a BitButton. This bug is only present with the GTK2 widgetset. I have tested with Lazarus 1.2.6 and latest trunk: Lazarus 1.3 r47043 FPC 2.6.4 x86_64-linux-gtk 2 Can anyone else confirm this bug? And what could be the cause of this? Kind regards, Torsten Bonde Christiansen. program project1

Re: [Lazarus] Strange visibility bug with TCustomGroupBox descendants

2014-12-01 Thread Torsten Bonde Christiansen
On 2014-12-01 11:57, Torsten Bonde Christiansen wrote: Hi list. For some time i have had a strange bug in my program which essentially boils down to a TRadioGroupBox being visible, even though it has explicit been set to false (in code). At first i though this was due to some strange coding

Re: [Lazarus] Strange visibility bug with TCustomGroupBox descendants

2014-12-01 Thread Torsten Bonde Christiansen
On 2014-12-01 14:24, Mattias Gaertner wrote: Just a note: Normally you would enclose the creation code: Application.CreateForm(TForm, F); F.DisableAutoSizing; ... F.EnableAutoSizing; Application.Run; Mattias Thank you for noting, but unfortunately it makes no difference. Btw.

Re: [Lazarus] Strange visibility bug with TCustomGroupBox descendants

2014-12-01 Thread Torsten Bonde Christiansen
On 2014-12-01 14:45, Mattias Gaertner wrote: On Mon, 01 Dec 2014 14:28:08 +0100 Torsten Bonde Christiansen t...@epidata.info wrote: On 2014-12-01 14:24, Mattias Gaertner wrote: Just a note: Normally you would enclose the creation code: Application.CreateForm(TForm, F

[Lazarus] New icons for IDE windows

2014-08-27 Thread Torsten Bonde Christiansen
Hi. Am I the only one who have noticed the new icon for the different IDE Windows (lazarus trunk)? A really nice touch! :D Regards, Torsten. -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org

[Lazarus] Code completion on specialized generic TFPGList

2014-08-20 Thread Torsten Bonde Christiansen
, Torsten Bonde Christiansen. -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Code completion on specialized generic TFPGList

2014-08-20 Thread Torsten Bonde Christiansen
On 2014-08-20 14:32, Torsten Bonde Christiansen wrote: Hi all. When I use code completion (Ctrl+Shift+C) on an object of a specialized class (eg. TFPGList) the generated variable is always writte as type generic. I forgot to write that i'm using Lazarus trunk with fpc 2.6.4 Lazarus 1.3

Re: [Lazarus] how to write a simple form designer similar to that of lazarus?

2014-08-11 Thread Torsten Bonde Christiansen
On 2014-08-10 21:31, alexs wrote: See LazReport. There is a form editor. Or use the ported jvRuntimeDesigner available at sourceforge: http://sourceforge.net/projects/jvruntimedesign/ Regrads, Torsten. В Пн, 11/08/2014 в 00:31 +0800, Dennis пишет: My program needs to allow end user to add

Re: [Lazarus] New feature: Auto complete class interfaces methods

2014-06-25 Thread Torsten Bonde Christiansen
On 2014-06-21 18:16, Mattias Gaertner wrote: The refactoring tool 'Abstract Methods' now supports 'class interfaces' too. Great - thanks. I guess this solves my feature request: http://bugs.freepascal.org/view.php?id=21239 Regards, Torsten. --

Re: [Lazarus] Ann: TButtonEdit as replacement for TEditButton

2014-05-19 Thread Torsten Bonde Christiansen
On 2014-05-15 23:05, Bart wrote: On 5/15/14, Torsten Bonde Christiansen t...@epidata.info wrote: I found a minor bug in the TCustomEditButton code regarding OnEditingDone. I have created a bug-report here (with included patch): http://bugs.freepascal.org/view.php?id=26171 Fixed in r45044

Re: [Lazarus] Ann: TButtonEdit as replacement for TEditButton

2014-05-15 Thread Torsten Bonde Christiansen
On 2014-04-06 17:33, Bart wrote: Hi all, As per r44623 (trunk) the new TButtonEdit component replaces the TEditButton component. The new TButtonEdit is designed as Grouped Control, so it should properly anchor and align. (You need to clean build Lazarus in order to update the

[Lazarus] Wiki down?

2014-01-16 Thread Torsten Bonde Christiansen
Hi List. It seems the wiki is down (perhaps just the MySQL server). This is what is shown at the bottom of the page: This is a cached copy of the requested page, and may not be up to date. Sorry! This site is experiencing technical difficulties. Try waiting a few minutes and reloading.

[Lazarus] GDB problems (--exec-run)

2013-12-18 Thread Torsten Bonde Christiansen
Hi List. For some time now I am having problems getting GDB to work correctly with Lazarus. Sometime, but not always, i run into the following message after I terminate a program that I have debugged from within Lazarus: The GDB command: -exec-run returned the error: ,msg=During startup

Re: [Lazarus] 1.2RC1, Incompatible type and overload

2013-12-06 Thread Torsten Bonde Christiansen
On 2013-12-06 11:38, Mattias Gaertner wrote: On Fri, 6 Dec 2013 11:26:12 +0100 Frederic Da Vitoria davito...@gmail.com wrote: [...] uses Laz2_Dom, Laz_XmlRead, Laz_XmlWrite ; Do not mix version 1 and 2. uses Laz2_Dom, Laz2_XmlRead, Laz2_XmlWrite ; I hope this isn't too dumb a quiestion,

Re: [Lazarus] IDE problems - FIXED

2013-11-26 Thread Torsten Bonde Christiansen
On 2013-11-26 09:18, brian wrote: On 11/25/2013 06:26 PM, brian wrote: Hi folks, Something has spontaneously gone wrong with the IDE on my setup. I say spontaneously because I was in the middle of debugging a program when suddenly everything but the source window disappeared. I eventually had

[Lazarus] Terminal Output font

2013-11-05 Thread Torsten Bonde Christiansen
Hi. Is it posible to change the font of the Terminal Output form in Lazarus? Mine is default set to some ttf, but i would like to use a mono type since i am creating formatted console output. Regards, Torsten Bonde Christiansen. -- ___ Lazarus

[Lazarus] LCL_Key_Handling wiki page incorrect?

2013-10-24 Thread Torsten Bonde Christiansen
to break an awful lot of code. Am i correct in my assumptions...? Kind regards, Torsten Bonde Christiansen. -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

[Lazarus] Splash screen still shows version 1.1 for trunk

2013-09-23 Thread Torsten Bonde Christiansen
As subject says, the trunk splash image still shows version 1.1 ;) Regards, Torsten. -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

[Lazarus] Circular reference in Lazarus

2013-05-21 Thread Torsten Bonde Christiansen
Hi List. When i try to compile Lazarus trunk (rev. 41338) for i386-win32, I get an error with circular references between LMessages.pp and Message.pp Regards, Torsten Bonde Christiansen -- ___ Lazarus mailing list Lazarus

Re: [Lazarus] Circular reference in Lazarus

2013-05-21 Thread Torsten Bonde Christiansen
Please ignore my previous email - it was a mishap in my setup... -Torsten. On 2013-05-21 15:14, Torsten Bonde Christiansen wrote: Hi List. When i try to compile Lazarus trunk (rev. 41338) for i386-win32, I get an error with circular references between LMessages.pp and Message.pp Regards

[Lazarus] GDB 7.6 Issues

2013-05-10 Thread Torsten Bonde Christiansen
Hi List. After the latest update of my Arch Linux i got a hold of GDB 7.6 and for some apparent reason debugging from within lazarus has stopped working as it should. At least there is a problem with breakpoints, since they are not always followed. If i downgrade my GDB to 7.5.1 again

[Lazarus] Combobox on Mac doesn't show any items

2013-04-18 Thread Torsten Bonde Christiansen
://imagebin.org/254481 Should i create a bug report for this? Btw. using fpc 2.6.2 (i386-darwin) and lazarus trunk. Regards. Torsten Bonde Christiansen -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman

[Lazarus] A difference in keyhanding between Gtk2 and Darwin?

2013-01-04 Thread Torsten Bonde Christiansen
the same on Darwin a subsequent set of event are fired, amongst those a CN_CHAR event and if not handled, then it is send to the OS. Is this a bug, then i'll report it in the bug-tracker. Regards, Torsten Bonde Christiansen. ps. using on both machines: FPC: 2.6.0 Lazarus 1.1 (rev 39757

[Lazarus] Constraints on resizing.

2012-10-24 Thread Torsten Bonde Christiansen
a scrollbox which is capable of handling controls beyond 10.000 pixiel in the height. Kind regards, Torsten Bonde Christiansen. -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Constraints on resizing.

2012-10-24 Thread Torsten Bonde Christiansen
On 2012-10-24 14:52, Torsten Bonde Christiansen wrote: Hi List. There seem to be a constraint using Gtk2 (not checked with other widgetsets) when doing resizing. The current limit is set to 10.000 pixels for width and height. (constrain enforced in gtk2proc.inc:6732) Is there a logical

Re: [Lazarus] What's going on with GTK on lazarus 1.0.2 from SVN?

2012-10-22 Thread Torsten Bonde Christiansen
On 2012-10-19 20:55, Krzysztof wrote: Hi, Are some serious changes implementing in GTK interface right now? I'm the author and maintainer of BGRA Controls package which are using BGRA Bitmap package for drawing. Issues: 1. First, I can't compile BGRA Bitmap package without comment line:

[Lazarus] Drawing on MAC using GetDC

2012-09-07 Thread Torsten Bonde Christiansen
is that component has not system DC, but instead is assigned an empty DC. I have practically no experience in programming directly to MAC and I have no clue what to look for, so any help would be appriciated. Kind regards, Torsten Bonde Christiansen

[Lazarus] Feature suggestion: reopen last closed tab.

2012-06-06 Thread Torsten Bonde Christiansen
? Kind regards, Torsten Bonde Christiansen. -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Feature suggestion: reopen last closed tab.

2012-06-06 Thread Torsten Bonde Christiansen
On 2012-06-06 11:42, zeljko wrote: On Wednesday 06 of June 2012 10:21:18 Torsten Bonde Christiansen wrote: Hi List. I would like to suggest a new feature to the Source Notebook Commands, where it is possible to re-open the last closed tab in source editor. Just like it is known from

Re: [Lazarus] Feature suggestion: reopen last closed tab.

2012-06-06 Thread Torsten Bonde Christiansen
On 2012-06-06 18:16, Flávio Etrusco wrote: On Wed, Jun 6, 2012 at 5:21 AM, Torsten Bonde Christiansen t...@epidata.info wrote: Hi List. I would like to suggest a new feature to the Source Notebook Commands, where it is possible to re-open the last closed tab in source editor. Just like

Re: [Lazarus] newbie questions

2012-06-01 Thread Torsten Bonde Christiansen
for RTL, FCL and LCL which can be found here: http://lazarus-ccr.sourceforge.net/docs/ Kind regards, Torsten Bonde Christiansen. -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo

Re: [Lazarus] Improve message dialog

2012-05-09 Thread Torsten Bonde Christiansen
And perhaps if the list view remembers the expanded state of the variable. At the moment it collapses each time a single step in code is performed. Regards, Torsten Bonde Christiansen. -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http

[Lazarus] Detecting if a debugger is attached

2012-02-24 Thread Torsten Bonde Christiansen
Hi List. Is there any way to know (using code) if a debugger is attached to my program? I know that in delphi there was some way of knowing, but I'm not sure if there exists such an option for Lazarus or Free Pascal. Kind regards, Torsten Bonde Christiansen

[Lazarus] Adding Interface methods

2012-02-07 Thread Torsten Bonde Christiansen
Bonde Christiansen. -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Adding Interface methods

2012-02-07 Thread Torsten Bonde Christiansen
On 2012-02-07 10:31, Mattias Gaertner wrote: On Tue, 07 Feb 2012 09:39:15 +0100 Torsten Bonde Christiansent...@epidata.dk wrote: Hi List. Is there a quick way to automatically add all the defined methods of an interface to a class? I can see that the refactor pop-up menu has a lot of other

[Lazarus] Codetools-Space is not saved.

2011-11-28 Thread Torsten Bonde Christiansen
Hi List. The settings for Codetools-Space is not saved when closing the tools option form. Must be a regression bug since it used to work fine. My system: Free Pascal Compiler version 2.4.4 [2011/09/14] for x86_64 Lazarus trunk - Revision: 33842 REgards, Torsten Bonde Christiansen

Re: [Lazarus] Android test, problem with crti.o

2011-11-22 Thread Torsten Bonde Christiansen
I had the same problem. I think I solved it by using -Xd (do not use standard path for libraries). Kind regards, Torsten Bonde Christiansen. On 2011-11-22 23:29, Lukas Gradl wrote: Hi list, trying to compile the Android lcl example as described in http://wiki.lazarus.freepascal.org

Re: [Lazarus] Default font

2011-11-11 Thread Torsten Bonde Christiansen
On 2011-11-11 15:00, zeljko wrote: On Friday 11 of November 2011 14:46:08 Torsten Bonde Christiansen wrote: Hi List. How do get the font name and size of the default fonts? If I simply access eg. form.font.name, I get default and likewise size is 0 (nul), but I would like to get

[Lazarus] Autocompletion does not work after rev. 33274

2011-11-04 Thread Torsten Bonde Christiansen
Hi List. The auto completion feature (Ctrl+space, and possible others) does not seem to work in trunk after rev. 33274. Should I report this as a bug? Kind regards, Torsten Bonde Christiansen. -- ___ Lazarus mailing list Lazarus

Re: [Lazarus] Autocompletion does not work after rev. 33274

2011-11-04 Thread Torsten Bonde Christiansen
On 2011-11-04 13:02, zeljko wrote: On Friday 04 of November 2011 10:42:31 Torsten Bonde Christiansen wrote: Hi List. The auto completion feature (Ctrl+space, and possible others) does not seem to work in trunk after rev. 33274. Current workaround: Goto Options-KeyMappings-Click

Re: [Lazarus] TLMMouseEvent now lacks state

2011-10-27 Thread Torsten Bonde Christiansen
). So I've had to create some empty files which in my case luckyli is not used at runtime. -Torsten Bonde Christiansen. -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Synchronize in Threads not working correctly on Gtk2 on Windows 32?

2011-09-19 Thread Torsten Bonde Christiansen
. Do you have a sample program or is there one in Lazarus examples, then i can check for Gtk2, x86_64 if you want. Kind regards, Torsten Bonde Christiansen. -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http

[Lazarus] Bug in Virtual TreeView

2011-09-08 Thread Torsten Bonde Christiansen
Hi List. Should I report a bug in the Virtual Treeview to the Free Pascal bug tracker or the google code bug tracker where the original code is placed? The bug is not related to the changes for lazarus/LCL. King regards, Torsten Bonde Christiansen

[Lazarus] Bug in SaveDialog with overwrite prompt (MAC Only). Patch included

2011-09-05 Thread Torsten Bonde Christiansen
://bugs.freepascal.org/view.php?id=20149 and included a patch for the bug. I think this is a rather serious bug, since a user can overwrite own files without a warning and would be glad if the patch is merged into trunk very soon. Kind regards, Torsten Bonde Christiansen

Re: [Lazarus] KeyDown and value of Shift on Mac (Darwin)

2011-09-02 Thread Torsten Bonde Christiansen
and I thought it would work with Cmd+SomeKey on Mac, but is this really the case? (Actually SomeKey is VK_C, VK_V or VK_X in this case. I use *ssMeta* for using the Cmd key on a MAC. I think most modern MAC actually have a Ctrl key as well as the Cmd key. Kind regards Torsten Bonde Christiansen

[Lazarus] View form as .lfm crashes Lazarus

2011-07-14 Thread Torsten Bonde Christiansen
7FBF27B46BC0 7FBF27B46740 7FBF27B46B40 [TGtk2WidgetSet.Destroy] gdiBitmap: 14 Kind regards, Torsten Bonde Christiansen. -- Our Program who art in Memory, Hello be Thy Name. Thy Operating System come, Thy Commands be done, at the Printer as it is on the Screen. Give us this day our daily

Re: [Lazarus] View form as .lfm crashes Lazarus

2011-07-14 Thread Torsten Bonde Christiansen
On 2011-07-14 11:06, Mattias Gaertner wrote: Torsten Bonde Christiansen t...@epidata.dk hat am 14. Juli 2011 um 10:45 geschrieben: Hi List. I was trying to check out my form with the .lfm view mode of lazarus, but there seems to be a bug. This is with the latest svn revision: Lazarus

Re: [Lazarus] TScrollBox.OnMouseUp does not fire correctly on Windows

2011-07-12 Thread Torsten Bonde Christiansen
To Lazarus developers. Please note that I've updated this issue and create a patch and put it on the bug tracker. Kind regards, Torsten Bonde Christiansen. On 2011-07-11 14:45, Torsten Bonde Christiansen wrote: Created bugreport: http://bugs.freepascal.org/view.php?id=19712 On 2011-07-11

[Lazarus] TScrollBox.OnMouseUp does not fire correctly on Windows

2011-07-11 Thread Torsten Bonde Christiansen
x86_64-linux-gtk 2 Is this a bug, which I guess it is since the TScrollBox work as I expect it to on Linux with GTK2? Kind regards, Torsten Bonde Christiansen. -- Our Program who art in Memory, Hello be Thy Name. Thy Operating System come, Thy Commands be done, at the Printer

Re: [Lazarus] TScrollBox.OnMouseUp does not fire correctly on Windows

2011-07-11 Thread Torsten Bonde Christiansen
Created bugreport: http://bugs.freepascal.org/view.php?id=19712 On 2011-07-11 13:32, Torsten Bonde Christiansen wrote: Hi List. As I'm not 100% sure how mouse events are handled in Lazarus, this may be a dumb question so please bear with me. It seems as if a TScrollBox does not fire

Re: [Lazarus] Error while compiling latest SVN version

2011-06-30 Thread Torsten Bonde Christiansen
Same here. Happens on both Win32 and Linux x86_64 - i have the same SVN revision. -Torsten. On 2011-06-30 11:46, Tommi Prami wrote: OK, short explanation: Did everything all over again : SVN : 31471 FPC : 2.4.4 I run the make of the Lazarus, and then start the IDE (That fart it works)

Re: [Lazarus] English lazarus book available.

2011-05-31 Thread Torsten Bonde Christiansen
the paperback can be bought from the website? Kind regards, Torsten Bonde Christiansen. -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

[Lazarus] Wiki Down

2011-05-23 Thread Torsten Bonde Christiansen
It seems that the wiki is down at the moment? The rest of lazarus.freepascal.org seem to be working fine though. Kind regards, Torsten Bonde Christiansen. -- Our Program who art in Memory, Hello be Thy Name. Thy Operating System come, Thy Commands be done, at the Printer as it is on the Screen

[Lazarus] Issue #19163 not fixed for fpc 2.4.2

2011-05-03 Thread Torsten Bonde Christiansen
/interfaces/win32' make[2]: *** [win32_all] Error 2 make[2]: Leaving directory `C:/FPC/lazarus/lcl/interfaces' make[1]: *** [interfaces] Error 2 make[1]: Leaving directory `C:/FPC/lazarus/lcl' make: *** [lcl] Error 2 C:\FPC\lazarus Kind regards, Torsten Bonde Christiansen

Re: [Lazarus] TColorButton and Carbon?

2011-04-27 Thread Torsten Bonde Christiansen
Sorry for the noise - this is apparently related to some bigger issue with my machine in general, so please ignore my previous mail. Kind regards, Torsten Bonde Christiansen. On 2011-04-26 14:02, Torsten Bonde Christiansen wrote: Hi All. Is there still an issue with Carbon and TColorButton

[Lazarus] TColorButton and Carbon?

2011-04-26 Thread Torsten Bonde Christiansen
in carbonwinapi.inc on SetTextColor during start My System: Lazarus 0.9.31 r30479 FPC 2.4.2 i386-darwin-carbon Kind regards, Torsten Bonde Christiansen. -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman

Re: [Lazarus] Scrolling Wincontrol

2011-03-31 Thread Torsten Bonde Christiansen
On 2011-03-31 01:00, Luiz Americo Pereira Camara wrote: On 29/3/2011 09:15, Paul Ishenin wrote: 29.03.2011 20:08, Torsten Bonde Christiansen wrote: Hi List. After updating to latest trunk version of Lazarus i've experience something quite strange. I'm using: Lazarus 0.9.31 r30067M FPC 2.4.2

[Lazarus] Scrolling Wincontrol

2011-03-29 Thread Torsten Bonde Christiansen
, clicking on button created a TEdit, clicking the other creates a TLabel. Gif can be found here http://www.bondechristiansen.net/img/ScrollingWinControl.gif. It seem that this problem is present from revision 29944 and onwards? Kind regards, Torsten Bonde Christiansen. == source code == unit

Re: [Lazarus] Sabayon Linux

2011-03-23 Thread Torsten Bonde Christiansen
Hi Juha Which WM do you use with it? As far as i can tell from my local ftp download site, there are ISO's for: Gnome, Enlightenment, KDE, LXDE and XFCE Happy linuxing, Torsten Bonde Christiansen. On 2011-03-23 13:50, Juha (gmail) wrote: Hi This is not really Lazarus related but I found

Re: [Lazarus] Sabayon Linux

2011-03-23 Thread Torsten Bonde Christiansen
On 2011-03-23 16:20, Juha Manninen wrote: 2011/3/23, Torsten Bonde Christiansent...@epidata.dk: Which WM do you use with it? No VM. It is my main distro now because the other main distros refused to work in my exotic 3-core AMD64 machine. That is a longer story but some feature in recent

[Lazarus] Reverse toolbar?

2011-01-27 Thread Torsten Bonde Christiansen
Hi List. Did someone reverse the order of tab in the component toolbar? Look at the attached picture... Version info: Lazarus 0.9.31 r29209M FPC 2.4.2 x86_64-linux-gtk 2 Kind regards, Torsten Bonde Christiansen. attachment: reversetoolbar.png

Re: [Lazarus] Revision 28960 Compilation Error

2011-01-11 Thread Torsten Bonde Christiansen
with fpc v2.4.0. Perhaps the Lazarus developer should make a public (read here on the mailinglist) statement that requirements have now changed. Just my two cents. Kind regards, Torsten Bonde Christiansen. -- ___ Lazarus mailing list Lazarus

[Lazarus] Lazarus trunk doesn't compile with FPC 2.4.0 since r28681

2010-12-12 Thread Torsten Bonde Christiansen
2.4.2 only? Kind regards, Torsten Bonde Christiansen EpiData Association. -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Lazarus rev. 27936 does not compile with CPU_TARGET=i386

2010-10-29 Thread Torsten Bonde Christiansen
On 2010-10-29 09:36, Mattias Gaertner wrote: make -C interfaces all make[2]: Entering directory `/home/torsten/FreePascal/lazarus/lcl/interfaces' make -C gtk2 all make[3]: Entering directory `/home/torsten/FreePascal/lazarus/lcl/interfaces/gtk2' /bin/rm -f

Re: [Lazarus] Lazarus rev. 27936 does not compile with CPU_TARGET=i386

2010-10-29 Thread Torsten Bonde Christiansen
On 2010-10-29 15:18, Mattias Gaertner wrote: On Fri, 29 Oct 2010 19:24:41 +0800 Paul Isheninwebpi...@mail.ru wrote: 29.10.2010 15:57, Mattias Gaertner wrote: Maybe you have local modifications? The line gtk2extrah.inc(43,56): function gdk_window_xwindow(win : PGdkDrawable): TXID; cdecl;

Re: [Lazarus] FPC 2.4.2 RC1 available

2010-10-13 Thread Torsten Bonde Christiansen
On 2010-10-12 20:34, Marco van de Voort wrote: Hello, We have placed the first release-candidate of the Free Pascal Compiler version 2.4.2 on our ftp-servers. You can help improve the upcoming 2.4.2 release by downloading and testing this release. If you want you can report what you have done

Re: [Lazarus] FreePascal Source not found in Ubuntu

2010-09-24 Thread Torsten Bonde Christiansen
in a terminal: sudo apt-get install fpc-source I think the default install location is /usr/share/src, but i'm not sure of that. Kind regards, Torsten Bonde Christiansen. -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http

Re: [Lazarus] FreePascal Source not found in Ubuntu

2010-09-24 Thread Torsten Bonde Christiansen
/fpcsrc/$(FPCVER)/ The version as of now is 2.2.4-3 This seems like an old version, the most recent stable fpc AFAIK is 2.4.2 - what version of Ubuntu are you using? Kind regards, Torsten Bonde Christiansen -- ___ Lazarus mailing list Lazarus

Re: [Lazarus] FreePascal Source not found in Ubuntu

2010-09-24 Thread Torsten Bonde Christiansen
directly from the SVN trunk. Kind regards, Torsten Bonde Christiansen -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

[Lazarus] Package editor crash on Add

2010-09-15 Thread Torsten Bonde Christiansen
Hi List. It seem a bug has sneaked into the package editor. When clicking the add button I get the following error: Error reading NoteBook.PageIndex: Unknown property: PageIndex. Regards, Torsten Bonde Christiansen

Re: [Lazarus] Cross Compile: from 64 to i386 on linux

2010-09-15 Thread Torsten Bonde Christiansen
, but to search the 32-bit ones instead. Also beware that you may need to manually create som symbolic link for some of the gcc lib files, fpc expects older version not present in ubuntu 10.04, but creating symbolic links does the trick. Hope that helps as a start. Kind regards, Torsten Bonde

[Lazarus] Creating crossplatform file association on the fly.

2010-09-09 Thread Torsten Bonde Christiansen
appriciate the help. Kind regards, Torsten Bonde Christiansen. -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Creating crossplatform file association on the fly.

2010-09-09 Thread Torsten Bonde Christiansen
mime types, don't know link for mac. I take that as a no... :) Regards, Torsten Bonde Christiansen. -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

[Lazarus] SVN2 out of sync

2010-09-06 Thread Torsten Bonde Christiansen
Please kick the svn2 server into gear, the lazarus trunk is stuck on 2010/08/30 with rev. 27239. Kind regards, Torsten Bonde Christiansen. -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman

[Lazarus] Aborting change of focused control

2010-08-19 Thread Torsten Bonde Christiansen
exits, I can't seem to keep the focus on the edit. Any suggestions are welcome. Kind regards, Torsten Bonde Christiansen. -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

  1   2   >