[lazarus] TColorListBox

2006-11-27 Thread Vincent Snijders
Somebody submitted a TColorListbox in the bug tracker. http://www.freepascal.org/mantis/view.php?id=7821 Isn't it better to merge the code into the ColorBox unit? Vincent _ To unsubscribe: mail [EMAIL PROTECTED] with

Re: [lazarus] LazDoc support inside IDE

2006-11-27 Thread Vincent Snijders
Pieter Valentijn schreef: I also think lazarus is verry good :-) Theres one feature I realy miss working in the IDE that’s the back and forward buttons when you used Ctrl+click on a routine and then you can go back to that place with the buttons. I use this to inspect code and get back to where

Re: [lazarus] TColorListBox

2006-11-27 Thread Vincent Snijders
[EMAIL PROTECTED] schreef: I think you can do it. Can you update the patch? Did you try to install it in the IDE? There seems to be no icon for the component in the patch. Can you create one? Name it tcolorlistbox.xpm. Look for example in the lazarus\images\components directory. Vincent

Re: [lazarus] CommonDialog friends 64 bit problems?

2006-11-26 Thread Vincent Snijders
Giulio Bernardi schreef: Hi, I think I found a bug that doesn't show up very frequently: In lcl/widgetset/wsdialogs.pp, TWSCommonDialog class defines CreateHandle method, which returns a THandle. Now, wsdialogs doesn't use LCLType, so THandle is a 32 bit integer on 64 bits platform (apart from

Re: [lazarus] Unusual problem with Lazarus gdb

2006-11-24 Thread Vincent Snijders
Sam Washkansky schreef: Hi all, I have a bit of a problem. I'm using Lazarus v9.21 build 10233M on Windows XP pro with SP2, and am using GDB 6.2.1 as my debugger. The problem is that whenever I Try and run my application I get the same result as if I had Pressed Ctrl-F9. The Application is

Re: [lazarus] Data Module Access Violation

2006-11-24 Thread Vincent Snijders
Jon Foster schreef: With Lazarus from SVN revision 10233 compiled with FPC2.1.1 I get an access violation message anytime I move the mouse pointer over a freshly created data module. Of course I don't know if it occurs with data modules that have been in use because I can't create one. :-)

Re: [lazarus] Data Module Access Violation

2006-11-23 Thread Vincent Snijders
Jon Foster schreef: With Lazarus from SVN revision 10233 compiled with FPC2.1.1 I get an access violation message anytime I move the mouse pointer over a freshly created data module. Of course I don't know if it occurs with data modules that have been in use because I can't create one. :-)

Re: [lazarus] UTF8 to Local Convert?

2006-11-23 Thread Vincent Snijders
Sergey Kamenskiy schreef: working on bagfix for http://www.freepascal.org/mantis/view.php?id=1402 How correctly to translate string UTF8 to LocalCharset in lazarus. Lconv.pas is ugly. i need more like g_locale_from_utf8 from glib2 but on all platforms Maybe you can use the Utf8ToAnsi from the

Re: [lazarus] Stretchdraw implemented.

2006-11-22 Thread Vincent Snijders
Michael Van Canneyt schreef: Hello, I've committed a patch (by Luk Vandelaer) that adds a StretchDraw() routine to TFPCanvas. Enjoy, and of course: remarks, comments welcome... This revision broke the compilation of the LCL: Graphics.pp(913,15) Error: There is no method in an ancestor

Re: [lazarus] [patch] - VersionInformation (bug 7853)

2006-11-22 Thread Vincent Snijders
Graeme Geldenhuys schreef: Hi, Attached is a patch for bug 7853. http://www.freepascal.org/mantis/view.php?id=7853 This solution is kind of a hack. It calls the event handler, while no event has occurred. I fixed it by setting the enabled state correctly when loading the project options.

Re: [lazarus] how to make and submit patch for lazarus on win

2006-11-22 Thread Vincent Snijders
Sergey Kamenskiy schreef: Hi. For example i make some modifications on LCL or LAZARUS and want to see it in next release of lazarus. What should i do next? step by step plz. or what url with Help,FAQ for patch how make patch in win (command line?). how to make and submit patch for lazarus on

Re: [lazarus] Patch lazarusidestrconst

2006-11-17 Thread Vincent Snijders
Darius Blaszijk schreef: The following patch fixes a typo Thanks. I fixed all other occurences too. Vincent _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at

Re: [lazarus] Error: Failed to run tool

2006-11-16 Thread Vincent Snijders
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 I also get similar errors for other packages marked for installation. I

Re: [lazarus] Error: Failed to run tool

2006-11-16 Thread Vincent Snijders
Crause, Christo (JC) schreef: 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 have fpcmake.exe on your path or

Re: [lazarus] WinCE Patch

2006-11-16 Thread Vincent Snijders
Marc Weustink schreef: Christian Ulrich wrote: Vincent wrote: I found a little time to look at this patch. First: I doubt the general usefulness of having the applicationtype as member of TApplicationProperties. TApplicationProperties are part of a from, which is created at its earliest

Re: [lazarus] WinCE Patch

2006-11-16 Thread Vincent Snijders
Christian Ulrich schreef: On 11/12/06, Christian Ulrich [EMAIL PROTECTED] wrote: And also in TApplicationproperties so it can be set in an visual way ... Can you implement this? It would be nice to have all modifications related to this on a single patch. If no one objects I will suppose

Re: [lazarus] [patch] - Find Replace Dialog

2006-11-16 Thread Vincent Snijders
Graeme Geldenhuys schreef: Hi, Attached is a patch for the Find Replace Dialog. There are two patches and both need to be applied from the root Lazarus directory. findreplacedialog.patch * applies changes to the .pp and .lfm files * Fixes the button order as I mentioned in a previous post

Re: [lazarus] [patch] - Publish Project Dialog

2006-11-16 Thread Vincent Snijders
Graeme Geldenhuys schreef: Hi, Attached is a patch for the Publish Project Dialog. The archive contains two patches. The .lrs and .lfm patch. I included the .lrs patch as it sometimes causes conflicts, in which case it can be generated by Lazarus instead. Changes: * Fixed the order of the

Re: [lazarus] Lazarus 10204 dont' compile with FPC 2.1.1 5390

2006-11-15 Thread Vincent Snijders
Fedorax schreef: Hello With lazarus svn 1024 and FPC 2.1.1 svn 5390 the compilation return a svn error: Compiling synhighlightersql.pas synhighlightersql.pas(1640,67) Error: Variable identifier expected synhighlightersql.pas(1785) Fatal: There were 1 errors compiling module, stopping

Re: [lazarus] WinCE Patch

2006-11-15 Thread Vincent Snijders
Christian Ulrich schreef: Can somebody please tell me whats wron with this patch ? Did you really expect an answer within 20 hours? Can somebody please tell me, what is wrong with the note 9741 on bug http://www.freepascal.org/mantis/view.php?id=2066 . I waiting now for more than 4 days for

Re: [lazarus] WinCE Patch

2006-11-15 Thread Vincent Snijders
Felipe Monteiro de Carvalho schreef: On 11/12/06, Christian Ulrich [EMAIL PROTECTED] wrote: And also in TApplicationproperties so it can be set in an visual way ... Can you implement this? It would be nice to have all modifications related to this on a single patch. I would create separate

Re: [lazarus] Threading: Running different Forms in different Threads

2006-11-15 Thread Vincent Snijders
Al Boldi schreef: Question: What is needed to allow different Forms to run in different Threads? I am not sure, but I think that ... It is needed, that the threads are created in different processes. There is a global application object, so the LCL is essentially not suitable for being run

Re: [lazarus] WinCE Patch

2006-11-15 Thread Vincent Snijders
Christian Ulrich schreef: Christian Ulrich schreef: Can somebody please tell me whats wron with this patch ? Did you really expect an answer within 20 hours? no but Felipe Monteiro de Carvalho has askd if this is ok as i implemented at 12. November 2006 on 3:16 GMT+1 nobody has answered so

Re: [lazarus] Printers4Lazarus broken

2006-11-13 Thread Vincent Snijders
Christian Ulrich schreef: Since some days lazarus cant be started because winsock.dll isnt found when i have installed Printers4Lazarus Ive found only an export to winsock.drv. Maybe fpc 2.1.1 renames exports automatically since one week ?? Can anybody confirm this also for fpc 2.0.4 ? Can

Re: [lazarus] Printers4Lazarus broken

2006-11-13 Thread Vincent Snijders
Christian Ulrich schreef: in witch revision is this fixed ?? It was fixed in revision 5243. the actual isnt compileable :( True. Vincent _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the

Re: [lazarus] 0.9.20 released

2006-11-10 Thread Vincent Snijders
Mattias Gaertner schreef: On Thu, 09 Nov 2006 16:31:19 +0100 Søren Ager [EMAIL PROTECTED] wrote: On 2006-11-09 16:21, Marc Weustink wrote: I downloaded and installed the .deb (on top of 0.9.18) - but is still says 0.9.18 in the caption and about? Did you install packages in 0.9.18 ? And do

Re: [lazarus] 0.9.20 released

2006-11-10 Thread Vincent Snijders
Graeme Geldenhuys schreef: On 10/11/06, Vincent Snijders [EMAIL PROTECTED] wrote: I downloaded and installed the .deb (on top of 0.9.18) - but is still says 0.9.18 in the caption and about? Did you install packages in 0.9.18 ? And do you start lazarus using startlazarus ? if so, remove

Re: [lazarus] 0.9.20 released

2006-11-10 Thread Vincent Snijders
Graeme Geldenhuys schreef: On 10/11/06, Vincent Snijders [EMAIL PROTECTED] wrote: Yes, a very good idea! I got caught by that same problem a few days ago on a new install. Rebuilt Lazarus and when it restarted, couldn't figure out why the changes where not there! In the end I created

Re: [lazarus] 0.9.20 released

2006-11-10 Thread Vincent Snijders
Mattias Gaertner schreef: On Thu, 09 Nov 2006 16:31:19 +0100 Søren Ager [EMAIL PROTECTED] wrote: On 2006-11-09 16:21, Marc Weustink wrote: I downloaded and installed the .deb (on top of 0.9.18) - but is still says 0.9.18 in the caption and about? Did you install packages in 0.9.18 ? And do

Re: [lazarus] ANN: ZipFile component

2006-11-10 Thread Vincent Snijders
Michael Van Canneyt schreef: On Sat, 11 Nov 2006, Darius Blaszijk wrote: I would like to announce the beta release of the TZipFile component. TZipFile is a component written from scratch with platform independcy in mind. It encapsulates a zipfile and provides all nescesary methods to access

Re: [lazarus] version of TmySQLConnection

2006-11-09 Thread Vincent Snijders
Bisma Jayadi schreef: It is, but: 1. It will take some additional work. If we keep them separated, it will take some additional works to users (programmers), especially if he wants to make an application which connects to several mySQL databases with different version. ;) The version

Re: [lazarus] WinCE Patch

2006-11-09 Thread Vincent Snijders
Christian Ulrich schreef: Is this patch forgotten ? Please Matthias, Vincent can anybody apply it ? I don't know the wince interface, so I cannot determine if PostQuitMessage is a good idea or whether the borderstyle icons should be ignored in wince. Felipe, what do you think? Vincent

Re: [lazarus] WinCE Patch

2006-11-09 Thread Vincent Snijders
Felipe Monteiro de Carvalho schreef: Just to complete: Since PocketPC and smartphones are more popular then HandheldPC I would propose that the default be having no (or few) window styles, and you can set a define if you want HandheldPC mode. Why not use a property of the TWin32CEWidgetSet.

Re: [lazarus] 0.9.20 released

2006-11-08 Thread Vincent Snijders
Alexandre Leclerc schreef: 2006/11/8, Mattias Gaertner [EMAIL PROTECTED]: The Lazarus team is glad to announce the 0.9.20 release. This release is based on fpc 2.0.4. I can't get the debugger to work (i.e. stop on break points). Is it a known issue? I don't have that problem on windows

Re: [lazarus] 0.9.20 released

2006-11-08 Thread Vincent Snijders
Al Boldi schreef: Mattias Gaertner wrote: The Lazarus team is glad to announce the 0.9.20 release. This release is based on fpc 2.0.4. This release can be downloaded from the sourceforge download page: http://sourceforge.net/project/showfiles.php?group_id=89339 Are there any incremental

Re: [lazarus] 0.9.20 released

2006-11-08 Thread Vincent Snijders
Al Boldi schreef: Vincent Snijders wrote: Al Boldi schreef: Mattias Gaertner wrote: The Lazarus team is glad to announce the 0.9.20 release. This release is based on fpc 2.0.4. This release can be downloaded from the sourceforge download page: http://sourceforge.net/project/showfiles.php

Re: [lazarus] Lazarus Wiki site

2006-11-08 Thread Vincent Snijders
Dean Zobec schreef: Graeme Geldenhuys ha scritto: BTW. any progress on showing the testresults using an hierarchical view (as supplied by testsuites) in html? I had to do some timeslicing between work and all the opensource projects I'm involved with... :-) Recently I have been working on

Re: [lazarus] 0.9.20 released

2006-11-08 Thread Vincent Snijders
Al Boldi schreef: Vincent Snijders wrote: Al Boldi schreef: But I don't have svn. Get it, it is worth it. Plus, I am on dial-up; does svn resume on lost connections? This diff command doesn't. But generally svn checkout and svn update are quite resilient against lost connections

Re: [lazarus] 0.9.20 released

2006-11-08 Thread Vincent Snijders
Darius Blaszijk schreef: From: Felipe Monteiro de Carvalho [EMAIL PROTECTED] On 11/8/06, Luis R. Hilario B. [EMAIL PROTECTED] wrote: But the files are enormous. Which files are enormous? This brings up another question. Would it be interesting to release a stripped lazarus installer? I

Re: [lazarus] Lazarus Wiki site

2006-11-07 Thread Vincent Snijders
Graeme Geldenhuys schreef: Hi, A bit off-topic. I am playing with my own wiki site. How did you guys add the Index link to the Navigation menu on the left? This information is carefully guarded and only available for persons and organizations supporting the Lazarus development. :-) Now

Re: [lazarus] lazarus 0.9.20?

2006-11-04 Thread Vincent Snijders
Bisma Jayadi schreef: From System 2006 wiki article, I found that Lazarus already has v.0.9.20. But I couldn't find any links to download this new version. The sourceforge's download site has v.0.9.18 (latest version I have now), and the snapshot site has v.0.9.19. So, where is the download

Re: [lazarus] issues with virtual treeview... ideas or alternatives?

2006-11-04 Thread Vincent Snijders
Bogusław Brandys schreef: Get CVS version from : :pserver:[EMAIL PROTECTED]:/CVS/virtualtrees Most bugs are fixed, however I have some issues trying to use it for tiOPF - instead of headers I have black panel at the top of virtualtreeview.However in VtBasic example headers look ok, probably

Re: [lazarus] Lazarus svn loose the fpc-2.1.1 source path

2006-11-01 Thread Vincent Snijders
Burkhard Carstens schreef: Am Mittwoch, 1. November 2006 13:13 schrieb Fedorax: Hello Lazarus svn #10151 compile but loose the path for fpc. When it start it's complain about fpc src. After start when i wan't set the fpc src directory it's impossible. It don't want recognize this path wich was

Re: [lazarus] a bounty

2006-11-01 Thread Vincent Snijders
johnf schreef: On Wednesday 01 November 2006 04:57, Felipe Monteiro de Carvalho wrote: On 11/1/06, zeljko [EMAIL PROTECTED] wrote: On Tuesday 31 October 2006 18:19, johnf wrote: I will offer $200.00 US to anyone that delivers Lazarus running either QT or GTK2 at the current level Lazarus

Re: [lazarus] a bounty

2006-10-31 Thread Vincent Snijders
johnf schreef: I will offer $200.00 US to anyone that delivers Lazarus running either QT or GTK2 at the current level Lazarus runs today with GTK1. So what I'm saying is the IDE should be able to run using either QT or GTK2 and programs compiled as either QT or GTK2 must run. It does not

Re: [lazarus] lazarus 0.9.18 on Mandriva 2007

2006-10-28 Thread Vincent Snijders
Felipe Monteiro de Carvalho schreef: On 10/28/06, Mattias Gaertner [EMAIL PROTECTED] wrote: This might sound, as if switching the default interface for unix from gtk1 to gtk2 depends on the Win32 UTF-8 support. This is wrong. The devels are already using gtk1 with UTF-8 and all localization

Re: [lazarus] Windows Unicode implementation proposal

2006-10-27 Thread Vincent Snijders
Felipe Monteiro de Carvalho schreef: Hello, I would like to create some official guidelines about how to implement unicode support for win32 interface, so volunteers can base on those to implement it and we get a uniform work. And I think that a good example to create a guideline is by an

Re: [lazarus] patch guitestrunner

2006-10-26 Thread Vincent Snijders
Graeme Geldenhuys schreef: hehehe And I just sent you a private email mentioning the same thing... :-) Quick question: The checkbox will work, but would it be needed for the GUIRunner? The reason I say this because of different usage between GUIRunner and TextRunner. I would imagine

Re: [lazarus] Much Qt Progress

2006-10-22 Thread Vincent Snijders
Felipe Monteiro de Carvalho schreef: On 10/16/06, Den Jean [EMAIL PROTECTED] wrote: I am working on it. First results have been posted in a temporary unstable section (V1.20): http://users.pandora.be/Jan.Van.hijfte/qtforfpc/fpcqt4.html Can everyone compile/test/complain :-) I commited

Re: [lazarus] A question on Exception.Create(...);

2006-10-21 Thread Vincent Snijders
Alex Smirnov schreef: Michael Van Canneyt пишет: This is because a SECOND exception is raised somewhere which hides your first exception. It means there is a place where you do not take into account that an exception may occur ? (or there is an error in the Lazarus exception handling

Re: [lazarus] UTF-8 vs Unicode - Could someone explain?

2006-10-20 Thread Vincent Snijders
Graeme Geldenhuys schreef: Thanks Marc, It was a real informative explanation, and helped a lot. Now lets see if I understood it correctly. :-) AnsiStrings are 1 byte wide and WideStrings are 2 byte wide. Fixed. The delphi WideStrings are the same as used by MS in their Wide functions, being

Re: [lazarus] A question on Exception.Create(...);

2006-10-20 Thread Vincent Snijders
Alex Smirnov schreef: *Hello, colleagues.* I have cerated a library (a clone of GLScene lib). It works both in Win32 and Linux/GTK. So, inside of the code I have some testing - for example, I try to open a file and if it is not exist - I should raise an Exception. So - this is the

Re: [lazarus] oracle

2006-10-18 Thread Vincent Snijders
Michael Van Canneyt schreef: On Wed, 18 Oct 2006, Adrian Maier wrote: That's simply because it is not registered. You can add the registration yourself: open registersqldb.pas in lazarus/components/sqldb, add oracleconnection to the uses list, and add the following TOracleConnection, before

Re: [lazarus] Search Dialog

2006-10-17 Thread Vincent Snijders
Sam Washkansky schreef: Hi all, I may have spotted a bug. I am using Lazarus on WinXP and whenever I run a 'Find in files' search, the search does not search subfolders in the target folder I specify. This is different from the behaviour under Linux, a colleague of mine executed the same

Re: [lazarus] Search Dialog

2006-10-17 Thread Vincent Snijders
Sam Washkansky schreef: Hi Vincent, I found the problem. The way the find in files dialog was opening the Include Sub folders check box was being hidden, which by default was not checked, so it wasn't searching subfolders,and hence the error. Once I checked it things worked as they should.

Re: [lazarus] First Success with Lazarus!

2006-10-13 Thread Vincent Snijders
Nataraj S Narayan schreef: Hi folks! Also one problem is of file size. My program is a small one with a Mysql compos and a DBGrid. But the executable size on Linux is 14152093 bytes (14M). Plz help me to reduce size. For your release, did you turn of the generation of debug info: In the

Re: [lazarus] Lazarus fails to compile ?

2006-10-12 Thread Vincent Snijders
Michael Van Canneyt wrote: Lazarus does not compile on my system SuSE 10.1, AMD64. Secondly, it fails to link: /home/michael/fpc/lazarus/lcl/units/i386-linux/gtk/gtkint.o: In function `DATASOURCEINITIALIZE': gtkobject.inc:2333: undefined reference to `gdk_pixbuf_get_from_drawable'

Re: [lazarus] Lazarus fails to compile ?

2006-10-12 Thread Vincent Snijders
Michael Van Canneyt wrote: Lazarus does not compile on my system SuSE 10.1, AMD64. I tried both ppc386 and ppcx64 - version 2.0.4 First of all, in file customcodetool.pas, inline is used. Inline must be switched on with {$INLINE ON} or add -Si to the compiler options in the makefile, because

Re: [lazarus] Lazarus fails to compile ?

2006-10-12 Thread Vincent Snijders
Michael Van Canneyt wrote: On Thu, 12 Oct 2006, Vincent Snijders wrote: I could not fail to notice that you didn't answer the rest of the mail ? ;-) I answered the pixbuf question in a previous mail (it was easier). Didn't that help? Vincent

Re: [lazarus] Much Qt Progress

2006-10-10 Thread Vincent Snijders
I tried to compile the qt interface on windows and first ran into the problem that type PEvent = Pointer; Region = Pointer; are not in the types unit for windows. For the moment I added these declaration in line 95 of qt.pas. Then I continued to compile until I hit:

Re: [lazarus] Much Qt Progress

2006-10-10 Thread Vincent Snijders
Felipe Monteiro de Carvalho schreef: On 10/10/06, Vincent Snijders [EMAIL PROTECTED] wrote: Then I continued to compile until I hit: D:\lazarus\source\lazarus\lcl\interfaces\qt\qtwsbuttons.pp(31,17) Error: unit not found: qtwidgets Where should the qtwidgets units be found? I think Mattias

Re: [lazarus] Much Qt Progress

2006-10-10 Thread Vincent Snijders
Felipe Monteiro de Carvalho schreef: On 10/10/06, Vincent Snijders [EMAIL PROTECTED] wrote: I tried to compile the qt interface on windows and first ran into the problem that type PEvent = Pointer; Region = Pointer; are not in the types unit for windows. For the moment I added

Re: [lazarus] lazarus doesn't build with latest FPC 2.1.1

2006-10-09 Thread Vincent Snijders
Graeme Geldenhuys schreef: Hi, Has anybody tried to build Lazarus with the latest FPC 2.1.1 (r4838) lately? I keep getting the following error so for now, will revert FPC 2.1.1 back to r4642 which was the last one I could use to get Lazarus compiled and working. Last week Monday I also tried.

Re: [lazarus] Generation of TForm events by property editor causes errors

2006-10-09 Thread Vincent Snijders
Kris Leech schreef: I have recently upgraded to Lazarus 0.9.18 (FPC 2.0.4) but when I try and add an event to a form (ie. by double clicking the event input box I get an a pop-up and an error: POPUP: Unable to create new method. Plz fix errors shown in the message window. ERROR:

Re: AW: [lazarus] Advice about creating database-aware applicationwith Lazarus

2006-10-09 Thread Vincent Snijders
Christian Ulrich wrote: Multiple-fields-primary keys, for example, I consider as a bad design. (I can imagine some exceptions, but those are really rare) Why ? I have at example an article table wher the primary key consists of article number + version + language Why an primary key that

Re: [lazarus] Poll: Change default to not automatically open form when open unit

2006-10-05 Thread Vincent Snijders
Mattias Gaertner wrote: On 05/10/06, Mattias Gaertner [EMAIL PROTECTED] wrote: Don't forget: The default is to open the form when opening the unit. I disabled this 'feature' and I guess you too. I always found this annoying, but never knew you could change it's behaviour. Hey, maybe we

Re: [lazarus] Poll: Change default to not automatically open form when open unit

2006-10-05 Thread Vincent Snijders
zeljko wrote: On Thursday 05 October 2006 12:33, Mattias Gaertner wrote: On 05/10/06, Mattias Gaertner [EMAIL PROTECTED] wrote: Don't forget: The default is to open the form when opening the unit. I disabled this 'feature' and I guess you too. I always found this annoying, but never knew

Re: [lazarus] Does FPC (+Lazarus) can compile for WinCE?

2006-10-03 Thread Vincent Snijders
Alexandre Leclerc schreef: We must do some softwares for devices that have WinCE... Will FPC+Lazarus do the job? Depends on what you need. You can make nice screenshots: http://wiki.lazarus.freepascal.org/Windows_CE_Interface#Screenshots Possible you can do more. Likely you need more.

Re: [lazarus] Lazarus 0.9.18 and compilation speed (what does it look for?)

2006-10-01 Thread Vincent Snijders
Alex Smirnov wrote: Peter Vreman Sorry for that, but, I think you are not right. So, when I try to make some compilation using make file - it will be more faster :-) - it will NOT search system.ppu for 23 times. I can create make file for my project and calculate the time needed to make all

Re: [lazarus] Lazarus 0.9.18 and compilation speed (what does it look for?)

2006-10-01 Thread Vincent Snijders
Alex Smirnov wrote: Peter Vreman Sorry for that, but, I think you are not right. So, when I try to make some compilation using make file - it will be more faster :-) - it will NOT search system.ppu for 23 times. I can create make file for my project and calculate the time needed to make all

Re: [lazarus] Lazarus 0.9.18 and compilation speed (what does it look for?)

2006-10-01 Thread Vincent Snijders
Peter Vreman wrote: we can do about it. Maybe you should try the lazarus development snapshot that is compiled with the 2.1.1 compiler. This has the case-insensitive search and an internal linker for win32. The current snapshot still builds with fpc 2.0.4, I will upload 2.1.1 based

Re: [lazarus] Lazarus 0.9.18 and compilation speed (what does it look for?)

2006-10-01 Thread Vincent Snijders
Vincent Snijders wrote: Peter Vreman wrote: we can do about it. Maybe you should try the lazarus development snapshot that is compiled with the 2.1.1 compiler. This has the case-insensitive search and an internal linker for win32. The current snapshot still builds with fpc 2.0.4, I

Re: [lazarus] 0.9.18 released

2006-09-30 Thread Vincent Snijders
Bisma Jayadi wrote: Note: After uploadind one noteworthy bug was spotted: When creating an event for a new/unsaved unit, you get the error: Error: unit not found : VirtualUnitFotJITClasses As workaround save the unit, close it and open it again. It is already fixed in svn.

Re: [lazarus] Icons preliminary draftproposal

2006-09-30 Thread Vincent Snijders
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 project file lpklazarus package

Re: [lazarus] 0.9.18 released

2006-09-29 Thread Vincent Snijders
Ger Remmers schreef: On Friday 29 September 2006 10:51, Mattias Gaertner wrote: The Lazarus team is glad to announce the 0.9.18 release. This release is based on fpc 2.0.4. This release can be downloaded from the sourceforge download page:

Re: [lazarus] 0.9.18 released

2006-09-29 Thread Vincent Snijders
Ger Remmers schreef: On Friday 29 September 2006 11:49, Vincent Snijders wrote: Ger Remmers schreef: On Friday 29 September 2006 10:51, Mattias Gaertner wrote: The Lazarus team is glad to announce the 0.9.18 release. This release is based on fpc 2.0.4. This release can be downloaded from

Re: [lazarus] Error: unit not found: VirtualUnitForJITClasses.

2006-09-27 Thread Vincent Snijders
Gerald Pöttler schreef: Hi there. Just installed Lazarus-0.9.18-20060922-win32.exe . Tried to double-click onto the form in the designer and got this message( attached png) messages window had the following message: - unit1.pas(8,34) Error: unit

Re: [lazarus] Codefolding active for default

2006-09-27 Thread Vincent Snijders
Mattias Gaertner schreef: On Tue, 26 Sep 2006 22:09:23 +0200 Christian Ulrich [EMAIL PROTECTED] wrote: Codefolding schouldnt be active for default, its still buggy fold some procedures and try to set an breakpoint or switch linenumbers on ... I fixed the painting of the marks and line

Re: Lazarus bug report

2006-09-27 Thread Vincent Snijders
[EMAIL PROTECTED] schreef: Hello, I discovered a bug in Lazarus because of which I must give up writing my program in it, so I'd like to report it. Im writing to you because I can't register an account on Lazarus site. What problems do you have with regisitering on the Lazarus site or the

Re: Lazarus bug report

2006-09-27 Thread Vincent Snijders
[EMAIL PROTECTED] wrote: What problems do you have with regisitering on the Lazarus site or the bug tracker? Did you follow http://wiki.lazarus.freepascal.org/How_do_I_create_a_bug_report ? Where couldn't you follow this recipe? I had an account there but I forgot the password. Yesterday I

Re: [lazarus] Lazde extension

2006-09-27 Thread Vincent Snijders
Graeme Geldenhuys wrote: Hi, Any objections if I extend Lazde, so we can insert special characters much easier in the documentation. I was thinking of doing something like Lazarus - using a screen like the Character Map. For example. If I wanted to insert a ampersand (), select it from the

Re: [lazarus] new translations

2006-09-26 Thread Vincent Snijders
A.J. Venter schreef: Why not just *.af.po? Are there other (incompatible) version of Afrikaans besides af_ZA? Surprizingly yes :) There are six official af locales: af_ZA af_NA (Using N$ as currency for example) af_BW (Currency BWP - uses French-style date writing) etc. etc. for Southern

Re: [lazarus] new translations

2006-09-26 Thread Vincent Snijders
Marc Weustink schreef: Marc Weustink wrote: Vincent Snijders wrote: A.J. Venter schreef: Why not just *.af.po? Are there other (incompatible) version of Afrikaans besides af_ZA? Surprizingly yes :) There are six official af locales: af_ZA af_NA (Using N$ as currency for example) af_BW

Re: [lazarus] new translations

2006-09-26 Thread Vincent Snijders
Graeme Geldenhuys schreef: Um, never thought of that! Never actually knew, Lazarus takes into account the locale when it starts up. Just tested it, which also means *.af-za.po as it is now, is totally useless (even though it conforms to Lazarus file naming standards) as the locale under Linux

Re: [lazarus] TBitBtn.Glyph / Enabled := False

2006-09-26 Thread Vincent Snijders
Felipe Monteiro de Carvalho wrote: Can you create a bug report for this and put those images there? With an example project. thanks, Vincent _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the

Re: [lazarus] actual svn problems

2006-09-26 Thread Vincent Snijders
Christian Ulrich wrote: Actual svn dont compiles anything except lazarus itself on Windws in Linux works... Can you remove all .ppu and .o from the directory in which the lazarus.exe is? Vincent _ To unsubscribe: mail

Re: [lazarus] new translations

2006-09-21 Thread Vincent Snijders
Graeme Geldenhuys wrote: Hi A.J. All changes to the IDE has already been done, so Afrikaans appears in the language dropdown and it recognised the *.af_ZA.po files. Why not just *.af.po? Are there other (incompatible) version of Afrikaans besides af_ZA? Vincent

Re: [lazarus] Debug Output again...

2006-09-19 Thread Vincent Snijders
Tiziano_mk schreef: 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

Re: [lazarus] Is TImage component working?

2006-09-19 Thread Vincent Snijders
Nataraj S Narayan schreef: Hi I was trying out a TImage compo. It is working during design time and shows the loaded image (.jpg). But at run time it vanishes. Is it due to jpeg or something else? Did you use the jpegforlazarus in your application? This enables support for jpegs.

Re: [lazarus] ldockctrledit.xml corrupt

2006-09-15 Thread Vincent Snijders
Graeme Geldenhuys schreef: Hi, Can anybody read the ldockctrledit.xml file in the /lazarus/docs/xml/lcl directory? None of my editors (under linux) can read that file. No problems whatsoever, on windows 2000 using textpad and internet explorer. Notepad shows it a bit funny, because of the

Re: [lazarus] Debug Output again...

2006-09-15 Thread Vincent Snijders
Tiziano_mk schreef: Graeme Geldenhuys ha scritto: It will work on Windows as long as you disable the GUI App checkbox in Compiler Options AND run the windows app from a console window. On 14/09/06, Tiziano_mk [EMAIL PROTECTED] wrote: some days ago I noted about the debug window output on

Re: [lazarus] Bug 7279

2006-09-15 Thread Vincent Snijders
Gabor Boros schreef: Hi! The bug was solved by WinCE specific fixes in FPC 2.1.1. Please close this bug. Done. You also could have left a note in the bug report. Vincent _ To unsubscribe: mail [EMAIL PROTECTED] with

Re: [lazarus] Terminal control

2006-09-15 Thread Vincent Snijders
Marc Santhoff schreef: Am Freitag, den 15.09.2006, 13:28 + schrieb Mark Morgan Lloyd: As part of the long and drawn out process of migrating from Delphi I'm trying to eliminate any reliance on proprietary controls such as RichEdit. For a number of jobs I'd like something which is basically

Re: [lazarus] Debug Output again...

2006-09-15 Thread Vincent Snijders
Micha Nelissen wrote: Vincent Snijders wrote: Yes, it is a limitation of the linux OS, that it doesn't have a APTTYPE GUI, where the stdout is closed. No, it's a weirdness/inconsistency of windows :-) OK, as long as you understand the linux compatible mode is {$APPTYPE gui}. Vincent

Re: [lazarus] Debug Output again...

2006-09-15 Thread Vincent Snijders
Micha Nelissen wrote: Vincent Snijders wrote: Micha Nelissen wrote: Vincent Snijders wrote: Yes, it is a limitation of the linux OS, that it doesn't have a APTTYPE GUI, where the stdout is closed. No, it's a weirdness/inconsistency of windows :-) OK, as long as you understand

[lazarus] icons for lpr and lpi

2006-09-14 Thread Vincent Snijders
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 wants to give it a try?

Re: [lazarus] Patch - slackware package build script

2006-09-14 Thread Vincent Snijders
A.J. Venter wrote: Hiya, I have tested the script and the resulting packages. NOTES: 1) Because of how slackware packages work - it is probably impossible to create a version that does NOT require root privileges But you don't need to be root to create the package, do you? Do you have

Re: [lazarus] VersionInfo - Question on saving the main source file

2006-09-13 Thread Vincent Snijders
Mattias Gaertner wrote: On Wed, 13 Sep 2006 20:54:05 +0200 BTW, How do you make sure, that the $R is only used under windows? If you create a project under windows with version info and compile it under linux, the same source must compile without changing the source. With {$IFDEF MSWindows}{$R

Re: [lazarus] VersionInfo - Question on saving the main source file

2006-09-13 Thread Vincent Snijders
Mattias Gaertner wrote: On Wed, 13 Sep 2006 21:47:11 +0200 Vincent Snijders [EMAIL PROTECTED] wrote: Mattias Gaertner wrote: On Wed, 13 Sep 2006 20:54:05 +0200 BTW, How do you make sure, that the $R is only used under windows? If you create a project under windows with version info

Re: [lazarus] Contribute

2006-09-13 Thread Vincent Snijders
Chris wrote: Hello, I would like some info on how I could contribute some examples. This is one way: Create a wiki page which describe the examples, create a link to that page from http://wiki.lazarus.freepascal.org/Components_and_Code_examples#Example_programs and send me a source zip.

<    2   3   4   5   6   7   8   9   10   11   >