Re: [lazarus] Delphi Source/Samples/*.pas units

2007-10-31 Thread Tiziano_mk
Graeme Geldenhuys wrote: To ALL developers, I got confirmation from Dave Nottage on the borland non-technical newsgroup that ALL source code included in Delphi are copyright material, including the sample units. Only files mentioned in the deploy text file as redistributable are allowed.

[lazarus] Problems with Console-Mode Pascal Programming in Linux

2007-10-19 Thread Tiziano_mk
I need to show to some teachers that I can use the Lazarus IDE also for develop and debug simple standard Pascal Applications, in the same way they do with the Fp IDE. In windows I can do it without problems, but I need to show this on Linux... Si, I followed with success the instructions

Re: [lazarus] External Tools and Messages window

2007-09-21 Thread Tiziano_mk
Mattias Gaertner wrote: On Tue, 11 Sep 2007 12:12:29 +0200 Tiziano_mk [EMAIL PROTECTED] wrote: (reposted after problems with my subscription) It seems to me that if I check the Scan output for Free Pascal Compiler messages checkbox this should happen. Am I missing something important

[lazarus] External Tools and Messages window

2007-09-11 Thread Tiziano_mk
I'm trying to make a simple program that I want to put under the Tools menu, configured with the Tools|Configure custom tools... command. All works nicely, but the output of my tool does not appear in the Messages window. Note that the messages are there, since I can copy all and hidden

[lazarus] [non-tech] systems 2007 non-tech matters

2007-08-21 Thread Tiziano_mk
please note that it's hard (for me) to follow [long] non-tech threads merged in other technical matters. I'm interested about non-tech discussions that take place here but I'd ask to keep them separate from the rest... maybe with special prefixes? i.e.: [O.T.] (mmmh, too much drastic!)

Re: [lazarus] going legal, time for a name change....

2007-08-08 Thread Tiziano_mk
Vincent Snijders wrote: David Lyon schreef: Michael Van Canneyt wrote: That said, we're obviously discussing things internally as well, and I'm confident that a solution will pop up that everybody will find acceptable. Lazzoo is a proposed name of a foundation that supports the

Re: [lazarus] Need inserts for systems? [Was: Lazarus promotion opportunities..]

2007-08-06 Thread Tiziano_mk
Michael Van Canneyt wrote: There are a number of Linux Trade shows around the world that we could put stands at for less cost than say cebit. The idea there is to give a cd and handout with a version of Lazarus for all the major platforms so people can get a taste of what it is all about.

Re: [lazarus] Qt Interface and proprietary software development

2007-07-26 Thread Tiziano_mk
Felipe Monteiro de Carvalho wrote: Hello, I formally inquired Trolltech about their position for using Lazarus in conjunction with Qt Commercial Edition, given possible incompatibilities in Qt's license with the way software is developed in Lazarus, and they answered that you can use Commercial

[lazarus] Project Templates...

2007-07-25 Thread Tiziano_mk
I sent time ago a patch for some problems using the Project Templates package. After some other tests, actually I realize that the biggest problem is due to the $(varname) substitution schema (can't save a project as $(projname).lpr). My idea is to solve this second bunch of troubles

Re: [lazarus] Project Templates...

2007-07-25 Thread Tiziano_mk
Michael Van Canneyt wrote: On Wed, 25 Jul 2007, Tiziano_mk wrote: After some other tests, actually I realize that the biggest problem is due to the $(varname) substitution schema (can't save a project as $(projname).lpr). This was a known shortcoming when I implemented it. I renamed

[lazarus] Lazarus on Windows + Qt or GTK

2007-07-23 Thread Tiziano_mk
What about using lazarus IDE along LCL compiled on windows with different widgets other than the default Win32? (ie. QT or GTK?) Is this possible? Could it be unwise? just asking an advice before trying... tiziano _ To

Re: [lazarus] Lazarus on Windows + Qt or GTK

2007-07-23 Thread Tiziano_mk
Felipe Monteiro de Carvalho wrote: On 7/23/07, Tiziano_mk [EMAIL PROTECTED] wrote: Is this possible? Qt 4 - Afaik Paul is working on it. It should run, even if very unstable =P Gtk 1 - No, forget it Gtk 2 - Theoretically possible, althougth I think that noone worked on it recently Could

Re: [lazarus] Trouble registering on lazarus.freepascal.org

2007-07-19 Thread Tiziano_mk
John vd Waeter wrote: Hmm, anyone? Still no luck... _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at http://www.lazarus.freepascal.org/mailarchives I was put off the list

Re: [lazarus] Working with XML: crosscompatibility

2007-06-29 Thread Tiziano_mk
Alvise Nicoletti wrote: Hi... I have to parse xml both with Lazarus on linux (server) and Delphi on Windows (client). Actually, with Lazarus, I'm using the DOM, ReadXML, WriteXML units. Is there something that I can use in Delphi with the same code? Or, otherwise, is there some XML

Re: [lazarus] Unit output directory (-FU) is wrong in Compiler Options

2007-06-22 Thread Tiziano_mk
Graeme Geldenhuys wrote: On 21/06/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: // specified the -FU switch in Other tab only. -S2cgi -OG1 -gl -WG -vewnhi -l -Fu/opt/lazarus/lcl/units/i386-linux/ -Fu/opt/lazarus/lcl/units/i386-linux/gtk/ -Fu/opt/lazarus/packager/units/i386-linux/ -Fu.

Re: [lazarus] Unit output directory (-FU) is wrong in Compiler Options

2007-06-21 Thread Tiziano_mk
Graeme Geldenhuys wrote: Hi, My projects .lpi file is located in the /source directory. If I set the 'Unit output directory' option in 'Compiler Options - Paths', then my compiled units go to /source/units *and* the executable goes to /source/units. This is wrong!! I had the same problem

Re: [lazarus] strip utility

2007-06-13 Thread Tiziano_mk
Peter Vreman wrote: Hi, btw. there is a newer UPX version available (see http://upx.sourceforge.net/). Is there any reason, that not the latest version is included? It is not verified if that works stable enough. Also UPX is mainly used for win32 and there are not that much improvements for

[lazarus] components\projecttemplates patch

2007-05-22 Thread Tiziano_mk
Here is my patch for ProjectTemplates component on Lazarus (0.9.22 26/03/2007 SVN rev. 10809) that solves some problems: a) missing file project.ini in a template folder (lazarus hangs on startup); b) Random errors after creation of the new project from ptemplate; c) Now the project is

Re: [lazarus] Linux WriteLn - Staionary Output - how is done?

2007-05-21 Thread Tiziano_mk
Michael Van Canneyt wrote: On Sun, 20 May 2007, Lee Jenkins wrote: another line or appending to existing text already written such as this: Getting File: somefile.txt [=] 50% I hope that I explained my question well enough. Try to use the crt unit. It

Re: [lazarus] New name for the win32 widget set?

2007-04-18 Thread Tiziano_mk
Vincent Snijders wrote: Hi, The only one I can think of is just win, but that might be a bit short. winX ? rgds tiziano _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at

Re: [lazarus] replacement for Makefile's

2007-04-05 Thread Tiziano_mk
Michael Van Canneyt wrote: On Thu, 5 Apr 2007, Graeme Geldenhuys wrote: Anybody know anything about this and maybe the status of the project? If it is in a workable state, I would like to try and us it in the fpGUI project. It's called fpmake/fppkg. The fpmake part works. See the various

Re: [lazarus] New component

2007-02-12 Thread Tiziano_mk
Vincent Snijders wrote: Tiziano_mk schreef: Guadagnini David wrote: Now, would you make a bit of documentation? If there is a wiki page about it (see http://wiki.lazarus.freepascal.org/Code_Conversion_Guide#Packaging_and_Releasing_your_component), I can put it on lazarus-ccr for download

Re: [lazarus] Help wanted: New design for lazarus snapshot pages

2007-02-08 Thread Tiziano_mk
Vincent Snijders wrote: Tiziano_mk schreef: Could you explain how this page is generated? A fill in the file name and link in the attached html page with sed in a bash script. But the generating is not the hard part, the look and the design and the corresponding html is the part which I

Re: [lazarus] Help wanted: New design for lazarus snapshot pages

2007-02-08 Thread Tiziano_mk
Vincent Snijders wrote: Tiziano_mk schreef: Could you explain how this page is generated? A fill in the file name and link in the attached html page with sed in a bash script. But the generating is not the hard part, the look and the design and the corresponding html is the part which I

Re: [lazarus] Help wanted: New design for lazarus snapshot pages

2007-02-07 Thread Tiziano_mk
Vincent Snijders wrote: Hi, ... I am not a web designer and know very little about html. I am looking for somebody who wants to help me and redesign these pages. If you want to volunteer, say so on the list and we can work things out off the list. If the list is getting longer, my personal

Re: [lazarus] TXMLDocument from string

2007-01-29 Thread Tiziano_mk
Felipe Monteiro de Carvalho wrote: On 1/16/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: There is too few information on that functions... sometime programming with lazarus i feel blind. XML is documented here: http://wiki.lazarus.freepascal.org/Networking Now, if someone adds this hint to

Re: [lazarus] TXMLDocument from string

2007-01-26 Thread Tiziano_mk
Michael Van Canneyt wrote: On Mon, 15 Jan 2007, [EMAIL PROTECTED] wrote: Hi... i'm going crazy to create a TXMLDocument from a string. What is the problem ? Var S : TStringStream; XML : TXMLDocument; beg pardon, but in what units/package is TXMLDocument defined? In my FPC2.0.4 or

Re: [lazarus] Lazarus for Python (L4P)

2007-01-17 Thread Tiziano_mk
Al Boldi wrote: Tiziano_mk wrote: I wish to add this missing item that i find more interesting: Maybe you want to use python to control OpenOffice with Free pascal? It's possible, just embed FPC with the python embedded in OpenOffice. During holydays I made successfully this test (on windows

Re: [lazarus] Lazarus for Python (L4P)

2007-01-17 Thread Tiziano_mk
Michael Van Canneyt wrote: On Wed, 17 Jan 2007, Tiziano_mk wrote: (note: Issuing commands to OpenOffice can be easily done with Delphi, this is explained in the OpenOffice SDK, but it uses the Uno OLE automation bridge. Since OLE and COM is not available in other platforms, FPC doesn't

Re: [lazarus] Lazarus for Python (L4P)

2007-01-16 Thread Tiziano_mk
Felipe Monteiro de Carvalho wrote: Now, this phrase is confusing. Just porting Python4Delphi won´t transform Lazarus into a Python frontend. Imagining what you are trying to say here, I could come up with these options: Let me say here that PyScripter is a very nice Python IDE made with Delphi

Re: [lazarus] Python interpreter linked with a Lazarus application

2006-11-26 Thread Tiziano_mk
Uwe Grauer ha scritto: Adrian Maier wrote: You should look at P4D (Python for Delphi). AFAIK it also works with lazarus. http://mmm-experts.com/ Uwe P4D can partially work on FPC/Lazarus, but only on Windows. I was able to compile only the core units, not the components, and since in some

[lazarus] Size of a Form

2006-11-04 Thread Tiziano_mk
I'm trying to understand why in Lazarus (opposite to Delphi) the width/clientwidth and height/clientheight form properties have always the same value and do not consider the borders of the form. in C:\Programmi\FPC\lazarus\lcl\interfaces\win32\win32wsforms.pp under class procedure

[lazarus] Lazarus Icons set-second draft

2006-10-05 Thread Tiziano_mk
Here are revised and alternatives for new lazarus icon The set should be composed as follows: exeLazarus application icon lfmlazarus form lpilazarus project Info lprlazarus project file lpklazarus package file paspascal source file ppobject pascal unit incobject

Re: [lazarus] Lazarus Icons set-second draft

2006-10-05 Thread Tiziano_mk
Adrian Maier ha scritto: feel free to comment anything, the work is still in progress for any kind of refinement, Hello Tiziano, Your email has reached the list, but with no attachements. yes, the first message was without attachment, so you can read it. The second message, with the

Re: [lazarus] Icons preliminary draftproposal

2006-10-02 Thread Tiziano_mk
Vincent Snijders ha scritto: Tiziano_mk wrote: In reply to Vincent CFI (Call for Icons)... Here is my first try for a set of icons for Lazarus. The set should be composed as follows: exeLazarus application icon lfmlazarus form lpilazarus project (Ini? Info?) lprlazarus

[lazarus] TformTpanel width-height

2006-10-02 Thread Tiziano_mk
On Windows I create a new form and set the properties width=400, Height=300, I obtain a window with width 408 and height 327. This is not the behaviour of Lazarus on Linux neither of Delphi, where the width and height of the form are for the window size, not the client area. bye tiziano

[lazarus] TMainIDE.MainIDEFormClose

2006-09-27 Thread Tiziano_mk
(tested on windows, Lazarus 0918 and 0919): From Lazarus 0918 each time I restart Lazarus, my Project Inspector Window is not showed. Annoyed by that, I solved the problem modifying the MainIDEFormCLose in $(LazarusDir)\ide\main.pp: procedure TMainIDE.MainIDEFormClose(Sender: TObject;

Re: [lazarus] Debug Output again...

2006-09-20 Thread Tiziano_mk
Vincent Snijders ha scritto: Tiziano_mk schreef: maybe I cannot explain well bacause of my poor english :-( But I will give another try. If you choose for APPType GUI or compile with -WG (a windows feature, there is no equivalent in linux), the stdout of the application is closed

Re: [lazarus] Debug Output again...

2006-09-20 Thread Tiziano_mk
Marc Weustink ha scritto: Tiziano_mk wrote: The IDE Debug Output on windows shows only debugger messages. Writeln and debugln send strings ONLY on the console. if there is a separate console (as in windows with -WC) then the output of writeln is only on that console and not part

Re: [lazarus] Debug Output again...

2006-09-19 Thread Tiziano_mk
Vincent Snijders ha scritto: Yes, of course. Sorry for adding to the confusion. If you want your app to behave as on linux compile with -WC or add {$APPTYPE CONSOLE} to you main source file. Vincent as I just said to Graeme: mmh, I know that, but I asked why on linux, with writeln, I am

Re: [lazarus] icons for lpr and lpi

2006-09-14 Thread Tiziano_mk
Vincent Snijders ha scritto: Hi, In issue 1998 ( http://www.freepascal.org/mantis/view.php?id=1998 ) it is suggested to have different icons for different file types in the windows explorer. I think this is a good idea, but I am not a good icon designer. Is there somebody on this list who

[lazarus] Debug Output again...

2006-09-14 Thread Tiziano_mk
some days ago I noted about the debug window output on windows. after triyng on Linux Ubuntu I saw that a writeln(stderr,'Hello debug!') really sends the string to the debug window, as the wiki says. The same happend for assertions messages (even if it seems there is a mess on lineendings).

Re: [lazarus] The spirit lost of Borland

2006-09-08 Thread Tiziano_mk
Luis R. Hilario B. ha scritto: Hello, Some comments about I Disturb Delphi in Spanish: http://barrapunto.com/journal.pl?op=displayuid=803id=22622 And here in English: http://bdn.borland.com/article/33659 In conclusion can be told that Borland has not filled the expectation. What I

Re: [lazarus] The spirit lost of Borland

2006-09-08 Thread Tiziano_mk
Ewald Horn ha scritto: I don't agree with Delphi being better for Win32. That's like arguing VB is better for Win32. The real argument should be whether the tool is scalable, reliable and accessible. . I' still using Lazarus 0.9.16 Beta and FPC 2.0.2 - and from a commercial point of view,

Re: [lazarus] Utilities in Graphic.pp

2006-09-07 Thread Tiziano_mk
Mattias Gaertner ha scritto: On Wed, 06 Sep 2006 15:13:49 +0200 Giuliano Colla [EMAIL PROTECTED] wrote: The attached patch adds a couple of useful procedure to the graphics library, i.e. InflateRect and OffsetRect. They are derived from the Delphi counterparts, and are useful to increase or

Re: [lazarus] console app. in Windows

2006-09-05 Thread Tiziano_mk
Ad Rienks ha scritto: Hello, To begin I will warn you: I am a novice in Pascal and Lazarus. A really strange problem occurs to me: after a few days, playing with examples and getting to know the IDE and the features, I have begun a more serious program. In console mode; for the last few days

Re: [lazarus] Debug Output Window

2006-09-05 Thread Tiziano_mk
Luiz Americo Pereira Camara ha scritto: Tiziano_mk wrote: Maybe there is a way to send the output of the program to the debug window? Take a look at MultiLog ( http://wiki.lazarus.freepascal.org/index.php/MultiLog ). Maybe it fits your needs. thanks for your indication, this approach

[lazarus] Debug Output Window

2006-09-04 Thread Tiziano_mk
Reading the page http://wiki.lazarus.freepascal.org/IDE_Window:_Debug_Output I read: This windows shows the commands and answers between the IDE and the debugger. It also shows the output of the program, for example the output of the 'writeln'. I'd like if there were a programmatically way

[lazarus] GetEnvironmentString executed in the IDE

2006-09-04 Thread Tiziano_mk
(this test was made on Lazarus 0.9.16 on windows) - In a new project, new form, with a tmemo and a tbutton, put the following code: implemetation uses LCLProc; procedure Tform1.button1Click(Sender:

Re: [lazarus] Debug Output Window

2006-09-04 Thread Tiziano_mk
Graeme Geldenhuys ha scritto: To use the Writeln() command on Windows apps, you need to uncheck the Compiler Options - Linking - Win32 GUI checkbox. This will open a console window when you run the app, which allows Writeln() to work. There is a DebugLn() command as well. Can't remeber what

[lazarus] CheckGroupBox TRadioGroup

2006-08-31 Thread Tiziano_mk
(this test was made with the same results with Lazarus 0.9.16 on windows, and on Linux Ubuntu) - 1) Note: This happens only on windows. With Ubuntu it works as expected. Open a new project, place a

Re: [lazarus] CheckGroupBox TRadioGroup

2006-08-31 Thread Tiziano_mk
The same problems happen with TRadioGroup Component. I think this bug has been fixed in SVN already. If you wish you can try a snapshot to confirm it. Vincent Before posting I checked if there was an issue on mantis, but found nothing. Is it possible that fixes are applied directly

Re: [lazarus] Tstringgrid issue?

2006-08-28 Thread Tiziano_mk
Jesus Reyes ha scritto: --- Jesus Reyes [EMAIL PROTECTED] escribió: --- Tiziano-tele2 [EMAIL PROTECTED] escribió: It works this way by design, to see some info about it see: