Re: [lazarus] Removing IFDEFs

2005-08-02 Thread Vincent Snijders
Martin Smat wrote: Vincent Snijders wrote: Martin Smat wrote: Hi, now, when Lazarus requires FPC 2.0, can we remove {$IFDEF VER1_0_10} and {$IFNDEF VER1_0} from graphics.pp and {$IFNDEF DisableFPImage}from all files where this construction is used? Yes, if we didn't have other things

Re: [lazarus] diffdialog

2005-08-03 Thread Vincent Snijders
Darius Blaszijk wrote: Here's a patch for diffdialog. features: - hardcoded 2 lfm - save diff to file - open file from disk It is looking good. I have a question, though. Why did you replace the TSynEdit to show the diff with a TMemo? If it is a TSynEdit, we might be able to add

Re: [lazarus] Lazarus RB Edition w/Plugger

2005-08-03 Thread Vincent Snijders
L505 wrote: Lazarus RB Editon implements Plugger, a special and easy way to write truly dynamic plug-ins for Lazarus and in the future, other IDE's. It is in Alpha testing, but so far I have found it to be stable, with the minor testing I've done. Links: Download and Info

Re: [lazarus] Lazarus RB Edition w/Plugger

2005-08-03 Thread Vincent Snijders
L505 wrote: | Where can I download the (changes in the) lazarus source code? | | Vincent. Well, first let me know what you think of the plugins before calling the GNU cops ;-) I haven't finished figuring out how to distribute the code, I could do a bunch of DIFF patches or just make you

[lazarus] SVN changes: localization uses UTF8

2005-08-04 Thread Vincent Snijders
Hi, From now on, lazarus expects the translations to be in UTF8 encoding and converts it internally to a suitable character set. The purpose for this change is to minimize translations for different encodings, some languages now have translations for windows and for linux (There are even 3

Re: [lazarus] Environment options

2005-08-06 Thread Vincent Snijders
Darius Blaszijk wrote: Here's the patch that transforms environmentopts.pp to LFM. I have converted it more or less one on one now. Although I have tried to put as much as possible components on single lines (no two components on the same horizontal line) to prevent items to be hidden or not

Re: [lazarus] lazarus bug tracker crashes for me

2005-08-09 Thread Vincent Snijders
Michael A. Hess wrote: Simeon Mitev wrote: *i do not know does this error occurs for everyone but it definitely does for me when just loggin into lazarus bug tracker Fatal error*: Call to undefined function: print_news_entry_from_row() in */home/websites/lazarus/mantis/main_page.php*

Re: [lazarus] Fonts and TLabel, TEdit, TButton, TMemo

2005-08-12 Thread Vincent Snijders
Tom Verhoeff wrote: The Lazarus IDE itself, as I use it on my system, does however present source code in the Lazarus Source Editor window using a fixed width (courier) font. I can even find this in the editoroptions.pp source file for the IDE, where I see things like fEditorFont:='courier';

Re: [lazarus] Environment options

2005-08-12 Thread Vincent Snijders
Mattias Gaertner wrote: On Sat, 6 Aug 2005 22:08:33 +0200 Darius Blaszijk [EMAIL PROTECTED] wrote: I haven't taken a look yet at the patch, but imho possible overlap in other languages is not a good argument for changing the layout. No major layout changes have been performed you will

Re: Eclipse

2005-08-15 Thread Vincent Snijders
L505 wrote: Application repository --- We need a Pascal repository for all the applications written in Pascal. We have a Contributed Unit repository, but not a program repository. The repository needs to be self serve, just like PHP contributed notes are, and just like

Re: Eclipse lazarus and marketing

2005-08-15 Thread Vincent Snijders
Yoppy Sundawa wrote: Since, fpc is platform independent, maybe OpenGL will be a good start, I am sure it worth to try ... .: ysundawa :. I don't know OpenGL, but maybe this page is interesting to you: http://wiki.lazarus.freepascal.org/index.php/GLScene Vincent

Re: [lazarus] Database project not running under lazarus-w32

2005-08-15 Thread Vincent Snijders
Uwe Grauer wrote: Bram Kuijvenhoven wrote: Uwe Grauer wrote: Yes, i'm using Firebird. It crashes when running under gdb. Even in a small Firebird app? I don't have a Firebird db running at the time, nor do I have Lazarus compiled with the sqldblaz package. So it would take some effort

Re: [lazarus] Mantis has being working hard

2005-08-22 Thread Vincent Snijders
Felipe Monteiro de Carvalho wrote: lazarus staff :-) They are underpaid, so don't depend on this performance in the future, as they might go on strike. ;-) Vincent. _ To unsubscribe: mail [EMAIL PROTECTED] with

Re: [lazarus] Translation

2005-08-26 Thread Vincent Snijders
Juan Martinez wrote: Sorry! forget my last post, compiling without -dNoUTF8Translations works now with today svn, but I've had that problem with a svn from last week (with FPC 2.0.0 and without -dNoUTF8Translations too, I didn't know how to pass this parameter throught make). make

Re: [lazarus] Localize.bat

2005-08-29 Thread Vincent Snijders
Razvan Adrian Bogdan wrote: I have made a script for windows similar to localize.sh, i thought some other translators might want it, it does the same thing as the linux version. Please rename the attached file (funy mail protections). If someone wants a good crossplatform editor for the files

Re: [lazarus] Application crash

2005-08-29 Thread Vincent Snijders
Bjørn T. Jønsson wrote: (This message is posted here partly because I have only guest access to the forums, but also because I got no further solving the problem by posting it in the forum. See http://www.lazarus.freepascal.org/index.php?name=PNphpBB2file=viewtopict=6 79) Some weeks ago I

Re: [lazarus] Application crash

2005-08-29 Thread Vincent Snijders
Bjørn T. Jønsson wrote: Vincent Snijders wrote: Try creating a back trace, it gives us some information where it went wrong: http://wiki.lazarus.freepascal.org/index.php/Creating_a_Backtr ace_with_GDB Thanks! I've downloaded GDB 6.3 and is looking at it. Seems to be some job setting up

Re: [lazarus] Simple IPC implementation.

2005-08-30 Thread Vincent Snijders
Marc Weustink wrote: Vincent Snijders wrote: Micha Nelissen wrote: On Tue, 30 Aug 2005 11:09:30 +0200 (Romance Daylight Time) Michael Van Canneyt [EMAIL PROTECTED] wrote: In windows, it's slightly more difficult (surprise, surprise :-) ) You can use MsgWaitForMultipleObjects to do

Re: [lazarus] Simple IPC implementation.

2005-08-30 Thread Vincent Snijders
Micha Nelissen wrote: On Tue, 30 Aug 2005 11:09:30 +0200 (Romance Daylight Time) Michael Van Canneyt [EMAIL PROTECTED] wrote: In windows, it's slightly more difficult (surprise, surprise :-) ) You can use MsgWaitForMultipleObjects to do this for a windows handle, or use WaitForSingleObject on

Re: [lazarus] Case study Marketing

2005-08-31 Thread Vincent Snijders
Tony Maro wrote: Vincent Snijders wrote: Tony Maro wrote: With all the recent talk of marketing Lazarus, I got the bright idea of posting a case study on the Lazarus site of how we use Lazarus in our daily business. Feel free to take any sound bites out of it and use them for marketing

Re: [lazarus] Gtk or Gtk2

2005-09-08 Thread Vincent Snijders
Edwin Quijada wrote: What is much better to work ? Gtk or Gtk2 I like much more Gtk2 is so pretty but I 'd like to know about performance and something else. What is yours recommendation ? Gtk is more stable then gtk2. I would develop the app using gtk, but from time to time recompile it

Re: [lazarus} Application crash

2005-09-08 Thread Vincent Snijders
Bjørn T. Jønsson wrote: Vincent Snijders wrote: Mattias Gaertner wrote: I guess, it's the spaces in the path. ...delfi\top down city\code\... I don't think so: [...] fpc 2.0.0 can compile the test app too. For some reason the test app doesn't compile here... I get a lot

Re: [lazarus] InitializeDebugOutput

2005-09-10 Thread Vincent Snijders
Bogusław Brandys wrote: Hi, I can't get exception stacktrace under Lazarus 0.9.9 for Windows (today snapshot) Seems that procedure InitializeDebugOutput; is not invoked even if I add LClProc into uses. Do I miss something ? (I checked GDB debug info and line numbers in configuration of

Re: [lazarus] DirectoryExists bug under Windows

2005-09-11 Thread Vincent Snijders
Michael Van Canneyt wrote: On Sat, 10 Sep 2005, Bogusław Brandys wrote: Where can I post fix for DirectoryExists bug (not detecting drive root entry under Windows) ? You should enter that in the FPC bug database, with a sample program. FYI, this particular bug already is there:

Re: [lazarus] TRadioGroup under Windows

2005-09-12 Thread Vincent Snijders
Michael Van Canneyt wrote: On Mon, 12 Sep 2005, Bogus?aw Brandys wrote: Hi, 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 !

Re: [lazarus] A small patch called LazDoc

2005-09-13 Thread Vincent Snijders
Mattias Gaertner wrote: On Mon, 12 Sep 2005 14:23:54 +0200 Marc Weustink [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] wrote: Hi, It took me a bit more time than anticipated, but I have prepared a patch that will incorporate an FPDoc editor/viewer into lazarus. Thanks. Applied with

Re: [lazarus] A small patch called LazDoc

2005-09-13 Thread Vincent Snijders
[EMAIL PROTECTED] wrote: Applied with $IFDEF EnableLazDoc. I fixed the override of Mouse and Key events. Thank you ToDos: - Reduce overhead. Only update on idle. - Use resourcestrings - Use IPC to talk to LazDE - support projects and packages I will add it to the other items I already

Re: [lazarus] LazDoc patch

2005-09-14 Thread Vincent Snijders
[EMAIL PROTECTED] wrote: Thanks. Applied, but without the {$DEFINE EnableLazDoc} in the uniteditor.pp Yes, sorry that was unintentional. I did set it in the source, because I don't know how to compile with -d option. Can you or someone else please explain me?? If you are building lazarus

Re: [lazarus] LazDoc patch

2005-09-14 Thread Vincent Snijders
[EMAIL PROTECTED] wrote: Here's a patch for LazDoc. It implements/fixes the following items: - stores edited data with unix line ending I replaced the use of DelimitedText, because it adds quotes arround each line: revision 7697. Vincent.

Re: [lazarus] Directory unzip lazarus source code for linux?

2005-09-14 Thread Vincent Snijders
v.scozzaro '[EMAIL PROTECTED]' wrote: Directory unzip lazarus source code for linux? I don't understand you. Can you rephrase your questiion, using a little more words? Vincent. _ To unsubscribe: mail [EMAIL PROTECTED] with

Re: [lazarus] Application crash

2005-09-14 Thread Vincent Snijders
Bjørn T. Jønsson wrote: OK. I tried to report it as a bug in Lazarus Bugtracker, but the server times out (no response) when I press the Submit Report button. I tried several times... sigh But you succeeded anyway: http://www.lazarus.freepascal.org/mantis/view.php?id=1165

Re: [lazarus] colorbox.xml patch

2005-09-14 Thread Vincent Snijders
[EMAIL PROTECTED] wrote: Here's a patch with documentation tags added to colorbox.xml. Generated with LazDoc!! I did not convert the lineendings in the patch, hopefully you can apply it without major problems, please give some feedback if you do encounter problems. Darius I think you sent the

Re: [lazarus] colorbox.xml patch

2005-09-14 Thread Vincent Snijders
Darius Blaszijk wrote: On Wed, 2005-09-14 at 20:32, Vincent Snijders wrote: I think you sent the wrong patch file. colorbox was not mentioned in it, and what it contains seems to be in the docs already. Are you sure you are looking at the file I sent?? I believe it is a patch

Re: [lazarus] Directory unzip lazarus source code for linux?

2005-09-15 Thread Vincent Snijders
v.scozzaro wrote: Vincent Snijders wrote: v.scozzaro '[EMAIL PROTECTED]' wrote: Directory unzip lazarus source code for linux? I don't understand you. Can you rephrase your questiion, using a little more words? Suse 9.3 Install lazarus rpm 0.98 is ok download lazarus source code

Re: [lazarus] LazDoc patch

2005-09-15 Thread Vincent Snijders
[EMAIL PROTECTED] wrote: Following changs: - constructor/destructor is now supported - resourcestrings are being used Thanks. Applied. I have the following suggestions: - Add the LazDoc menu entry to the Views menu, after all it just opens another window, like the code explorer. - Try to

Re: [lazarus] LazDoc patch

2005-09-15 Thread Vincent Snijders
[EMAIL PROTECTED] wrote: Thanks. Applied. Btw. did you update the .po files?? I see it not changed yet on the ViewCVS. Or is there some lagging in the view?? I still have to do that. Vincent. _ To unsubscribe: mail [EMAIL

Re: [lazarus] Hi FPC svn error

2005-09-23 Thread Vincent Snijders
Nataraj S Narayan wrote: Hi I am getting the following after some time while using svn checkout http://svn.freepascal.org/svn/fpc/trunk fpc svn: RA layer request failed svn: REPORT request failed on '/svn/fpc/!svn/vcc/default' svn: REPORT of '/svn/fpc/!svn/vcc/default': Could not read response

Re: [lazarus] Daily snapshots

2005-09-23 Thread Vincent Snijders
Bogusław Brandys wrote: Hello, I'm working on Windows mostly with daily snapshots,but I'd like to now if it's possible to prepare also special snapshots : when Lazarus is always taken from SVN but FPC is stable + fixes ? Sometimes FPC unstable is broken (especially for debug info) and it is

[lazarus] Error in ProjectOpts when compiling with -dEnableLazDoc

2005-09-23 Thread Vincent Snijders
Hi, I can't compile lazarus with -dEnableLazDoc: C:\lazarus\source\lazarus\ide\ProjectOpts.pp(260,38) Error: identifier idents no member LazDocPathList C:\lazarus\source\lazarus\ide\ProjectOpts.pp(310,13) Error: identifier idents no member LazDocPathList Line 260 is:

Re: [lazarus]

2005-09-24 Thread Vincent Snijders
[EMAIL PROTECTED] wrote: Or at command line make clean all OPT='-dUseMenuIntf -dUseIDEScopes' I keep getting the following error: C:\lazarusmake clean all OPT='-dUseMenuIntf -dUseIDEScopes' make: invalid option -- U Usage: make [options] [target] ... Options: -b, -m

[lazarus] TLazProject.FLazDocPathList not freed

2005-09-26 Thread Vincent Snijders
Hi, TLazProject.FLazDocPathList is created in TLazProject.Create, but nowhere destroyed. Shall I add a TLazProject.Destroy, which frees the TLazProject.FLazDocPathList? Vincent. _ To unsubscribe: mail [EMAIL PROTECTED] with

Re: [lazarus] TLazProject.FLazDocPathList not freed

2005-09-26 Thread Vincent Snijders
Mattias Gaertner wrote: On Mon, 26 Sep 2005 10:35:21 +0200 Vincent Snijders [EMAIL PROTECTED] wrote: Hi, TLazProject.FLazDocPathList is created in TLazProject.Create, but nowhere destroyed. Shall I add a TLazProject.Destroy, which frees the TLazProject.FLazDocPathList? Yes. Done

Re: [lazarus] [Fwd: [Lazarus 0001209]: lazarus crashes on exit]

2005-09-26 Thread Vincent Snijders
Darius Blaszijk wrote: Vincent, The issue is still not fixed, after getting latest SVN today, don't know the revision, but definitely higher than 7826. It worked here today. Can you make a back trace? Vincent _ To

Re: [lazarus] Russian Letters in Lasarus windoows.

2005-09-27 Thread Vincent Snijders
Alex Smirnov wrote: Vincent Snijders пишет: Alex Smirnov wrote: *Dear friends!* Help me, please. I have Mandriva Linux 2005 special edition. My desctop is Gnome. My locale is KOI8-R and it is installed correctly. All programms works fine for me - all programms with russification I mean

Re: [lazarus] patch for bug 1226

2005-09-27 Thread Vincent Snijders
Andrew Haines wrote: Hi this patch fixes bug 1226 Thanks. Applied. Vincent. _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at

Re: [lazarus] Russian Letters in Lasarus windoows.

2005-09-28 Thread Vincent Snijders
Alex Smirnov wrote: You can set the language in the environment options, second tab. To bootstrap (it might be hard if you don't see any text at all), do export LANG=en_US.utf8 ./lazarus at the console. Vincent. *Thank you, Vincent.* But it does not work. I got SAME result - no text

Re: [lazarus] Bugtracker question

2005-10-01 Thread Vincent Snijders
Darius Blaszijk wrote: Hi, I have added a note to bug 1233, but I did not receive an email notification from this bug. I suppose I need to do that manually somewhere. Could anyone please advise. http://www.lazarus.freepascal.org/mantis/account_prefs_page.php N.B. You don't get notifications

Re: [lazarus] Several LFM patches

2005-10-06 Thread Vincent Snijders
Mattias Gaertner wrote: On Thu, 6 Oct 2005 09:58:33 +0200 (Romance Daylight Time) Michael Van Canneyt [EMAIL PROTECTED] wrote: Last weekend, I implemented just that for Lazarus using an FPC unit. Mattias Gaertner has the source code. Added. See components/prettyformat/prettyformat.lpk.

Re: [lazarus] Lazarus 0.9.11 - problems with make

2005-10-09 Thread Vincent Snijders
Mattias Gaertner wrote: On Sun, 09 Oct 2005 15:53:31 +0400 Alex Smirnov [EMAIL PROTECTED] wrote: *Problem discription:* If you try to build Lazarus from IDE setting all packages to Clear/Build - you will get an error if JITForms.pas: Unable to find JITForm unit. If you go to

Re: [lazarus] Lazarus 0.9.11 - problems with make

2005-10-09 Thread Vincent Snijders
Florian Köberle wrote: Mattias Gaertner schrieb: Is this the same as issue 1304? http://www.lazarus.freepascal.org/mantis/view.php?id=1304 Probably yes. I marked the issue as resolved. Mattias Yes, it was! Then you, as the bug reporter, can close that issue. Vincent

Re: [lazarus] Debugger error under Windows

2005-10-10 Thread Vincent Snijders
Georg Vollnhals wrote: Alex Smirnov schrieb: *Problem description:* Same error message with any other project from ...\lazarus\excamples. Hi, I am pretty new with Lazarus on Win32 /XP Home SP1 (but a Pascal and Delphi oldtimer) and was really astonished about it's potential and actual

Re: [lazarus] Re: Codefolding

2005-10-11 Thread Vincent Snijders
Felipe Monteiro de Carvalho wrote: Mattias Gaertner wrote: Hi all, Codefolding has been started in lazarus' synedit. Now we are searching developers helping us to finish it. Code for synedit and other important classes for this project are located on witch units (with path, please)? I'd

Re: [lazarus] Some problems in selection boolean values in Object Inspector

2005-10-11 Thread Vincent Snijders
Alex Smirnov wrote: *Problem description:* Operation System - Windows 200 SP4. Lazarus - 0.9.11 from the 9th of October 2005. Try to make any simple project and put a StringGrid on it, Go to Object Inspector and maximize Options line. You will see StringGrid options - goTabs, goEditing,

Re: [lazarus] Re: Is this a bug?

2005-10-13 Thread Vincent Snijders
Joost van der Sluis wrote: On Wed, 2005-10-12 at 20:58 +0200, Marc Weustink wrote: It says something about TStringList property Strings not being published... You will get this error when loading a form with DB (related) components with an Active=True property and the connection to the DB

Re: [lazarus] Translations patch

2005-10-16 Thread Vincent Snijders
Felipe Monteiro de Carvalho wrote: Hello, I removed old phrases from languages/README. They are no longer valid, since we don't use .mo files anymore. Should the patches for .po files still be sent to [EMAIL PROTECTED] Yes. I don't know the precise reason why for .po files the complete

Re: [lazarus] [Lazarus 0001211]: TBitBtn - Transparency on glyph does not work

2005-10-16 Thread Vincent Snijders
Felipe Monteiro de Carvalho wrote: Hi Micha, How did you solve this bug?? What was missing? And what picture formats for button glyphs are working now??? There were problems with almost all formats. See http://www.freepascal.org/cgi-bin/viewcvs.cgi?root=lazarusrev=7968view=rev Vincent.

Re: [lazarus] Lazarus 0.9.11 - problems with make (JTForms)

2005-10-17 Thread Vincent Snijders
Alex Smirnov wrote: Same problem in Lazarus for WIndows 0.9.11 from 16.10.2005 So problem is NOT fixed. Did you install the snapshot in a new directory? Or over the old snapshot? Vincent. _ To unsubscribe: mail [EMAIL

Re: [lazarus] Cannot install Lazreport and Printer4Lazarus

2005-10-19 Thread Vincent Snijders
jean-marc levecque wrote: Well, I answer to myself. The link in environment is correct, but the executable to run is in fact in /home/myname/.lazarus/bin/ I don't fully understand why new installation above an old one can lead to loss of references to the correct executable. But now it seems

Re: [lazarus] Some questions about TForm.Height

2005-10-19 Thread Vincent Snijders
Alex Smirnov wrote: *Dear Friends!* Ones more I ask you for some help. Help me please to understand how can I get real height of any form window created by Lazarus? The matter is trhat TForm.Height returns not a total Form height, but Form height minus title bar height. Yes, that is

Re: [lazarus] Using translations in projects

2005-10-20 Thread Vincent Snijders
Mattias Gaertner wrote: On Thu, 20 Oct 2005 14:11:37 +0200 Vincent Snijders [EMAIL PROTECTED] wrote: Alexandre Leclerc wrote: On 9/19/05, Mattias Gaertner [EMAIL PROTECTED] wrote: On Sun, 18 Sep 2005 19:09:35 -0400 Alexandre Leclerc [EMAIL PROTECTED] wrote: On 9/16/05, Mattias

Re: [lazarus] TApplication.Terminate

2005-10-25 Thread Vincent Snijders
A.J. Venter wrote: On Tuesday 25 October 2005 17:42, Alain Michaud wrote: Hi, I had the same problem a while ago. There were some discussions on this list and this seems to be a deep bug. In my case, I noticed that any timer runing would not stop. Finally I found the ultimate weapon: I

Re: [lazarus] Debugging multitheaded application

2005-10-29 Thread Vincent Snijders
Horacio Jamilis wrote: Thank you very much I will try this latter (I am not on linux right now). As somebody said... this must be in the wiki. Feel free to add it to the wiki at wiki.lazarus.freepascal.org. You are the person most suited to add it, because you just tested (or are about

Re: [lazarus] Testing new forum

2005-10-31 Thread Vincent Snijders
John Samperi wrote: At 08:40 PM 31/10/2005, you wrote: If you mean that button2 is placed on a new line, then that is correct. If there is a empty line inbetween, then maybe not. Did you edit memo1.text ? Isn't an extra empty line in there ? D6 output Memo1 button1button1button 2button1

Re: [lazarus] lazarus svn 8015 and fpc svn 1612

2005-10-31 Thread Vincent Snijders
barko wrote: on make clean all I got this: Compiling /home/barkooo/freepascal/lazarus/packager/basepkgmanager.pas pkgmanager.pas(3011,29) Error: Incompatible types: got ShortInt expected AnsiString pkgmanager.pas(3039,24) Error: Incompatible types: got ShortInt expected AnsiString

Re: [lazarus] Using translations in projects

2005-11-04 Thread Vincent Snijders
Vincent Snijders wrote: I have similar ideas, but no time to write them all down. IMHO moving translations to the LCL is a first step. I will start working on that first. Is there any reason, we want to keep the support for MO-files in the LCL or IDE translations? If not, I will remove

Re: [lazarus] ShowInTaskbar for gtk2 doesn't work

2005-11-06 Thread Vincent Snijders
dannym wrote: Hi, I'm trying to get ShowInTaskbar for gtk2 working. I tried to do it as in the attached patch for a quick test. Doesn't work. It has to do with some ridiculously complicated dependency of the default of ShowInTaskbar on MainForm. Can't get it to work. The symptoms after the

Re: [lazarus] New ODBC Connection component for SQLDB

2005-11-06 Thread Vincent Snijders
[EMAIL PROTECTED] wrote: Hello all, a few of you already noticed that there is a new SQLDB-Connection for ODBC in fpc 2.x.x. This connection is written by Bram Kuijvenhoven who did a great job so now ODBC (v3) van be used easily with FPC. The attached patch enables the TODBCConnection in the

Re: [lazarus] Multithreading in Lazarus = SMP Enabled applications?

2005-11-07 Thread Vincent Snijders
Luca Olivetti wrote: En/na Michael Van Canneyt ha escrit: Second, If a thread wants to interact with the main thread, it calls 'Synchronize'. The main thread calls checksynchronize at regular intervals. This is transparant for you. Back in august for this to work the lcl had to be compiled

Re: [lazarus] New ODBC Connection component for SQLDB

2005-11-08 Thread Vincent Snijders
[EMAIL PROTECTED] wrote: Hello all, a few of you already noticed that there is a new SQLDB-Connection for ODBC in fpc 2.x.x. This connection is written by Bram Kuijvenhoven who did a great job so now ODBC (v3) van be used easily with FPC. The attached patch enables the TODBCConnection in the

Re: [lazarus] Mirror site available if needed

2005-11-09 Thread Vincent Snijders
Tony Maro wrote: It's time for me to renew my hosted website account. For a few extra bucks I can upgrade to one that supports 50 GB / Month of bandwidth and has plenty of hard drive space. At one time we discussed needed mirrors for the Win32 builds of Lazarus. Is this (or anything else)

Re: [lazarus] Lazarus Windows: LazHTMLLite 0.1.1

2005-11-14 Thread Vincent Snijders
Panagiotis Sidiropoulos wrote: I'm trying to compile LazHTMLLite into Windows version of Lazarus and get compiler error message: - Error identifier not found TWMMouse Click link to see a visual of compilation: - http://www.magenta.gr/ftp/temp/laz1.jpg Any help would be most appreciated.

Re: [lazarus] error when compile Lazarus on Debian

2005-11-15 Thread Vincent Snijders
Simeon Mitev wrote: the next problem is: ... Fatal: Can't find unit glib Error: Compilation aborted i am running KDE 3.4 I think your fpc installation isn't complete and you are missing a configuration file: /etc/fpc.cfg or ~/.fpc.cfg. You can create a standard version with the samplecfg

Re: [lazarus] Why are the generated binaries so big?

2005-11-15 Thread Vincent Snijders
Jani Mátyás wrote: I think someone who can edit the FAQ on the lazarus website should add this to the FAQ, just to avoid these questions. Thanks. Feel free to update: http://wiki.lazarus.freepascal.org/index.php/Lazarus_Faq#General Regards, Vincent

Re: [lazarus] Re: TBitBtn and custom glyph

2005-11-16 Thread Vincent Snijders
Felipe Monteiro de Carvalho wrote: You will also notice there are no programs on Windows that can edit .xpm files. I tryed Photoshop, fireworks, corel draw, none support xpm. xpm is the standard format for glyphs on Linux. What about gimp? At least it recognized an xpm and can show a

Re: [lazarus] environment options - object inspector

2005-11-17 Thread Vincent Snijders
barko wrote: There is editbox (item height) set to 1 (I changed to 20) and remains 1 after opening this dialog again... lazarus svn rev. 8181 linux (gtk1)... I have seen this too. Can you make a bug report at http://www.lazarus.freepascal.org/mantis ? Vincent.

Re: [lazarus] local help files

2005-11-17 Thread Vincent Snijders
Joost van der Sluis wrote: Is there some place I can download the html help to my local pc and setup Lazarus to rather use that instead of always going onto the net to view the help? They are available on the donwload-page. For example, html-format, dutch mirror:

Re: [lazarus] Update for epiktimer component

2005-11-17 Thread Vincent Snijders
Felipe Monteiro de Carvalho wrote: Hello, I recently tryed to use Epiktimer component on a project. The package, however would not compile. I notice it's last update was 2003, so I made a modifications to the package to make it install and work on the latest stable lazarus (0.9.10) and

Re: [lazarus] How to add a Package in the Lazarus CCR

2005-11-18 Thread Vincent Snijders
SALVATORE COPPOLA wrote: Can someone help-point me for add a package in the Lazarus CCR? 1. Create a page describing your component like http://wiki.lazarus.freepascal.org/index.php/TAChart 2. Add a link to it at

Re: [lazarus] Re: Lazde problems

2005-11-19 Thread Vincent Snijders
Felipe Monteiro de Carvalho wrote: [EMAIL PROTECTED] wrote: Or give LazDoc a try ;) It is often hard to find the implementation of an procedure because the include files make find declaration stop at the first declarating of the procedure it can find i.e. on the interface, so you can´t find

Re: [lazarus] Re: Problem with Threads

2005-11-20 Thread Vincent Snijders
Felipe Monteiro de Carvalho wrote: Michalis Kamburelis wrote: In short, what you most probably want is to run command c:/Programas/FPC2.0.0/bin/i386-win32/make.exe \ -C c:/Programas/FPC Is there a precompiled version of FPC that includes the TThread fixes? I can only find 2.0.0

Re: [lazarus] ListView question

2005-11-21 Thread Vincent Snijders
Darius Blaszijk wrote: Hi, I'm using two listviews in an app that hold items. The user can select items in both and link them by pressing a button. The problem now is, that as soon as focus leaves a listview there is no indication anymore what item is selected, although ItemFocussed stil

Re: [lazarus] ListView question

2005-11-21 Thread Vincent Snijders
[EMAIL PROTECTED] wrote: It could be implemented for win32 interface by setting the LVS_SHOWSELALWAYS style if HideSelection is false. I'm thinking multiplatform here ;) Yes, for the other platfroms there need to be a solution too, but I am not familiar with those. Maybe some the gtk

Re: [lazarus] ListView question

2005-11-21 Thread Vincent Snijders
[EMAIL PROTECTED] wrote: Should I add a bugreport then, so it does not get forgotten?? That seems ok: TListView.HideSelection not implemented. Vincent. _ To unsubscribe: mail [EMAIL PROTECTED] with

Re: [lazarus] building fpc 2.0.1 from source code (amd64 ubuntu)

2005-11-21 Thread Vincent Snijders
marius popa wrote: I downloaded fpc 2.0.1 source code and have some problems for building it http://prdownloads.sourceforge.net/lazarus/fpc-2.0.1-050923.source.tar.gz?download tar -zxvf fpc-2.0.1-050923.source.tar.gz cd fpc make build /opt/fpc/bin/ppcx64 -Ur -Ur -Xs -n -Fi../inc

Re: [lazarus] error with printer4lazarus

2005-11-22 Thread Vincent Snijders
George Lober wrote: Hello All, I've been away from Lazarus for some period, so I started from scratch and erased my old Lazarus directory, got the latest SVN, and built Lazarus OK, but when I try to add the printer4lazarus package and I keep getting the following error:

Re: [lazarus] Editor tab width

2005-11-22 Thread Vincent Snijders
Graeme Geldenhuys wrote: Hi, I am using 0.9.10 under Windows. I changed my tab width (Environment - Editor Options - General - Tab Widths) from the default 8 to 2, but it doesn't seem to have any effect. How did you meassure 'effect'. Note that 'smart tabs' and 'tabs to spaces' might

Re: [lazarus] Editor tab width

2005-11-22 Thread Vincent Snijders
Graeme Geldenhuys wrote: Note that 'smart tabs' and 'tabs to spaces' might interfere with this setting. I did disable 'smart tabs', but left 'tabs to spaces' on. The issue is that if I press the TAB key, it always jumps 8 characters instead of what I asked it to - 2 characters. There was

Re: [lazarus] SQLDB support MySQL v4.0, v4.1 and v5.1

2005-11-22 Thread Vincent Snijders
Joost van der Sluis wrote: Hi all, the attachment enables the TMySQL40Connection, TMySQL41Connection and TMySQL50Connection components in the SQLDB package for fpc-version 2.1.1. Thanks, applied in revision 8112. When will it be merged to 2.0.3? Vincent.

Re: [lazarus] License and other widet sets

2005-11-22 Thread Vincent Snijders
Dan Stefan Rundberget wrote: I am realy sorry to bother everybody with this question but I just can't use lazarus if I'm not sure I'm doing everything legaly. I guess I expressed my self a little unclear. So I will try again. Joost van der Sluis said that The GTK-library isn't linked into

Re: [lazarus] FreeBSD 6.x

2005-11-22 Thread Vincent Snijders
Graeme Geldenhuys wrote: Hi, Is FreeBSD 6.0 for i386 platform supported? As far as I know, there are no *lazarus* developers with FreeBSD 6.0, so support for it is a bit hard. Nevertheless, if fpc runs on FreeBSD 6.0 and FreeBSD has good gtk1 support, I don't expect much trouble with

Re: [lazarus] TCustomControl/TGraphicControl MouseDown

2005-12-02 Thread Vincent Snijders
Mattias Gaertner wrote: On Fri, 02 Dec 2005 09:47:15 + Malcolm Poole [EMAIL PROTECTED] wrote: I am working on a suite of components for an app which will allow the user to design the layout of a multimedia presentation. The parent component ( or page ) is a TCustomControl descendent,

Re: [lazarus] TCustomControl/TGraphicControl MouseDown

2005-12-02 Thread Vincent Snijders
Mattias Gaertner wrote: On Fri, 02 Dec 2005 13:03:07 +0100 Vincent Snijders [EMAIL PROTECTED] wrote: Mattias Gaertner wrote: When implementing the Mouse events for the TGraphicControl descendents I came across a problem that I would really like to know the answer to. When the parent

Re: [lazarus] problems when compiling lazarus

2005-12-04 Thread Vincent Snijders
Bartek wrote: hi, when i try to compile Lazarus(newest svn, fpc too) i get the following error: [EMAIL PROTECTED] /cygdrive/e/laz-src $ make all Makefile:3329: warning: overriding commands for target `examples' Makefile:3296: warning: ignoring old commands for target `examples' make -C lcl

Re: [lazarus] FCL vs LCL

2005-12-04 Thread Vincent Snijders
Graeme Geldenhuys wrote: Hi, What is the difference between the FCL and the LCL? Is there a wiki site explaining this? I am trying to get a better understanding of the object hierarchy used by Free Pascal and Lazarus. Roughly the FCL contains non-visual components - for example

Re: [lazarus] Running a project allways performs compile and link sequence

2005-12-05 Thread Vincent Snijders
Yoyong Hernan wrote: Hi All, I guess this question was already asked before but I just couldn't find the mail thread. Anyway, my question is about running a project inside the IDE. I noticed that every time I pressed F9 it always goes to compile and link process even though there are no

Re: AW: [lazarus] Running a project always performs compile and link sequence

2005-12-07 Thread Vincent Snijders
Michael Van Canneyt wrote: On Wed, 7 Dec 2005, Florian Klaempfl wrote: Yoyong Hernan wrote: Below is a sample Run in Lazarus IDE [TMainIDE.DoRunProject] A TMainIDE.DoInitProjectRun A True 0 TMainIDE.DoInitProjectRun B TMainIDE.DoSaveAll TMainIDE.DoSaveProject End [TCompiler.Compile]

Re: [lazarus] TCanvas.FrameRect not working

2005-12-08 Thread Vincent Snijders
Felipe Monteiro de Carvalho wrote: Hello, I just needed to use Canvas.FrameRect and saw it is not working (both 0.9.10 and with a recent snapshot). It works on Delphi 5. DestCanvas.Brush.Color := clBlack; DestCanvas.FrameRect(ClientRect); It also works if I simply use WindowsAPI directly.

Re: [lazarus] Breakpoints not working

2005-12-08 Thread Vincent Snijders
Graeme Geldenhuys wrote: Hi I noticed today that BreakPoints don't work anymore in 0.9.11 on Windows. Not sure about other platforms. Nightly's downloaded: lazarus-0.9.11-20051122 lazarus-0.9.11-20051207 I double checked, and it does work in 0.9.10 I know 0.9.11 is the unstable version,

Re: [lazarus] Breakpoints not working

2005-12-08 Thread Vincent Snijders
Graeme Geldenhuys wrote: Lv wrote: The Kylix and old BP7 debuggers we used to use are just great and very responsive. It is to me the biggest weakness of Lazarus as Borland-like debuggers are essential for anyone who want to migrate to lazarus. I really miss the debug tooltips over

Re: [lazarus] Selecting in source editor

2005-12-10 Thread Vincent Snijders
jean-marc levecque wrote: Hi, For now some days, I can only select once in the source editor, then I have to save before selecting again, except on double clic for one word selection. I am using Linux version, and downloaded about once a day from svn. Does that happen to others ? Is there

  1   2   3   4   5   6   7   8   9   10   >