Re: [lazarus] How to upload a image file to wiki and a file to CCR

2006-06-13 Thread Vincent Snijders
Lord ZealoN schreef: But i only want see the image. To see images go to: http://wiki.lazarus.freepascal.org/index.php/Special:Imagelist But I don't see why this is interesting, just visit the content pages, where the images are shown. Vincent.

Re: [lazarus] c faster than pascal? was: Compiling GlScene ...

2006-06-13 Thread Vincent Snijders
Giuliano Colla schreef: Just for your info... For Lazarus the GetTickCount is implemented in the LCLIntf unit, if I remember correctly. It stubbornly refuses to find LCLIntf unit. What should I set in a console application to access LCL? I tried with -dLCL ad -dLCL -dLCLgtk, adding

Re: [lazarus] offline help system

2006-06-13 Thread Vincent Snijders
Tom Verhoeff wrote: On Fri, Jun 09, 2006 at 09:32:05AM +0200, Vincent Snijders wrote: Bisma Jayadi wrote: 2. After download, I copy FCL, LCL, and RTL folder to local Lazarus docs folder (mine in c:\programs\lazarus\docs) Seriously, if you want to use off line help, download the tar.bz2

Re: [lazarus] offline help system

2006-06-13 Thread Vincent Snijders
Michael Van Canneyt schreef: On Tue, 13 Jun 2006, Vincent Snijders wrote: Tom Verhoeff wrote: On Fri, Jun 09, 2006 at 09:32:05AM +0200, Vincent Snijders wrote: Seriously, if you want to use off line help, download the tar.bz2 from http://sourceforge.net/project/showfiles.php?group_id

Re: [lazarus] sample for help using ipro - Patch

2006-06-12 Thread Vincent Snijders
Armin Diehl wrote: Hi Armin, I forgot to tell you about this in my last message, sorry. Regarding turbopower_ipro, we are trying to follow a [untold] rule: wrap all changes with {$IFDEF IP_LAZARUS}{$ENDIF} compiler conditionals. Ok, i will change that and provide a new patch (or should i

Re: [lazarus] How to upload a image file to wiki and a file to CCR

2006-06-12 Thread Vincent Snijders
Luiz Americo wrote: I added a new component to the Lazarus wiki (http://wiki.lazarus.freepascal.org/index.php/MultiLog) and have two questions: - How upload a image file to the wiki? in the case SimpleLogViewer.png I might have forgotten to change a setting a month ago, when I upgraded the

Re: [lazarus] how to backtrace everything live?

2006-06-09 Thread Vincent Snijders
Alexandre Leclerc wrote: I would like to use gdb to have a backtrace of all that is done in the application while it runs and after examine it. I have to errors, I only want to examine mouse messages stuff and how the passing of the message is done. I want to know why the mouse click are not

Re: [lazarus] offline help system

2006-06-09 Thread Vincent Snijders
Bisma Jayadi wrote: Dear all... I've successfully installed Lazarus v.0.9.16 on winXP and set up its offline help system. It's wonderfull to have the F1 key working and displaying appropriate help content. Thank you and congratulations to FPC and Lazarus development team. To making the

Re: [lazarus] how to backtrace everything live?

2006-06-09 Thread Vincent Snijders
Alexandre Leclerc wrote: I'm getting nothing (no file after execution). I did activate the -g compiler switch to use gdb.exe. I also tried directly in gdb but got nothing. 2006/6/9, Vincent Snijders [EMAIL PROTECTED]: Alexandre Leclerc wrote: I would like to use gdb to have a backtrace

Re: [lazarus] Patch: lazhelphtml typo

2006-06-09 Thread Vincent Snijders
Armin Diehl wrote: lcl/ currently 'iexplorer' intead of 'iexplore' Index: lazhelphtml.pas === --- lazhelphtml.pas (revision 9415) +++ lazhelphtml.pas

Re: [lazarus] Server replacement

2006-06-08 Thread Vincent Snijders
Vincent Snijders wrote: Hi, One of the servers for of the fpc team is going to be replaced. For Lazarus this affects the lazarus wiki and the snapshots. The wiki is now located at http://wiki.lazarus.freepascal.org. It is currently in read-only mode to prevent loss of data. Until a new

[lazarus] Server replacement

2006-06-06 Thread Vincent Snijders
Hi, One of the servers for of the fpc team is going to be replaced. For Lazarus this affects the lazarus wiki and the snapshots. The wiki is now located at http://wiki.lazarus.freepascal.org. It is currently in read-only mode to prevent loss of data. Until a new server has come into service a

Re: [lazarus] [patch] ChecklistBox.onClickCheck

2006-06-02 Thread Vincent Snijders
DarekM wrote: Vincent Snijders napisał(a): darekm wrote: Hi attached patch added: ChecklistBox.onClickCheck (for GTK and GTK2) publish property TCheckBox.font remove tCustomLabel.FontChange(Sender: TObject); (default is fontchanged) Thanks for the patch. I have the following

Re: [lazarus] SegFault in Lazarus

2006-06-02 Thread Vincent Snijders
Jens Arm wrote: I only get these: An unhandled exception occurred at $ And it doesn't matter if there is a config or not. try removing the config and start lazarus with ( export LANG=en_US ; ./lazarus ) With that - it works. But without Lazarus SegFaults somewhere in the Language code -

Re: [lazarus] Patch: encloseselectiondlg - focus prob. corrected

2006-06-02 Thread Vincent Snijders
Alexandre Leclerc wrote: 2006/6/1, Vincent Snijders [EMAIL PROTECTED]: Why was OKButton renamed to btnOK and CancelButton to btnCancel? Well, if this is not politically correct to rename controls, please inform me so that I make all my efforts to not do it again; it is not my intention

Re: [lazarus] imagesforlazarus.lpk don't compile with latest's SVN

2006-06-01 Thread Vincent Snijders
bouquinique wrote: Burkhard Carstens a écrit : Am Donnerstag, 1. Juni 2006 15:58 schrieb Fedorax: Hello: With latest svn imagesforlazarus.lpk retrun errors when compile. Svn's version's lazarus 9382 fpc 3761 Os:Linux fedora 5 Error messages: Compiler l'IDE (sans assemblage) completed

Re: [lazarus] Patch: encloseselectiondlg - focus prob. corrected

2006-06-01 Thread Vincent Snijders
Alexandre Leclerc wrote: Hi, Here is a patch to correct the focus problem. For a reason I don't know (and can't replicate) I simply removed(ctrl+x)/add(ctrl+v) button ok and cancel so that the radiogroup is first on the list and the default focus on the taborder:=0 (radiogroup) was correct when

Re: [lazarus] [patch] ChecklistBox.onClickCheck

2006-06-01 Thread Vincent Snijders
darekm wrote: Hi attached patch added: ChecklistBox.onClickCheck (for GTK and GTK2) publish property TCheckBox.font remove tCustomLabel.FontChange(Sender: TObject); (default is fontchanged) Thanks for the patch. I have the following questions: Why is the following debugln commented out?

Re: [lazarus] Lazarus 0.9.16 released

2006-05-31 Thread Vincent Snijders
Diwakoe schreef: When I installed windows version on this release I can't find mysql5 connection on sqldb tab which I can found 0.9.15 version downloaded from snapshots website. Is there any sqldb package which contain mysql5 connection for this release? thanks, diwa The release is using

Re: [lazarus] Setting up help system

2006-05-31 Thread Vincent Snijders
Christian U. wrote: Help - Configure Help - Databases - StartPage - BaseURL should be something like file:///C:/Programme/lazarus/ it is file://C:\Programme\lazarus\docs\html but i think the \ arent a problem in this case called is C:\Dokumente und

Re: [lazarus] ForceCurrentDirectory

2006-05-31 Thread Vincent Snijders
Marien van Westen wrote: Hello When trying to convert a Delphi program I cam across the following line: ForceCurrentDirectory:=True; How can I change that to Lazarus ? If I understand ForceCurrentDirectory correctly, you should replace that with MyFileDialog.InitialDir :=

Re: [lazarus] Setting up help system

2006-05-31 Thread Vincent Snijders
Vincent Snijders wrote: Christian U. wrote: Help - Configure Help - Databases - StartPage - BaseURL should be something like file:///C:/Programme/lazarus/ it is file://C:\Programme\lazarus\docs\html but i think the \ arent a problem in this case called is C:\Dokumente und Einstellungen

Re: [lazarus] Setting up help system

2006-05-31 Thread Vincent Snijders
Vincent Snijders wrote: Vincent Snijders wrote: Christian U. wrote: I fixed showing html from file URLS on windows in revision 9379. Mattias, can you check nothing was broken for linux? Hmm, I just noticed, that now showing the LCL help from lazarus-ccr is broken. :-( I will look

Re: [lazarus] Setting up help system

2006-05-30 Thread Vincent Snijders
Christian U. schreef: I think, in 0.9.16 we can have an help system that works. I tried to set up those in windows: As i dont have an perl interpreter installed ive searched for an compiled version of the docs but i dont found one ! Why do you need perl? only an rpm exists for linux.

Re: [lazarus] wince compilation fix

2006-05-30 Thread Vincent Snijders
roozbeh gholizadeh schreef: Fixed compilation issues. Thanks. Applied. Vincent. _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at

Re: [lazarus] Locate TDBF

2006-05-30 Thread Vincent Snijders
Urso schreef: Hi The locate (TDBF) still don't work on lazarus 0.9.16 and the searchkey returns this error: Error: identifier idents no member SearchKey and the SearchKeyPchar don't accept searchtype: stEqual Error: Identifier not found stEqual uses dbf, db Both these units are from

Re: [lazarus] Setting up help system

2006-05-30 Thread Vincent Snijders
Christian U. wrote: Help - Configure Help - Databases - StartPage - BaseURL should be something like file:///C:/Programme/lazarus/ it is file://C:\Programme\lazarus\docs\html but i think the \ arent a problem in this case called is C:\Dokumente und

Re: [lazarus] qt lcl class patch

2006-05-29 Thread Vincent Snijders
Burkhard Carstens schreef: attached is another patch to fix the class problem for qt lcl created using svn diff lazarus Thanks. Applied. Now only wince and carbon need to be checked. Vincent. _ To unsubscribe: mail [EMAIL

Re: [lazarus] Dynamic Library on Linux??

2006-05-24 Thread Vincent Snijders
Michael Van Canneyt schreef: On Tue, 23 May 2006, David Nicolás Abdala wrote: Sorry for what I'm going to write, but.. when I try to doit from the command line (with ld ¿rigth?) I get a lot of 'unknown reference', and really don't know wich directory to point at.. You'll have to send a

Re: [lazarus] What's wrong with this code?

2006-05-24 Thread Vincent Snijders
John Meyer schreef: Daniel Dugan wrote: btnTestMeClick.Caption;='Click'; The semicolon after Caption should be a colon. Daniel I've changed the semi-colons to colons and it still won't compile. Same error. Other people suggested you use btnTestMe.Caption:='Click'; If this doesn't

Re: [lazarus] What's wrong with this code?

2006-05-23 Thread Vincent Snijders
John Meyer wrote: begin if btnTestMeClick.tag=0 then begin btnTestMeClick.Caption:='Click me Again'; btnTestMeClick.tag:=1; end else begin btnTestMeClick.Caption;='Click'; btnTestMeClick.tag:=0; end end; On the if line, I'm getting

Re: [lazarus] Compile fails on project with long pathname (MacOS X)

2006-05-22 Thread Vincent Snijders
Tom Verhoeff wrote: I recently upgraded to 0.9.14 and started a project, whose code is in a deeply nested directory tree with fairly long directory names, where one of the directory names contains a space. When compiling from the ide, this fails at the assembler. It seems to report a cut off

Re: [lazarus] THTMLBrowserHelpViewer.FindDefaultBrowser under Win32

2006-05-21 Thread Vincent Snijders
Borut Maricic wrote: On 2006-05-21 at 10:32, Mattias Gaertner ([EMAIL PROTECTED]) wrote: procedure GetDefaultBrowser(var Browser, Params: string); begin Browser:= SearchFileInPath('rundll32.exe','', SysUtils.GetEnvironmentVariable('PATH'),';',

Re: [lazarus] Problem with gdb/IDE and GetEnvironmentVariable (Bug 1685)

2006-05-21 Thread Vincent Snijders
Christian U. wrote: - closes and restarts the IDE, or - sets debugger at (none), reruns the application, sets the debugger at GNU debugger (gdb), thats not real correct, the value is simply not saved. so if you have none as value and set it to gdb, always none is there. i think i have made an

Re: [lazarus] contemplating future of Lazarus in context of Mono and dotGNU

2006-05-20 Thread Vincent Snijders
Alexandre Leclerc wrote: 2006/5/20, Zlatko Matić [EMAIL PROTECTED]: Activities around making free open-source alternative to MS .NET (Mono, dotGNU) and Visual Studio .NET (MonoDevelop,SharpDevelop) are very intensive and rapidly aproaches to the final goal. With recent incuding of Stetic, It

Re: [lazarus] Lazarus Help System Requirements

2006-05-18 Thread Vincent Snijders
Graeme Geldenhuys wrote: That is an excellent tip! We should mention it somewhere on the Wiki. Graeme. On 5/17/06, L505 [EMAIL PROTECTED] wrote: On 5/17/06, L505 [EMAIL PROTECTED] wrote: The reason I currently use Google to search for freepascal documentation on the RTL instead of

Re: [lazarus] Lazarus Help System Requirements

2006-05-18 Thread Vincent Snijders
Graeme Geldenhuys wrote: On 5/18/06, Vincent Snijders [EMAIL PROTECTED] wrote: Can anybody explain, why googling with: site:lazarus-ccr.sourceforge.net dynamicarray only gives two hits, but not http://lazarus-ccr.sourceforge.net/docs/lcl/dynamicarray/index.html It is a pity

Re: [lazarus] New SUSE 10.1 can't link gdk

2006-05-17 Thread Vincent Snijders
johnf schreef: Hi, All the development lib's are installed. Using the latest snapshot I can't compile a simple project. SUSE has always complained about GTK+ and GDK but it still compiled. Now with the SUSE 10.1 it really complains when using the RPM and will not compile a simple project.

Re: [lazarus] fpcUnit patch

2006-05-17 Thread Vincent Snijders
Graeme Geldenhuys schreef: My previous post came back with a message saying that the .zip extention is a illegal attachment and was blocked (how stupid is that!). Here is the message again, with the attachment renamed. Please change it to .zip when saving it to disk. Who send that message,

Re: [lazarus] New SUSE 10.1 can't link gdk

2006-05-17 Thread Vincent Snijders
Mattias Gaertner wrote: On Wed, 17 May 2006 08:25:43 -0700 johnf [EMAIL PROTECTED] wrote: On Tuesday 16 May 2006 23:31, Vincent Snijders wrote: johnf schreef: Hi, All the development lib's are installed. Using the latest snapshot I can't compile a simple project. SUSE has always

Re: [lazarus] New SUSE 10.1 can't link gdk

2006-05-17 Thread Vincent Snijders
johnf wrote: On Wednesday 17 May 2006 09:29, Mattias Gaertner wrote: On Wed, 17 May 2006 08:25:43 -0700 johnf [EMAIL PROTECTED] wrote: On Tuesday 16 May 2006 23:31, Vincent Snijders wrote: johnf schreef: Hi, All the development lib's are installed. Using the latest snapshot I can't

Re: [lazarus] Re: Patch for Qt RadioGroup

2006-05-16 Thread Vincent Snijders
Felipe Monteiro de Carvalho schreef: Hello, This will probably be annoying, but I prepered another patch to substitute the last 2 I sent =) This is the same as before, but I also implemented a good part of TBrush, TFont and other miscellaneous DC things. TLabel still doesn't work, but

Re: [lazarus] New Install on GNU/Linux

2006-05-16 Thread Vincent Snijders
Gustavo Enrique Jimenez wrote: So, you can allways use your Linux box, the same compiler, the same Lazarus, and the same config parameters for both OS. Love fpc/lazarus: it's magic ;-))) I feel the same !!. FreePascal is great !, Lazarus is great ! , FreePascal+Lazarus is great^2 !! I

Re: [lazarus] MacOS X - Lazarus - TDBF

2006-05-15 Thread Vincent Snijders
Panagiotis Sidiropoulos schreef: Trying to install TDBF package I get error message: /usr/share/lazarus/components/tdbf/RegisterDBF.pas(25,34) Fatal: Can't find unit Dbf DBF unit is placed in FPC/DB folder but can't be reached. At Environment options FPC folder is properly declared. FPC

Re: [lazarus] Request for PR noise !

2006-05-15 Thread Vincent Snijders
Michael Van Canneyt schreef: On Mon, 15 May 2006, Marc Santhoff wrote: For most things like shell scripts (don't hit me ;) I use JEdit. What I really love is having the Pos1 key jumping to the start of the indented text on the first hit. Could lazarus' editor be made that way? If so, how

Re: [lazarus] [patch] popmenu.align added

2006-05-15 Thread Vincent Snijders
darekM schreef: Mattias Gaertner napisał(a): We can add the property as public if you promise to implement it next week for at least one widgetset. How to achieve this, when 3 my patch waiting on mailing list, and 2-5 on my computer. Yes. Sometimes I got the feeling I'm the

Re: [lazarus] tdateedit bug

2006-05-15 Thread Vincent Snijders
barko schreef: Yes, this is ok, but when i use tdateedit on modal form, there is problem... date can't be selected with popup form... try test project which I send it before to list... On Sat, 13 May 2006 19:30:31 +0200, Vincent Snijders [EMAIL PROTECTED] wrote: barko wrote: hi! Here

Re: [lazarus] Commande syntax error (makefile -- can't compile)

2006-05-15 Thread Vincent Snijders
Alexandre Leclerc wrote: When I try to compile either fpc or lazarus from svn, I always get errors on each line of makefile. I just can't compile. I do not understand why. Is it my make version? (MAKE Version 5.2 Copyright (c) 1987, 2000 Borland) Yes, you need the gnu make distributed with

Re: [lazarus] New Install on GNU/Linux

2006-05-15 Thread Vincent Snijders
Gustavo Enrique Jimenez wrote: Usually you shouldn´t have to worry about gtkproc or config files. Changing them can in fact lead to trouble. It seems that the problem is not a source code problem. I thnik it is a installation problem: as I said, I get the code from deb package, wich I

Re: [lazarus] MacOS X - Lazarus installation

2006-05-14 Thread Vincent Snijders
Panagiotis Sidiropoulos wrote: I'm trying to install Lazarus on MacOSX for several days with no luck so I decide to start over again. After cleaning any existing files for previous installations and testings, I followed these steps: 1. I Installed files: -

Re: [lazarus] VirtualTreeView compile error - FPC 2.0.2

2006-05-14 Thread Vincent Snijders
Christian U. wrote: Well, I meant access in a broader term (svn based access). I do not use csv... but I think there is something like tortoisecsv for the brokenOS on which i'm right now. I'll try to get a download. Is there a reason why zip distrib are not frequently released (since it makes 2

Re: [lazarus] VirtualTreeView compile error - FPC 2.0.2

2006-05-14 Thread Vincent Snijders
Christian U. wrote: Hey, what is hard about zipping the sources and sending me an email? not hard but nothing i do every 2 weeks :) by the way, what about acs ? removed from ccr ? I think it is hidden by sourceforge new directory structure, but it will be visible if you select the right

Re: [lazarus] Lazarus Help System Parts

2006-05-13 Thread Vincent Snijders
Felipe Monteiro de Carvalho wrote: On 5/12/06, Vincent Snijders [EMAIL PROTECTED] wrote: Why isn't it extensible? Multiple databases: See procedure THelpManager.RegisterIDEHelpDatabases Multiple viewers is also possible: Extend procedure THelpManager.RegisterDefaultIDEHelpViewers; Here

Re: [lazarus] tdateedit bug

2006-05-13 Thread Vincent Snijders
barko wrote: hi! Here is test project. Try click to date button and select with doubleclick any day... it work. Now, click on button1 and try this job on modal form... it not work. I made patch... test it... lazarus (latest from svn), linux, fpc 2.0.3 (from svn) I didn't want to call

Re: [lazarus] patch: encloseselectiondlg

2006-05-12 Thread Vincent Snijders
Alexandre Leclerc wrote: Patch generated in source directory: /lazarus/ide/ Description: Small patch for better keyboard working: - correct tab order - correct default/cancel buttons Thanks. Applied. I added your name to the contributors. Vincent.

Re: patch: encloseselectiondlg

2006-05-12 Thread Vincent Snijders
Alexandre Leclerc wrote: Who is maintaining the dialog? No one in particular, so the Lazarus team. Do you have any question? Vincent _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject

Re: patch: encloseselectiondlg

2006-05-12 Thread Vincent Snijders
Alexandre Leclerc wrote: 2006/5/12, Vincent Snijders [EMAIL PROTECTED]: Alexandre Leclerc wrote: Who is maintaining the dialog? No one in particular, so the Lazarus team. Do you have any question? Well, yes; I tought that maybe the patch had something wrong because I made the changes

Re: [lazarus] Lazarus Help System Parts

2006-05-12 Thread Vincent Snijders
Mattias Gaertner wrote: It seems the thread about 'help' can go on forever and probably many had stopped reading all of it. This mail should define some tasks on the road to a help for LCL applications: 1. the LCL must be extended to recognize help queries (e.g. pressing F1) 1.1 The VCL

Re: [lazarus] MacOS X - Lazarus installation

2006-05-12 Thread Vincent Snijders
Panagiotis Sidiropoulos wrote: Working on a iBook G4, I got fpc and lazarus on the system through svn. Both are located in a subfolder in my personal folder. Decide to go though this way because prefer updating system (just svn update). Running make install into fpc folder I get a series of

Re: [lazarus] Lazarus Help System Parts

2006-05-12 Thread Vincent Snijders
Felipe Monteiro de Carvalho wrote: On 5/12/06, Mattias Gaertner [EMAIL PROTECTED] wrote: 2. The LCL must delegate Help queries to the HelpSystem. The HelpSystem of the VCL is defined in HelpIntfs and may be sufficient for small things. But for the Open Source (e.g. Lazarus IDE itself) it is

Re: [lazarus] question about the code completion feature of Lazarus

2006-05-10 Thread Vincent Snijders
Bogusław Brandys schreef: Vincent Snijders wrote: Older versions also showed protected properties, even if they were not accessible. Maybe this is hapenning here too? Vincent. Could it be selectable using configuration option (to show only public/published properties/methods

Re: [lazarus] question about the code completion feature of Lazarus

2006-05-10 Thread Vincent Snijders
Adrian Maier schreef: Hello, I have noticed that sometimes the code-completion (Ctrl-space) is not entirely accurate. I mean, sometimes it contains class members that in fact don't exist ( the non-existance is detected at compilation time ). For instance : i have an objectconnection:

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

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

Re: [lazarus] Lazarus for core devel in one of our project! -- Multilangual support

2006-05-10 Thread Vincent Snijders
Christian U. wrote: See also the gettext support in the LCL. LCL ? thers gettext support in the LCL i use unit gettext from FCL ?! Sorry, I meant FCL. But see also the translation unit in the LCL for po-file support, which essentially gettext like too, IMHO. Vincent

Re: [lazarus] Lazarus Help System Requirements

2006-05-10 Thread Vincent Snijders
[EMAIL PROTECTED] wrote: Overview Hi, I started a new thread in order to summarize the comments about a Help System or Help File Format for Lazarus, or even FPC. Sorry, but I think the Re: [lazarus] New help doc format? thread was getting to big, and focused in how to implement a help

Re: [lazarus] Db Tests framework

2006-05-10 Thread Vincent Snijders
Michael Van Canneyt wrote: On Wed, 10 May 2006, Joost van der Sluis wrote: I'm working on a collection of unit tests to test fpc's DB-units. I just started and already found and fixed a range of small bugs. But like in a good OS-tradition, I want to share it. I can do that on my own

Re: [lazarus] Lazarus for core devel in one of our project! -- Multilangual support

2006-05-09 Thread Vincent Snijders
Christian U. wrote: Lazarus does not use .mo files anymore. It uses the .po files directly. See unit lcl/translations.pas. The header contains an example. oh, sorry is ther an format difference ? i think its only the ending that is different ? and most gettext applications use .mo so why we

Re: [lazarus] Lazarus for core devel in one of our project! -- Multilangual support

2006-05-09 Thread Vincent Snijders
Christian U. wrote: First extend packages (and projects) with a languages directory with po files. When a project is built (or published) all language files of all dependent packages will be gathered add add in a languages subdirectory relatively to the executable or at another predefined

Re: [lazarus] Fwd: FreePascal documentation in CHM-format

2006-05-08 Thread Vincent Snijders
Marco van de Voort schreef: Found this in a ng. Haven't checked it out yet. From: Aleksey Y. Ulasevich \(STAKANOV\) [EMAIL PROTECTED] Newsgroups: comp.lang.pascal.misc Subject: FreePascal documentation in CHM-format FreePascal documentation (English) in CHM-format -

Re: [lazarus] Creating a wiki account

2006-04-27 Thread Vincent Snijders
Ian bell wrote: I don't know if this is the right place to raise this topic Wrong place, you should have started a new thread, instead of replying to the unicode lcl thread. but I am having problems creating a wiki account at the lazarus documentation wiki. I keep getting an error that

Re: [Fwd: Re: [lazarus] Lazarus Foundation pros]

2006-04-27 Thread Vincent Snijders
[EMAIL PROTECTED] wrote: Mensaje original Asunto: Re: [lazarus] Lazarus Foundation pros De: Flávio Etrusco [EMAIL PROTECTED] Fecha: Mie, 26 de Abril de 2006, 4:35 pm Para: lazarus@miraclec.com

Re: [Fwd: Re: [lazarus] Lazarus Foundation pros]

2006-04-27 Thread Vincent Snijders
[EMAIL PROTECTED] wrote: This means we need more people who do not necessarily need to write code (patches) or documentation, but do have knowledge about all kinds of lazarus features (by using it themselves regularly for example), and can help users with their problems. Micha Hi. By

Re: [lazarus] FPC question

2006-04-22 Thread Vincent Snijders
Micha Nelissen wrote: On Fri, 21 Apr 2006 23:50:08 +0200 Graeme Geldenhuys [EMAIL PROTECTED] wrote: Thanks for the help! Any idea how to rename the title of a page? See the newly added tiOPF page. Currently the title is TiOPF and it should read tiOPF. I think MediaWiki automatically

Re: [lazarus] FPC question

2006-04-22 Thread Vincent Snijders
Vincent Snijders wrote: Micha Nelissen wrote: On Fri, 21 Apr 2006 23:50:08 +0200 Graeme Geldenhuys [EMAIL PROTECTED] wrote: Thanks for the help! Any idea how to rename the title of a page? See the newly added tiOPF page. Currently the title is TiOPF and it should read tiOPF. I think

Re: [lazarus] x86_64-win46

2006-04-21 Thread Vincent Snijders
Armin Diehl schreef: Another question: does the current win32 lazarus snapshot already contain the internal linker (compiling time 2.34 sec.)? This is containted in the FreePascal snapshot, the lazarus snapshot does not contain the compiler (you have to define INTERNALLINKER when compiling

Re: tiOPF wiki page (was Re: [lazarus] FPC question)

2006-04-21 Thread Vincent Snijders
Graeme Geldenhuys schreef: I added a link here: http://wiki.lazarus.freepascal.org/index.php/Components_and_Code_examples#Databases Feel free the change the name of the link. Then click on it, the wiki sees the page does not exist and you can start edit the empty page. Vincent. Okay, I added

Re: [lazarus] Installing packager

2006-04-21 Thread Vincent Snijders
ENotas editor de notas wrote: I have already proven to him, but it happens to me exactly the same Did you install in a new directory, i.e. not over (the remnants of ) an old installation? Vincent _ To unsubscribe: mail

Re: [lazarus] FPC question

2006-04-20 Thread Vincent Snijders
Graeme Geldenhuys wrote: Hi John, Maybe you should look at using a OPF (Object Persistent Framework) to solve your transaction issues, as well as lookups etc... I have ported the TechInsite tiOPF version 2 to Free Pascal and have been using it with Lazarus in a commercial environment for the

Re: [lazarus] FPC question

2006-04-20 Thread Vincent Snijders
Graeme Geldenhuys wrote: On 20/04/06, Vincent Snijders [EMAIL PROTECTED] wrote: Can you create a source zip for upload to lazarus-ccr? Then it can be mentioned on http://wiki.lazarus.freepascal.org/index.php/Components_and_Code_examples Vincent. No problem. An official v2 release is due

tiOPF wiki page (was Re: [lazarus] FPC question)

2006-04-20 Thread Vincent Snijders
Graeme Geldenhuys wrote: On 20/04/06, Vincent Snijders [EMAIL PROTECTED] wrote: Maybe we can work on wiki description page too, like http://wiki.lazarus.freepascal.org/index.php/TAChart Vincent I was just looking at those pages. I don't know how to create/start a new wiki page, only edit

Re: [lazarus] status of development

2006-04-19 Thread Vincent Snijders
Micha Nelissen schreef: Florian Klaempfl wrote: Alain Michaud wrote: Ok, then what about that score: hello world1 % GTK 98 % GTK2 90 % Win32 99 % QT10 % Yes, forgot to say in the other mail, but these numbers are about right; although I

Re: [lazarus] Building revision 9144

2006-04-19 Thread Vincent Snijders
Luc wrote: Vincent Snijders a écrit : Luc Vigato wrote: Hello, I have problem after building lazarus rev 9144, I can't start lazarus. I compile with interface GTK2. Before i have had the same problem with GTK interface. Has anyone an idea in how i can help you with this ? I assume

Re: [lazarus] GTK GUI Apps with Lazarus for windows?

2006-04-18 Thread Vincent Snijders
Tiziano - Mekar Srl - wrote: thanks for your kind advise. Please, another question for you: I'm writing an article about FPC/Lazarus for a local italian Linux User Group in order to bring the attention on this project, that here is not so well known. I just have the list of FPC people, but

Re: [lazarus] Windows CE Patch

2006-04-18 Thread Vincent Snijders
Felipe Monteiro de Carvalho wrote: On 4/18/06, Mattias Gaertner [EMAIL PROTECTED] wrote: Do you mean 'Roozbeh GHolizadeh' or 'Roozbeh G Holizadeh' or 'Roozbeh Gholizadeh'? Honestly, I don't know. On his e-mail he said 'Roozbeh GHolizadeh' G-mail also put's his name as 'Roozbeh GHolizadeh'

Re: [lazarus] Building revision 9144

2006-04-18 Thread Vincent Snijders
Luc Vigato wrote: Hello, I have problem after building lazarus rev 9144, I can't start lazarus. I compile with interface GTK2. Before i have had the same problem with GTK interface. Has anyone an idea in how i can help you with this ? I assume you are using fpc 2.0.2 or fpc 2.0.3 on

Re: [lazarus] Lazarus and the size of compiled projects

2006-04-17 Thread Vincent Snijders
[EMAIL PROTECTED] wrote: Does the current lazarus snapshot contain the internal linker? The lazarus snapshots have fpc 2.1.1 from http://svn.freepascal.org/svn/fpc/trunk Vincent. _ To unsubscribe: mail [EMAIL PROTECTED]

Re: [lazarus] patch to fieldseditor

2006-04-16 Thread Vincent Snijders
Alexandrov Alexandru wrote: multiple instances of same form works now.. Please, attach a patch :-) Vincent _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at

Re: [lazarus] Lazarus win32 snapshot with fpc 2.0.3

2006-04-15 Thread Vincent Snijders
Vincent Snijders wrote: I just uploaded a new lazarus win32 snapshot to http://www.de.freepascal.org/lazarus/ and its mirrors. Due to linker problems with fpc 2.1.1 it could not be build with fpc 2.1.1 and for the time being fpc 2.0.3 will be used. The changes in fpc 2.1.1 that broke Lazarus

Re: [lazarus] Codetools dont find files

2006-04-13 Thread Vincent Snijders
Christian U. wrote: since one or two weeks, the codetools dont find base.inc in windows.pp for me, i cant use anythiong that uses the codetools the ide is mostly unuseable. if i add the path manually to the codetools options this havent any effect. does any other person have those problems ?

Re: [lazarus] Codetools dont find files

2006-04-13 Thread Vincent Snijders
Mattias Gaertner wrote: On Thu, 13 Apr 2006 19:12:50 +0200 Christian U. [EMAIL PROTECTED] wrote: since one or two weeks, the codetools dont find base.inc in windows.pp for me, i cant use anythiong that uses the codetools the ide is mostly unuseable. if i add the path manually to the codetools

Re: [lazarus] [patch] font.setsize for tLabel in GTK2

2006-04-12 Thread Vincent Snijders
darekm schreef: hi as in subject and enable autoadjust size of tLabel after changing font Maybe AdjustSize should be called for all controls, if the font changes? Vincent _ To unsubscribe: mail [EMAIL PROTECTED] with

Re: [lazarus] meu appearance

2006-04-12 Thread Vincent Snijders
Darius Blaszijk wrote: Hi there, Since my update from SVN today I noticed that menus do show a bit differently than after my udate from yesterday. The color of the menu items (where the text is) is somewhat different from color than the rest of menu bar (no text). I suspect that revision

Re: [lazarus] panel as parent of a tform

2006-04-11 Thread Vincent Snijders
Bisma Jayadi schreef: Hi all... I used to use this trick to get a panel as container for a form on Delphi (7). This trick works very well on Delphi. The trick is about displaying a form (TForm) inside a panel (TPanel) as the form container. It's like TFrame but we can attach any regular

Re: [lazarus] Can't create events for any component

2006-04-11 Thread Vincent Snijders
Sam Washkansky schreef: Hi can anyone help me? I got the latest update from svn this morning ( ver 0.9.15 rev 9115M), and after rebuilding lazarus I found that i cound not create any events for any compoent. I tried creating a new project, dropping a button on the form and then double

Re: [lazarus] Can't create events for any component

2006-04-11 Thread Vincent Snijders
Sam Washkansky schreef: From your mail I understand that I have to copy the contents of the wininc folder in rtl\win\ into a subfolder rtl\win\wininc\wininc, is this correct. I tried that, but still get the same error. I think I didn't write it down correctly. copy

RX: was Re: RES: [lazarus] Because I can't get SQLDB working

2006-04-11 Thread Vincent Snijders
Henrique de Paula Faria wrote: The package rxnew doesn´t install on lazarus 0.9.15 it returns an error at: rxdbgrid.pas = Error: Identifier not found TSize. Henrique. On Mon, 2006-04-10 at 12:21 +0200, Vincent Snijders wrote: Michael Van Canneyt schreef: The lazarus version of RxLib

Re: RES: [lazarus] Because I can't get SQLDB working

2006-04-11 Thread Vincent Snijders
Henrique de Paula Faria wrote: Matthijs it seems there wasn´t one error, after i add Types it returns: C:\rxnew\rxswitch.pas(363,23) Error: identifier idents no member BrushCopy A fixed version has been uploaded to lazarus-ccr. For details see:

[lazarus] Lazarus win32 snapshot with fpc 2.0.3

2006-04-10 Thread Vincent Snijders
I just uploaded a new lazarus win32 snapshot to http://www.de.freepascal.org/lazarus/ and its mirrors. Due to linker problems with fpc 2.1.1 it could not be build with fpc 2.1.1 and for the time being fpc 2.0.3 will be used. Vincent.

Re: [lazarus] Because I can't get SQLDB working

2006-04-10 Thread Vincent Snijders
Michael Van Canneyt schreef: On Mon, 10 Apr 2006, Matthijs Willemstein wrote: On Mon, April 10, 2006 06:06, Nataraj S Narayan wrote: Hi Michael I want MySql 4.0 and above only. Is SQLDB stable, so that i may replace Delphi+BDE +myodbc? It is working and as far as I can see reasonable

Re: [lazarus] make resource string tool

2006-04-09 Thread Vincent Snijders
Mattias Gaertner wrote: On Wed, 29 Mar 2006 14:17:41 +0300 barko [EMAIL PROTECTED] wrote: If I try to create resource string with this tool, I got this error message: List index (-1) out of bounds. On linux, latest fpc (2.1.1, from svn), latest lazarus (from svn). Example: ---cut---

<    4   5   6   7   8   9   10   11   12   >