RE: copyright infringement in LCL code

2007-11-13 Thread Crause, Christo (JC)
> It seems you compared QControls.pas to itself :) > > File /opt/lazarus/lcl/controls.pas: cannot open 0 tokens > File /home/graemeg/kylix3/source/clx/QControls.pas: 28925 tokens > Total: 28925 tokens > > Yury. Indeed. A quick look at the source of the left and right sections shows t

RE: [lazarus] How to kill a process ?

2007-10-10 Thread Crause, Christo (JC)
> I would like to kill a process from my program. I know the name of the application (for example cmd.exe). Does anybody know how can i do this ? I'm not sure how to do this in a platform independent way, I'm also not aware of a library that encapsulates this functionality. On Windows there

RE: [lazarus] Editor issues

2007-09-11 Thread Crause, Christo \(JC\)
> > But the editor seems to > > 1 - lack some features > > For exemple, when typing begin, I've been used to delphi writing two > > new lines, "end;", ans putting me on the middle line, just where I > > should type. > > I understand this is "code templates" or something like this, and > > there ma

RE: [lazarus] Error: Failed to run tool

2006-11-16 Thread Crause, Christo \(JC\)
> Crause, Christo (JC) schreef: > > When I try to build Lazarus from inside the IDE (Tools | > Build IDE) I > > get the following error: Failed to run tool - Unable to run > the tool > > "Creating Makefile for package JPEGForLazarus 1.0.1" > Do you

[lazarus] Error: Failed to run tool

2006-11-15 Thread Crause, Christo \(JC\)
When I try to build Lazarus from inside the IDE (Tools | Build IDE) I get the following error: Failed to run tool - Unable to run the tool "Creating Makefile for package JPEGForLazarus 1.0.1" I also get similar errors for other packages marked for installation. I can build Lazarus from the makef

RE: [lazarus] Menu Editor problems

2006-10-18 Thread Crause, Christo \(JC\)
> Has anybody else noticed that the menu editor is screwed? > I use Lazarus 0.9.19 (r10047) under Linux with FPC 2.1.1 and > Gtk1 widget set. > > I create a form, drop a TMainMenu on the form. > Double click the TMainMenu which opens the menu editor. > I insert a Default File menu template. > >

RE: [lazarus] Exception when opening certain dialogs in IDE (64 bit linux)

2006-05-10 Thread Crause, Christo \(JC\)
> > It seems as if the exception occurs in the following piece of code: > > CurScale:=double(Child.MinimumSize[Orientation]) > > /Child.PreferredSize[Orientation]; > I have analyzed this problem and it is a bug in code > generator. A simple app has been created for the bug report: > http:/

[lazarus] Exception when opening certain dialogs in IDE (64 bit linux)

2006-05-10 Thread Crause, Christo \(JC\)
I am trying to run Lazarus (build 9246) on x86_64-redhat-linux with FPC 2.0.3 (build 3429). When opening certain dialogs in the IDE, I get exceptions. As an example, this error was generated by clicking on Environment | Environment options: TApplication.HandleException Invalid floating point oper

RE: [lazarus] "New Project" Design Study

2006-02-20 Thread Crause, Christo \(JC\)
> I propose using a dialog similar to the Net Beans one. The > user needs to choose a category and then a project type. > > Categories / Project Types could be: > > * File * > > > -- Unit > -- Form > -- Data Module > -- Custom Program > -- Text > > Those currently exist > > -- Custom Control

RE: [lazarus] List repository

2005-11-17 Thread Crause, Christo \(JC\)
> -Original Message- > From: Panagiotis Sidiropoulos [mailto:[EMAIL PROTECTED] > Sent: 17 November 2005 13:28 > To: lazarus@miraclec.com > Subject: [lazarus] List repository > > > Is there any repository for all discussions through this list > so not to bother you for issues already ans

RE: [lazarus] Code universalizator (D6/FreePascal)

2005-11-02 Thread Crause, Christo \(JC\)
> -Original Message- > From: Matej Hausenblas [mailto:[EMAIL PROTECTED] > Sent: 03 November 2005 00:31 > To: lazarus@miraclec.com > Subject: [lazarus] Code universalizator (D6/FreePascal) > I told this to my delphi teacher and he asked if I'd be > intrested in creating > a GUI whi

RE: [lazarus] Graphics basics on gtk

2005-09-29 Thread Crause, Christo \(JC\)
> I'm developing an osciloscope gui with Lazarus, so I need to > draw very > basic graphics (just lines to being with) to show the wave format. > > I have lots of dots that the hardware sends me (500 of them). What > component should I put on my form to draw on it's canvas? TImage or > TPaintB

RE: [lazarus] IDE interface: commands and menus

2005-09-25 Thread Crause, Christo \(JC\)
> I'm searching for testers. Just compile the IDE with > '-dUseMenuIntf -dUseIDEScopes' and work wit h it the next > days. Tools -> Configure Build Lazarus -> Options: > -dUseMenuIntf -dUseIDEScopes Or at command line make clean > all OPT='-dUseMenuIntf -dUseIDEScopes' Lazarus build 7818 FPC 2

[lazarus] TSpinEdit.Climb_Rate error

2005-09-23 Thread Crause, Christo \(JC\)
Title: TSpinEdit.Climb_Rate error I cannot open the Debugger Options form in Lazarus after compiling today's SVN version of Lazarus.  It gives the following error: Error reading seLimitLinecount.Climb_Rate: Unknown property: "Climb_Rate" when loading the .lfm file. The TSpinEdit component

RE: [lazarus] Re: Compiling GTK2 application

2005-09-14 Thread Crause, Christo \(JC\)
> I recompiled everything including the IDE and there seam to be many > alignment problems on the IDE. The fonts do look much better, but all > buttons are too small, so text and glyphs became only > partially visible. I have also noticed this. I think part of the reason is that the default fo

RE: [lazarus] TListBox - Multiselect

2005-09-12 Thread Crause, Christo \(JC\)
> A Quick question, I know how to find out which item in a > TListBox was select > with single selection. Now however, I wish to do a > multi-selecting one, how > can I determines which ITEMS were selected. > > Ideally I need to be able to feed all the selected items into > a loop and step >

RE: [lazarus] TRadioGroup under Windows

2005-09-12 Thread Crause, Christo \(JC\)
> I'm completly lost :-( How can I use TRadioGroup under > Windows ? How to add tRadioButtons for it ? Why it has Items > property in objects inspector - this property is empty even > if I put tRadioButton on tRadioGroup ! If I put some > TRadioButtons on radio group - I can't check it by > ac

RE: [lazarus] Logging build messages from IDE

2005-09-07 Thread Crause, Christo \(JC\)
> > I am having trouble adding packages and recompiling Lazarus on a > > Windows machine, getting 1503 error when recompililng from > inside the > > IDE. Unfortunately not errors are displayed in the > Messages window. > > Is there a way to log all the messages written to the > Messages wind

[lazarus] Logging build messages from IDE

2005-09-07 Thread Crause, Christo \(JC\)
Title: Logging build messages from IDE Hi, I am having trouble adding packages and recompiling Lazarus on a Windows machine, getting 1503 error when recompililng from inside the IDE.  Unfortunately not errors are displayed in the Messages window.  Is there a way to log all the messages writ

[lazarus] Errors on linux-64

2005-09-06 Thread Crause, Christo \(JC\)
Hi, I'm trying to run Lazarus 0.9.9 on an AMD Opteron running 64 bit Redhat Linux and FPC 2.0.0.x86_64. I managed to make and run the IDE, but get lots of access violations when clicking on certain menus, apparently something to do with assigning a value to a scrollbar e.g. clicking on Environm

RE: [lazarus] OT: Did any onw saw Delphi 2005?

2005-09-03 Thread Crause, Christo \(JC\)
> > > The 10x slower is only on Windows, and is mostly consumed by the > > > linker; > > > > Ahh just what I thought - because I've always found the compiler fast, > > just the linker is slow. > > > > I wonder what specific parts of the linker cause slow down. The object > > file format is slo

RE: [lazarus] Case study & Marketing

2005-09-01 Thread Crause, Christo \(JC\)
> > http://wiki.lazarus.freepascal.org/index.php/Marketing_Case_Studies > > The (whole) wiki seems blocked :( I viewed the above wiki without any problems a minute ago. Christo NOTICE: Please note that this eMail, and

RE: [lazarus] How to Make in Win32?

2005-08-05 Thread Crause, Christo \(JC\)
> >I tried to run the "make" command in the Lazarus Root Directory, but it > >was full of errors... :-( > If you have Delphi installed, the borland make can cause > this. If is the case then rename the make.exe from Delphi dir > to something else I would rather suggest you open a console (DOS