Re: [fpc-devel] Lazarus: A new widgest set

2008-02-15 Thread Mattias Gärtner
Zitat von Michael Schnell <[EMAIL PROTECTED]>: > > > There are two widgetset setting because you can use two different > > widgetsets: design time / IDE and runtime / project. > > > I found that when changing the widget set at one of the pages it is > changed accordingly at the other page. So in e

Re: [fpc-devel] Lazarus: A new widgest set

2008-02-15 Thread Mattias Gärtner
Zitat von Michael Schnell <[EMAIL PROTECTED]>: > Some comments / questions: > > > "rebuild the IDE with the LCL. > > Does that mean just using "Tools -> Buid Lazarus", or should we use the > "Build"-Button in "Tools -> Configure Build Lazarus", with once or > multiple times with different options

Re: [fpc-devel] Lazarus: A new widgest set

2008-02-15 Thread Michael Schnell
SVN (that uses http over port 80) Of course the firewall includes a forced proxy as well. I do know that the SVN is supposed to work through a proxy, but last time I tried I was unable to get this running. I suppose some feature of the proxy is used that is not correctly working with out pro

Re: [fpc-devel] Lazarus: A new widgest set

2008-02-15 Thread vsnijders
- Original Message - From: Michael Schnell <[EMAIL PROTECTED]> Date: Friday, February 15, 2008 1:22 pm Subject: Re: [fpc-devel] Lazarus: A new widgest set > > > How can you download the zip-file, if you cannot use SVN (that > uses http over port 80)? If svn is blocked, you cannot brows

Re: [fpc-devel] Lazarus: A new widgest set

2008-02-15 Thread Michael Schnell
How can you download the zip-file, if you cannot use SVN (that uses http over port 80)? If svn is blocked, you cannot browse to the downlocation either. AFAIK, some SVN systems automatically provide a ZIP file of the latest state as a "nightly build". -Michael

Re: [fpc-devel] Lazarus: A new widgest set

2008-02-15 Thread vsnijders
> I don't have the Free Pascal compiler sources (yet) and (sitting > behind > a firewall) I can't access the RCS. Can these be downloaded as a > zipped > file ? How can you download the zip-file, if you cannot use SVN (that uses http over port 80)? If svn is blocked, you cannot browse to the

Re: [fpc-devel] Lazarus: A new widgest set

2008-02-15 Thread Michael Schnell
Some comments / questions: "rebuild the IDE with the LCL. Does that mean just using "Tools -> Buid Lazarus", or should we use the "Build"-Button in "Tools -> Configure Build Lazarus", with once or multiple times with different options (e.g. "build LCL and build IDE, or just "Build All") ?

Re: [fpc-devel] Lazarus: A new widgest set

2008-02-15 Thread Michael Schnell
Done. Fast ! Great ! Thanks ! :) -Michael ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

Re: [fpc-devel] Lazarus: A new widgest set

2008-02-15 Thread Michael Schnell
There are two widgetset setting because you can use two different widgetsets: design time / IDE and runtime / project. I found that when changing the widget set at one of the pages it is changed accordingly at the other page. So in effect there seems to be only one setting. I setup the 'n

Re: [fpc-devel] Lazarus: A new widgest set

2008-02-15 Thread Mattias Gaertner
On Fri, 15 Feb 2008 11:58:25 +0100 Michael Schnell <[EMAIL PROTECTED]> wrote: > > > I will write some info. > > > OK, so right now I will not try this with my very limited knowledge. Makefiles are for pascal programmers a strange thing. I'm crossing fingers, that the fp package system matures

Re: [fpc-devel] Lazarus: A new widgest set

2008-02-15 Thread Michael Schnell
I will write some info. OK, so right now I will not try this with my very limited knowledge. Please let me know when I am supposed to take a look and/or to do any additions. -Michael ___ fpc-devel maillist - fpc-devel@lists.freepascal.org htt

Re: [fpc-devel] Lazarus: A new widgest set

2008-02-15 Thread Michael Schnell
What is your goal? Isn't the LCL a lot of "overhead" then? What features in the LCL do you want to use? Of course nearly nothing of the LCL is used in such applications, but as it's not compiled in the executable it does not harm. So why not work along the open source stuff that already exist

Re: [fpc-devel] Lazarus: A new widgest set

2008-02-15 Thread Mattias Gaertner
On Fri, 15 Feb 2008 11:39:06 +0100 [EMAIL PROTECTED] wrote: > > > From: Michael Schnell <[EMAIL PROTECTED]> > > Vincent Snijders wrote: > > > You have lot's of questions and the few hints I gave don't seem > > to be > > > enough. Maybe it is better if I try to find some time to write a > > wi

Re: [fpc-devel] Lazarus: A new widgest set

2008-02-15 Thread Mattias Gaertner
On Fri, 15 Feb 2008 10:25:11 +0100 Michael Schnell <[EMAIL PROTECTED]> wrote: > > > The IDE does not compile the LCL automatically, so the > > interfaces.ppu was not created. You can compile the new widgetset > > with 'configure build lazarus'. > > > I just tried to do "clean up and build all"

Re: [fpc-devel] Lazarus: A new widgest set

2008-02-15 Thread vsnijders
From: Michael Schnell <[EMAIL PROTECTED]> > Vincent Snijders wrote: > > You have lot's of questions and the few hints I gave don't seem > to be > > enough. Maybe it is better if I try to find some time to write a > wiki > > article. I don't think this question - answer - question cycle is >

Re: [fpc-devel] Lazarus: A new widgest set

2008-02-15 Thread Micha Nelissen
Michael Schnell wrote: I want to use FP in a Linux environment that does not have a GUI. So a very restricted peudo-widget-set is needed just just handles the message queue. I suppose at best I do the message queue with pascal means (e.g. What is your goal? Isn't the LCL a lot of "overhead" the

Re: [fpc-devel] Lazarus: A new widgest set

2008-02-15 Thread Michael Schnell
Vincent Snijders wrote: You have lot's of questions and the few hints I gave don't seem to be enough. Maybe it is better if I try to find some time to write a wiki article. I don't think this question - answer - question cycle is getting us anywhere soon. AFAIK, Mattias did exactly the same as

Re: [fpc-devel] Lazarus: A new widgest set

2008-02-15 Thread Vincent Snijders
You have lot's of questions and the few hints I gave don't seem to be enough. Maybe it is better if I try to find some time to write a wiki article. I don't think this question - answer - question cycle is getting us anywhere soon. Vincent ___ fpc-dev

Re: [fpc-devel] Lazarus: A new widgest set

2008-02-15 Thread Michael Schnell
No. You have to edit the Makefile.fpc with a text editor. Add the new directory to the [Targets] dir key. Ok. No problem. Additionally I added a line for the nogui directory in the "cleanlaz" section of the /lcl/Makefile.fpc Then regenerate the Makefile using fpcmake Does that mean I n

Re: [fpc-devel] Lazarus: A new widgest set

2008-02-15 Thread Vincent Snijders
Michael Schnell schreef: What is missing is the adaption of the the Makefile.fpc (and the generated Makefile) in lazarus/lcl/interfaces Do you suggest that the appropriate makefiles are generated when "building the LCL with that widgetset" using the "Configure Build Lazarus" box ? No. You ha

Re: [fpc-devel] Lazarus: A new widgest set

2008-02-15 Thread Michael Schnell
I tried doing a "Build LCL" in "Configure Build Lazarus" with the new widget set selected. This was performed in just a few mSecs and the output from make was only a single line showing something like "leaving directory" . This did not change anything. -Michael ___

Re: [fpc-devel] Lazarus: A new widgest set

2008-02-15 Thread Michael Schnell
Did you actually compile that interfaces.pp, it is not compiled automatically, but only if you build the LCL with that widgetset. Supposedly I did not. I'll try to understand the "Configure Build Lazarus" options. maybe same can be used to "build the LCL with that widgetset". What is miss

Re: [fpc-devel] Lazarus: A new widgest set

2008-02-15 Thread Michael Schnell
The IDE does not compile the LCL automatically, so the interfaces.ppu was not created. You can compile the new widgetset with 'configure build lazarus'. I just tried to do "clean up and build all" in 'configure build Lazarus'. This seems to have no different effect. In two locations in 'co

Re: [fpc-devel] Lazarus: A new widgest set

2008-02-15 Thread Mattias Gaertner
On Fri, 15 Feb 2008 09:34:39 +0100 Michael Schnell <[EMAIL PROTECTED]> wrote: > > > Can you send me the patch so far? > I'm (still) not familiar with diff / patch files, but it's really > such a tiny difference that I easily can tell it in English ( :) ): > > in ide/lazconf.pp I added at the en

Re: [fpc-devel] exit screen bug

2008-02-15 Thread Tiziano De Togni
Leonard Robbins ha scritto: The attached jpg is a screen shot that shows what has become of this screen after replacing FPC 2.0.2 with FPC 2.2.0 on my WIN32 XP SP2 computer. Other than this, I haven't run into any problems, but I'm an end-user writing number-crunching stuff with no graphics et

Re: [fpc-devel] Lazarus: A new widgest set

2008-02-15 Thread Vincent Snijders
Michael Schnell schreef: moreover I created directories lcl/interfaces/nogui and lcl/units/i386-win32/nogui (doing the first test in WinXP) for a test i copied interfaces.pp from lcl/interfaces/win32 into lcl/interfaces/nogui With that I can select noGUI as a new widgetset (right below fpG

Re: [fpc-devel] Lazarus: A new widgest set

2008-02-15 Thread Michael Schnell
Can you send me the patch so far? I'm (still) not familiar with diff / patch files, but it's really such a tiny difference that I easily can tell it in English ( :) ): in ide/lazconf.pp I added at the end of line 56 , 'nogui' and at the end of line 59 , 'noGUI' accordingly in /lcl/interfa