Re: [lazarus] Gambas

2006-12-02 Thread Michael Van Canneyt
On Sat, 2 Dec 2006, Graeme Geldenhuys wrote: > On 12/2/06, Michael Van Canneyt <[EMAIL PROTECTED]> wrote: > > If it's about osFinancials (the former TurboCash): > > > > I think it should be very possible to port it to lazarus. But as usual, time > > is

Re: [lazarus] Gambas

2006-12-02 Thread Michael Van Canneyt
On Sat, 2 Dec 2006, Graeme Geldenhuys wrote: > On 12/2/06, Michael Van Canneyt <[EMAIL PROTECTED]> wrote: > > I'll be very interested in seeing what you come up with, > > because at my company we create an accounting system as well :-) > > See what

Re: [lazarus] TXMLDocument help

2006-12-04 Thread Michael Van Canneyt
On Sun, 3 Dec 2006, Lee wrote: > > Hi, > > I am trying to get up to speed with the TXMLDocument object and it seems > pretty straight forward. However, I am having a problem retrieving the text > value of a node. > > Given the following simple xml: > > > > > 123 > 123 >

Re: [lazarus] VFI and TIniPropStorage component

2006-12-05 Thread Michael Van Canneyt
On Tue, 5 Dec 2006, Graeme Geldenhuys wrote: > Hi, > > In tiOPF I normally save the Form State and Size using a singleton > function gINI.ReadFormState and gINI.WriteFormState in a BasicForm's > constructor and destructor. > > I thought I would try out the TIniPropStorage component and at the

Re: [lazarus] VFI and TIniPropStorage component

2006-12-05 Thread Michael Van Canneyt
On Tue, 5 Dec 2006, Graeme Geldenhuys wrote: > On 12/5/06, Michael Van Canneyt <[EMAIL PROTECTED]> wrote: > > > Eh ? Is Visual Form Inheritance working in Lazarus ?? > > > > Michael. > > :-) > Yes and No. There is no visual why of creating a descendan

Re: [lazarus] repository

2006-12-08 Thread Michael Van Canneyt
On Fri, 8 Dec 2006, Kris Leech wrote: > Graeme Geldenhuys wrote: > > > On 12/1/06, Felipe Monteiro de Carvalho > > <[EMAIL PROTECTED]> wrote: > > > > > We have almost this. We call this snapshots: > > > > > > http://www.hu.freepascal.org/lazarus/ > > > > > > They come with latest lazarus source

[lazarus] Article on Pixel.

2006-12-08 Thread Michael Van Canneyt
Hi, The latest issue of Linux Journal features an article about Pixel (By Pavel Kanzelsberger). It gives it a very good comment. Pity it's not mentioned that it's written using FPC. (the article is written by a writer/publisher, not a programmer). For the Lazarus users: Pixel is written using a

RE: [lazarus] Article on Pixel.

2006-12-08 Thread Michael Van Canneyt
On Fri, 8 Dec 2006, George Birbilis wrote: > > The latest issue of Linux Journal features an article about > > Pixel (By Pavel Kanzelsberger). > > It gives it a very good comment. Pity it's not mentioned that > > it's written using FPC. > > (the article is written by a writer/publisher, not a pr

RE: [lazarus] repository

2006-12-11 Thread Michael Van Canneyt
On Tue, 12 Dec 2006, George Birbilis wrote: > > 1) Can you please add the following batch file to the Laz > > source distro? > > Also, what is lazarus.exe and what startlazarus.exe? (big size difference). > Why are there two? > If it's for making a singleton process and starting the small one f

[lazarus] TProcess change.

2006-12-11 Thread Michael Van Canneyt
Hello, I've changed the TProcess.WaitOnExit return type to boolean; A return value of True means success, a return value of False means failure. This is a conscious break with the old DWord return value, which returned a highly inconsistent, system-dependent return value. The current solution is

Re: [lazarus] Can't link lazarus under opensuse 10.2

2006-12-12 Thread Michael Van Canneyt
On Tue, 12 Dec 2006, Uwe Grauer wrote: > After switching to opensuse 10.2 i'm getting the following error > on compiling lazarus. > > I'm using Free Pascal Compiler version 2.0.4 [2006/08/20] for i386 > > lazarus Revision: 10180 > > Free Pascal Compiler version 2.0.4 [2006/08/20] for i386 > C

Re: [lazarus] Font names shown in the respective font

2006-12-12 Thread Michael Van Canneyt
On Tue, 12 Dec 2006, Mattias Gaertner wrote: > On Mon, 11 Dec 2006 21:44:29 +0200 > "George Birbilis" <[EMAIL PROTECTED]> wrote: > > > > Ignoring the font dialog since it's another thing (it has > > > preview which covers the needs of the user a bit), the font > > > name property editor (it sho

Re: [lazarus] Base64 Encoding Help

2006-12-14 Thread Michael Van Canneyt
On Thu, 14 Dec 2006, Lee wrote: > > Hi, > > I have tried to get base64 encoding to work for me but still have trouble > doing this. I will need to be able to convert binary files to base 64 strings > and then convert them back to binary files. However, at this point I am only > trying to enc

Re: [lazarus] Global Dynamic Arrays

2006-12-26 Thread Michael Van Canneyt
On Tue, 26 Dec 2006, [EMAIL PROTECTED] wrote: > Hi, > > Sorry for posting here, but the freepascal.org server seems to have been > down for the last 6 or 7 days. Seems to work fine here ? > > I'm wondering about using Dynamic Arrays Globally throughout my program. > > I notice that the docu

[lazarus] Lazarus build fails ?

2006-12-28 Thread Michael Van Canneyt
Updated lazarus. Compiled. Everything seems to compile fine. But Lazarus fails to start: home: >./lazarus [FORMS.PP] ExceptionOccurred Sender=EListError Exception=Duplicate ID: 001B Stack trace: $081E4C78 TBASEMAP__ADD, line 258 of lclmemmanager.pas $081E4A0A TBASEMAP__A

Re: [lazarus] "Project raised exception class 'External: SIGSEGV'"

2006-12-29 Thread Michael Van Canneyt
On Fri, 29 Dec 2006, Dave Coventry wrote: > Hi, > > If I set the size of the TBitmap in the FormCreate procedure rather than the > FormResize procedure, then the error does not arise. > > In other words, if I have the following: > //~~~ snip ~~~ > Buff

Re: [lazarus] "Project raised exception class 'External: SIGSEGV'"

2006-12-29 Thread Michael Van Canneyt
> > Dave Coventry wrote: > > Oh. > > > > :-[ > > > > Michael Van Canneyt wrote: > > > On Fri, 29 Dec 2006, Dave Coventry wrote: > > > > > > > > > > Hi, > > > > > > > > If I set the size of the TBitmap in the FormCreate

Re: [lazarus] "Project raised exception class 'External: SIGSEGV'"

2006-12-29 Thread Michael Van Canneyt
On Fri, 29 Dec 2006, Michael Van Canneyt wrote: > > > On Fri, 29 Dec 2006, Dave Coventry wrote: > > > Ok, if I need to declare something when the program is starting up, where > > would I put it? > > > > I'm placing all my initialisation stuff in

Re: [lazarus] "Project raised exception class 'External: SIGSEGV'"

2006-12-29 Thread Michael Van Canneyt
On Fri, 29 Dec 2006, Micha Nelissen wrote: > Michael Van Canneyt wrote: > > Some additional info for the lazarus devels. > > > > The order of the relevant events in Delphi when creating and showing a form > > is: > > > > OnCreate > > OnSho

Re: [lazarus] Can't type [] {} in code editor under linux

2006-12-29 Thread Michael Van Canneyt
On Fri, 29 Dec 2006, Jesus Reyes wrote: > Hi > > Since revision 10351 I can't type {,},[,], in code editor, in my > keyboard, for example to type {, I have to press keys "AltGr" + > "´`{". I have to do the same procedure for },[ and ] > > in revision 10351 and 10358 I get this warnings (when t

Re: [lazarus] Can't type [] {} in code editor under linux

2006-12-29 Thread Michael Van Canneyt
normally find the > number keys. > > azerty keyboard? Is that an actual keyboard or just a layout you > selected? Never heard of that. Better go do some Google'ing. :-) "Azerty" is the keyboard they use in France, and also in Belgium. Michael. > > Graeme. > &g

Re: [lazarus] Can't type [] {} in code editor under linux

2006-12-30 Thread Michael Van Canneyt
On Sat, 30 Dec 2006, Marc Weustink wrote: > Michael Van Canneyt wrote: > > > > On Fri, 29 Dec 2006, Jesus Reyes wrote: > > Both thanks for reporting. I've made some keyboard routines more strict. > In the old situation a random key could get reported. Did you

Re: [lazarus] Can't type [] {} in code editor under linux

2006-12-30 Thread Michael Van Canneyt
On Sat, 30 Dec 2006, Marc Weustink wrote: > Michael Van Canneyt wrote: > > > > On Sat, 30 Dec 2006, Marc Weustink wrote: > > > >> Michael Van Canneyt wrote: > >>> On Fri, 29 Dec 2006, Jesus Reyes wrote: > >> Both thanks for reporting. I'

[lazarus] Informative question...

2006-12-30 Thread Michael Van Canneyt
Hello, Informative question: Is the "Cursor" property supposed to work ? I'm trying to implement a browser-like behaviour where the cursor changes to a hand when it hovers over a TLabel, but it doesn't seem to work. Michael. _

Re: [lazarus] Can't type [] {} in code editor under linux

2006-12-30 Thread Michael Van Canneyt
On Sat, 30 Dec 2006, Marc Weustink wrote: > Michael Van Canneyt wrote: > > > > On Sat, 30 Dec 2006, Marc Weustink wrote: > > > >> Michael Van Canneyt wrote: > >>> On Sat, 30 Dec 2006, Marc Weustink wrote: > >>> > >>>> Mich

Re: [lazarus] Informative question...

2006-12-30 Thread Michael Van Canneyt
On Sun, 31 Dec 2006, Darius Blaszijk wrote: > Michael, > > I reported a related bug (??) some time ago (Bug 0007842). Well, I've created a bug report (8040), and referred to your bug report. I'm experiencing this on Linux, GTK1, and yours is on XP, so it's probably something else... Michae

Re: [lazarus] root's password...

2007-01-07 Thread Michael Van Canneyt
On Sun, 7 Jan 2007, R. B. wrote: > Hello, > > I almost finished my first application that I build using fpc/lazarus. It is > an IDE for an AI language and I have to greatly admire all those who made fpc > (big thumb up despite I haven't got enough time to check out the source > specially the

Re: [lazarus] SVN update - reversed class completion

2007-01-10 Thread Michael Van Canneyt
On Tue, 9 Jan 2007, Mattias Gaertner wrote: > See > http://wiki.lazarus.freepascal.org/Lazarus_IDE_Tools#Reversed_Class_Completion > Yes yes yes, a long awaited feature :-) Many thanks for the implementor of this ! Michael. _

Re: [lazarus] utf8toansi

2007-01-15 Thread Michael Van Canneyt
On Mon, 15 Jan 2007, Marco van de Voort wrote: > On Mon, Jan 15, 2007 at 09:45:46AM +1100, Algis Kabaila wrote: > > IMHO, Python is the language of the future > > Python is SO 2006. This is very chinese for me :-) Michael. _

Re: [lazarus] Compile Error for TiOPF components

2007-01-15 Thread Michael Van Canneyt
On Mon, 15 Jan 2007, Graeme Geldenhuys wrote: > On 1/15/07, Cesar Romero <[EMAIL PROTECTED]> wrote: > > After develop mixed code for 3 years, my opinion is: > > "The cheaper is expensive when you have to maintain the code" > > That's very true, I never even mentioned the cost in maintaining cod

Re: Lazarus for Python (L4P)

2007-01-15 Thread Michael Van Canneyt
On Mon, 15 Jan 2007, Vincent Snijders wrote: > Algis Kabaila schreef: > > Hello again, Marco, > > > > > > SO = Significant Other > > SO = Shift Out > > > > SO = so with emphasis. > > "so 2006" means it was the hot item of last year and thus of the past. Ah. In that case, I would even say

Re: Lazarus for Python (L4P)

2007-01-15 Thread Michael Van Canneyt
On Mon, 15 Jan 2007, [EMAIL PROTECTED] wrote: > >> SO = so with emphasis. > >> > >> "so 2006" means it was the hot item of last year and thus of the past. > > > > Ah. > > In that case, I would even say that Python is SO 2004-2005. > > The latest hot thing is Ruby. Linux journal, where I get such

Re: [lazarus] TXMLDocument from string

2007-01-15 Thread Michael Van Canneyt
On Mon, 15 Jan 2007, [EMAIL PROTECTED] wrote: > Hi... i'm going crazy to create a TXMLDocument from a string. What is the problem ? Var S : TStringStream; XML : TXMLDocument; begin S:=TStringStream.Create(MyXMLString); Try S.Position:=0; XML:=Nil; ReadXMLFile(XML,S); // Co

Re: [lazarus] utf8toansi

2007-01-15 Thread Michael Van Canneyt
On Mon, 15 Jan 2007, Dave Coventry wrote: > In point of fact python is an extraordinarily powerful scripting language. > > It has it's weaknesses, sure, but it is nevertheless, an extremely useful and > versatile cross-platform tool which has certainly moved more into the main > stream in the l

Re: [lazarus] TXMLDocument from string

2007-01-16 Thread Michael Van Canneyt
On Tue, 16 Jan 2007, [EMAIL PROTECTED] wrote: > Thanks, you saved my ass man ;) > > There is too few information on that functions... sometime programming with > lazarus i feel blind. > > Where can i found a manual with all Lazarus functions, and where can i search > if i don't find anything t

Re: [lazarus] Compiled Linuxy Binary Compatibility/A bit (OT)

2007-01-16 Thread Michael Van Canneyt
On Tue, 16 Jan 2007, Lee Jenkins wrote: > Albert Zeyer wrote: > > Hi > > > > There are severeal parts you should seperate: > > > > Firstly, all the hardware-stuff: > > > > Thanks Albert. So it seems that if I do not distribute the source of a > program, than I will have to compile binaries

Re: [lazarus] Compiled Linuxy Binary Compatibility/A bit (OT)

2007-01-16 Thread Michael Van Canneyt
On Tue, 16 Jan 2007, Lee Jenkins wrote: > Michael Van Canneyt wrote: > > > > > > If you don't use hand-coded assembler, it should be enough to compile your > > program for i386 and AMD64. That should cover most distributions out there. > > The compile

Re: [lazarus] Lazarus for Python (L4P)

2007-01-17 Thread Michael Van Canneyt
On Wed, 17 Jan 2007, Tiziano_mk wrote: > Al Boldi wrote: > > Tiziano_mk wrote: > > > I wish to add this missing item that i find more interesting: > > > > > > "Maybe you want to use python to control OpenOffice with Free pascal?" > > > It's possible, just embed FPC with the python "embedded" in

Re: [lazarus] TXMLDocument from string

2007-01-17 Thread Michael Van Canneyt
On Wed, 17 Jan 2007, Vincent Snijders wrote: > Mattias Gaertner schreef: > > On Tue, 16 Jan 2007 19:42:32 +0100 > > Vincent Snijders <[EMAIL PROTECTED]> wrote: > > > > > > It seems to be quite old: 2005-05-26. > > It is. OTOH, not much LCL documentation has been added. > > I will create a n

Re: [lazarus] TXMLDocument from string

2007-01-17 Thread Michael Van Canneyt
On Wed, 17 Jan 2007, Vincent Snijders wrote: > Michael Van Canneyt schreef: > > > > On Wed, 17 Jan 2007, Vincent Snijders wrote: > > > > > Mattias Gaertner schreef: > > > > On Tue, 16 Jan 2007 19:42:32 +0100 > > > > Vincent Snijders <[

[lazarus] Lazarus AMD64 version bug ?

2007-01-17 Thread Michael Van Canneyt
Hello, Clicking the middle mouse button in the Lazarus editor window crashes the IDE with a 'Segmentation fault' if it's compiled for AMD64. The IDE just exits, and prints "Segmentation fault" on the terminal. The exact same sources, compiled for i386 work fine, and clicking the middle mouse b

Re: [lazarus] Lazarus AMD64 version bug ?

2007-01-18 Thread Michael Van Canneyt
On Thu, 18 Jan 2007, Marc Weustink wrote: > Michael Van Canneyt wrote: > > Hello, > > > > Clicking the middle mouse button in the Lazarus editor window crashes the > > IDE with a 'Segmentation fault' if it's compiled for AMD64. The IDE just > &g

Re: [lazarus] Lazarus AMD64 version bug ?

2007-01-18 Thread Michael Van Canneyt
On Thu, 18 Jan 2007, Marc Weustink wrote: > Vincent Snijders wrote: > > Marc Weustink schreef: > > > Michael Van Canneyt wrote: > > > > Hello, > > > > > > > > Clicking the middle mouse button in the Lazarus editor window crashes > >

Re: [lazarus] TThread help-doc example

2007-01-20 Thread Michael Van Canneyt
RTL > class and is documented by the FPC team (Michael van Canneyt). > > Examples for the RTL and FCL can be added to the on line version of the docs > as a comment, for example by adding a comment to > http://community.freepascal.org:1/docs-html/rtl/classes/tthread.html > > I am

Re: [lazarus] Selecting directories via TOpenDialog

2007-01-29 Thread Michael Van Canneyt
On Mon, 29 Jan 2007, Arí Ricardo Ody wrote: > I would like show files and directories(that are under the current one) in the > right window of a TOpenDialog. How can I do to get this effect and still > select(or not) the directories showed in this right window? > > Should I use another componen

Re: [lazarus] XML and XPath?

2007-02-12 Thread Michael Van Canneyt
On Mon, 12 Feb 2007, Lee Jenkins wrote: > Kris Leech wrote: > > Lee Jenkins wrote: > > > Lepidosteus wrote: > > > > In fpc/fcl/xml there is a xpath unit. > > > > Never used it, don't know if it works, guess it should. > > > > > > > > > > Ahh, you're correct. I'll poke around the sources a bit a

Re: [lazarus] Midware port to Lazarus

2007-02-12 Thread Michael Van Canneyt
On Mon, 12 Feb 2007, Lee Jenkins wrote: > Balanyi Zsolt wrote: > > Hi friends! > > > > Anybody interested in porting Midware to Lazarus? > > Midware is a very good middleware for Delphi and Kylix. > > If you know any alternative solution, let me know! > > > > Synapse works. I've written a TC

Re: LazDoc or fpdoc issue

2007-02-13 Thread Michael Van Canneyt
On Tue, 13 Feb 2007, Graeme Geldenhuys wrote: > As a quick fix I wrote the following XSLT file to fix all those > confusing xml "empty" elements. > This XSLT file will rewrite all empty "descr", "errors" and "seealso" > elements to the following format. > > Here is how you can apply the XSLT

Re: LazDoc or fpdoc issue

2007-02-13 Thread Michael Van Canneyt
On Tue, 13 Feb 2007, Vincent Snijders wrote: > Michael Van Canneyt schreef: > > > > On Tue, 13 Feb 2007, Graeme Geldenhuys wrote: > > > > > As a quick fix I wrote the following XSLT file to fix all those > > > confusing xml "empty" elements. &

Re: LazDoc or fpdoc issue

2007-02-13 Thread Michael Van Canneyt
On Tue, 13 Feb 2007, Graeme Geldenhuys wrote: > On 2/13/07, Michael Van Canneyt <[EMAIL PROTECTED]> wrote: > > > Searching the internet it seems the XML preferred format for a empty > > > element is a single tag with a '/' at the end. I guess we need to &

Re: LazDoc or fpdoc issue

2007-02-13 Thread Michael Van Canneyt
On Tue, 13 Feb 2007, Graeme Geldenhuys wrote: > On 2/13/07, Michael Van Canneyt <[EMAIL PROTECTED]> wrote: > > > IIRC, in earlier versions, if there was only whitespace between the start > > > tag > > > and the end tag, no child nodes were generated.

Re: [lazarus] ENV Variables

2007-02-13 Thread Michael Van Canneyt
On Tue, 13 Feb 2007, Jeff Steinkamp wrote: > Thanks to all who replied to my question about the run file size. Have take > most of the suggestions and parried the file down to about 2 meg while I > continue to develop this package. Once I get it working correctly I'll get > rid of the rest of

Re: [lazarus] custom application settings storage - LSB / Windows

2007-02-15 Thread Michael Van Canneyt
On Thu, 15 Feb 2007, Graeme Geldenhuys wrote: > Hi, > > Sorry, this is not strictly a Lazarus question, but thought maybe > other Lazarus users have solved this problem. > > What is the recommend location to store application (custom) settings > per user? This depends on the OS. > By applica

Re: [lazarus] StrToDate error

2007-02-24 Thread Michael Van Canneyt
On Fri, 23 Feb 2007, Jeff Steinkamp wrote: > Can someone tell me why the following is producing an Econvert Exception? > > StrTodate('04/11/1955'); > > I have even tried setting the ShortDateFormat to 'm/d/y/' and 'mm/dd/'. If you're running on linux, try setting DateSeparator:='/'; be

RE: [lazarus] StrToDate error

2007-02-25 Thread Michael Van Canneyt
On Sun, 25 Feb 2007, Pieter Valentijn wrote: > Should be easy. > > Function MyStrToDate(Astr : String) : TDateTime ; > Begin > Astr := StringReplace(Astr,'-',DateSeparator,[rfReplaceAll]); > Astr := StringReplace(Astr,'/',DateSeparator,[rfReplaceAll]); > result := StrTodate(Astr); > End; >

RE: [lazarus] StrToDate error

2007-02-25 Thread Michael Van Canneyt
On Sun, 25 Feb 2007, Pieter Valentijn wrote: > :-0 > Is it? > I never know. > I think it should come from the system locale. It should, yes. > In that case this routine still works. Normally, yes. > I gess the hardest part is the MM-DD- against DD-MM-. > I have seen that theres anly

Re: [lazarus] StrToDate error

2007-02-25 Thread Michael Van Canneyt
On Sun, 25 Feb 2007, Jeff Steinkamp wrote: > And thus is the problem with trying to internationalize a software product > where data, in text format, can be passed back and forth easily. > > The space character for a date separator is not part of the enumerated set. > It is '-' or '/' for the s

Re: [lazarus] OT: Döner was Re: Ideas to implemen t AllocateHwnd

2007-02-26 Thread Michael Van Canneyt
On Mon, 26 Feb 2007, Florian Klaempfl wrote: > Sönmez Kartal schrieb: > > Hi, > > > > As I know, European people didn't know Döner and/or similar foods until > > Turkish people move there. > > >From http://en.wikipedia.org/wiki/D%C3%B6ner_kebab > > "Today, döner kebab is typically served as a

Re: [lazarus] OT: Döner was Re: Ideas to imp lement AllocateHwnd

2007-02-26 Thread Michael Van Canneyt
On Mon, 26 Feb 2007, Florian Klaempfl wrote: > Michael Van Canneyt schrieb: > > > > On Mon, 26 Feb 2007, Florian Klaempfl wrote: > > > >> Sönmez Kartal schrieb: > >>> Hi, > >>> > >>> As I know, European people didn'

Re: [lazarus] OT: Döner was Re: Ideas to imp lement AllocateHwnd

2007-02-26 Thread Michael Van Canneyt
On Mon, 26 Feb 2007, Florian Klaempfl wrote: > Michael Van Canneyt schrieb: > > > > On Mon, 26 Feb 2007, Florian Klaempfl wrote: > > > >> Michael Van Canneyt schrieb: > >>> On Mon, 26 Feb 2007, Florian Klaempfl wrote: > >>> > >>

[lazarus] Unit name clash

2007-02-27 Thread Michael Van Canneyt
Hi, The file lcl/interfaces/gtk/gtkprivate.pp in Lazarus has the same name as the file packages/extra/gtk/gtk/gtkprivate.pp in FPC. This forces the compiler to try and recompile the FPC GTK units, even when they have not changed, as soon as gtkprivate.pp in the LCL is changed. I suggest

Re: [lazarus] Unit name clash

2007-02-27 Thread Michael Van Canneyt
On Tue, 27 Feb 2007, Vincent Snijders wrote: > Michael Van Canneyt schreef: > > Hi, > > > > The filelcl/interfaces/gtk/gtkprivate.pp > > in Lazarus has the same name as the file > > packages/extra/gtk/gtk/gtkprivate.pp > > in FPC. > >

Re: [lazarus] Unit name clash

2007-02-27 Thread Michael Van Canneyt
On Tue, 27 Feb 2007, Vincent Snijders wrote: > Michael Van Canneyt schreef: > > > > On Tue, 27 Feb 2007, Vincent Snijders wrote: > > > > > Michael Van Canneyt schreef: > > > > Hi, > > > > > > > > The filelcl/interfaces/

Re: [lazarus] Unit name clash

2007-02-27 Thread Michael Van Canneyt
On Wed, 28 Feb 2007, Marc Weustink wrote: > Michael Van Canneyt wrote: > > Hi, > > > > The file > > lcl/interfaces/gtk/gtkprivate.pp > > in Lazarus has the same name as the file > > packages/extra/gtk/gtk/gtkprivate.pp > > in FPC. > >

Re: [lazarus] MPL and Lazarus

2007-02-28 Thread Michael Van Canneyt
On Wed, 28 Feb 2007, Graeme Geldenhuys wrote: > On 2/27/07, Marco van de Voort <[EMAIL PROTECTED]> wrote: > > > > Not only for MPL, but also to allow commercial devels to create designtime > > packages and component editors. > > > > This opens another can of worms as was discussed earlier in th

Re: [lazarus] MPL and Lazarus

2007-02-28 Thread Michael Van Canneyt
On Wed, 28 Feb 2007, Marco van de Voort wrote: > On Wed, Feb 28, 2007 at 09:19:08AM +0100, Michael Van Canneyt wrote: > > > On 2/27/07, Marco van de Voort <[EMAIL PROTECTED]> wrote: > > > > > > > > Not only for MPL, but also to allow comme

RE: [lazarus] StrToDate error

2007-02-28 Thread Michael Van Canneyt
On Wed, 28 Feb 2007, Pieter Valentijn wrote: > Most users here will find this kind of display confusing. > But I agree with the store path. Anny external storae that needs sting > presentation should be in one format or at least s format agreed on. The > case I have is that variants are used in

Re: [lazarus] StrToDate error

2007-03-01 Thread Michael Van Canneyt
On Thu, 1 Mar 2007, Graeme Geldenhuys wrote: > Hi, > > On 2/28/07, Michael Van Canneyt <[EMAIL PROTECTED]> wrote: > > > You should not have to worry about it. You use TDateTime, and convert to > > string as needed as the user sees fit. > > > > I don&#

Re: [lazarus] StrToDate error

2007-03-01 Thread Michael Van Canneyt
On Thu, 1 Mar 2007, Graeme Geldenhuys wrote: > On 3/1/07, Michael Van Canneyt <[EMAIL PROTECTED]> wrote: > > > opted for it after a length discussion. Storing the date/time as a > > > string in the ISO 8601 format is forced and allows you to export data > >

Re: [lazarus] resource strings in constants

2007-03-01 Thread Michael Van Canneyt
On Thu, 1 Mar 2007, Graeme Geldenhuys wrote: > Hi, > > Is it possible to use resource strings in constants and be able to > translate them with 'gettext' unit at runtime? No. Even in Delphi, this does not work :/ Michael. _

Re: [lazarus] Strange behaviour of lazarus using fcl-web

2007-03-08 Thread Michael Van Canneyt
On Thu, 8 Mar 2007, Joost van der Sluis wrote: > > I've isolated the problem. It occurs when inherited TDataModules are in > one file. According to Jesus Reyes (on IRC) did Mattias say that this > was on purpose. > > That means that Lazarus doesn't work right with the current version of > fcl-

Re: [lazarus] Re: an extended mapi unit...

2007-03-17 Thread Michael Van Canneyt
On Sat, 17 Mar 2007, Roozbeh GHolizadeh wrote: > On Fri, 16 Mar 2007 12:01:46 +0330, Florian Klaempfl <[EMAIL PROTECTED]> > wrote: > > >Roozbeh GHolizadeh schrieb: > > >i find one-and seems to be the only-usable pascal unit to work with > > >mapi(mail api)and emapi(extended mail api). > > >it d

Re: [lazarus] Anybody on this list use Firebird database with Lazarus?

2007-03-29 Thread Michael Van Canneyt
On Thu, 29 Mar 2007, Howard Lee Harkness wrote: > Anybody on this list use Firebird database with Lazarus? I'm looking > for general information on this, and I ran into a dead end while > trying to find the ODBC drivers, so I'm hoping somebody here has found > a better way -- or knows where to f

Re: [lazarus] Debug without recompile

2007-03-31 Thread Michael Van Canneyt
On Sat, 31 Mar 2007, Vincent Snijders wrote: > Felipe Monteiro de Carvalho schreef: > > Hello, > > > > I´ve being trying to debug a complex bug with lazarus, so I go > > step-by-step again, and again, trying to find out where and why things > > go wrong. > > > > The problem is that everytime I

[lazarus] Regenerate Makefiles ?

2007-04-01 Thread Michael Van Canneyt
Hello, In order to be able to create shared libraries with the LCL on X86_64 systems, the LCL must be compiled as PIC code when on this platform. The RTL and FCL are already compiled with the PIC option (-Cg). fpcmake automatically adds this option to the Makefile if it detects the X86_64 CPU.

Re: [lazarus] Regenerate Makefiles ?

2007-04-01 Thread Michael Van Canneyt
On Sun, 1 Apr 2007, Vincent Snijders wrote: > Michael Van Canneyt schreef: > > Hello, > > > > In order to be able to create shared libraries with the LCL > > on X86_64 systems, > > All X86_64 systems, or just x86_64-linux? I suspect just linux: ifeq ($(finds

Re: [lazarus] 0.9.22 released

2007-04-01 Thread Michael Van Canneyt
On Sun, 1 Apr 2007, Bisma Jayadi wrote: > > Was this bug closed in the bug tracker? > > http://www.freepascal.org/mantis/view.php?id=1904 > > Reported since v.9.13. IMO, it isn't (win)api limitation since Delphi does > allow to set TComboBox's height to any values. IMHO this is definitely a w

Re: [lazarus] Regenerate Makefiles ?

2007-04-01 Thread Michael Van Canneyt
On Sun, 1 Apr 2007, Vincent Snijders wrote: > Michael Van Canneyt schreef: > > > > On Sun, 1 Apr 2007, Vincent Snijders wrote: > > > > > Michael Van Canneyt schreef: > > > > Hello, > > > > > > > > In order to be able to create

Re: [lazarus] ActiveX Data Object

2007-04-02 Thread Michael Van Canneyt
On Mon, 2 Apr 2007, dayat wrote: > Greeting, i new member, > > how to install ADO (ActiveX Data Object) to lazarus, because I will use > excel as database. You cannot install this in lazarus, unfortunately. Also, using excel as a database is a very bad idea. If you are allowed to choose: For

Re: [lazarus] Regenerate Makefiles ?

2007-04-02 Thread Michael Van Canneyt
On Mon, 2 Apr 2007, Felipe Monteiro de Carvalho wrote: > On 4/2/07, Michael Van Canneyt <[EMAIL PROTECTED]> wrote: > > Yesterday I sent the Apache support to Mattias for inclusion in Lazarus. > > It should then work on Linux-x86_64 too. > > What do you mean by that

Re: [lazarus] Regenerate Makefiles ?

2007-04-02 Thread Michael Van Canneyt
On Mon, 2 Apr 2007, Vincent Snijders wrote: > Michael Van Canneyt schreef: > > > > On Mon, 2 Apr 2007, Felipe Monteiro de Carvalho wrote: > > > > > On 4/2/07, Michael Van Canneyt <[EMAIL PROTECTED]> wrote: > > > > Yesterday I sent the Ap

Re: [lazarus] History of the widget set design?

2007-04-02 Thread Michael Van Canneyt
On Mon, 2 Apr 2007, Felipe Monteiro de Carvalho wrote: > On 4/2/07, Micha Nelissen <[EMAIL PROTECTED]> wrote: > > IMHO, a custom drawn widgetset is never better; as user I would refuse > > to use it, unless forced to. > > Yes, but I think that if the application is used only in enterprises > an

Re: [lazarus] port for TMysqlconnection

2007-04-03 Thread Michael Van Canneyt
On Tue, 3 Apr 2007, Sébastien TACK wrote: > Hello, > > I would like specify a precise port for TMysqlConnection. > How can I do this ? I committed a fix to subversion so you can specify it in the parameters: Params.['Port']:=IntToStr(4545); This means you'll have to recompile the mysql conne

Re: [lazarus] port for TMysqlconnection

2007-04-03 Thread Michael Van Canneyt
On Tue, 3 Apr 2007, Darmawan Sugiarto wrote: > I have a same problem with this... but I used PQconnection > I can solve my program with add this code > === > with PQConnection1 do > begin >HostName:='localhost'; >Databas

Re: [lazarus] replacement for Makefile's

2007-04-05 Thread Michael Van Canneyt
On Thu, 5 Apr 2007, Graeme Geldenhuys wrote: > Hi, > > I read somewhere that there was a replacement for Makefile's in > development. Benefits was that for different platforms you wouldn't > require the "binutils" set of utility apps. Not sure if it was a > Lazarus or FPC project? > > Anybody

Re: [lazarus] replacement for Makefile's

2007-04-05 Thread Michael Van Canneyt
On Thu, 5 Apr 2007, Tiziano_mk wrote: > Michael Van Canneyt wrote: > > > > On Thu, 5 Apr 2007, Graeme Geldenhuys wrote: > > > > > > Anybody know anything about this and maybe the status of the project? > > > If it is in a workable state, I would like t

Re: [lazarus] Editor Toolbar (lazarus add-on) [part 1]

2007-04-05 Thread Michael Van Canneyt
On Thu, 5 Apr 2007, Graeme Geldenhuys wrote: > Hi > > Attached is a new Lazarus Add-on. It creates a toolbar above the > Editor Tabs. At runtime you can customize what you want to display in > that toolbar. Any registered menu items in Lazarus can be added to > that toolbar. See my next ema

Re: [lazarus] Editor Toolbar (lazarus add-on) [part 1]

2007-04-05 Thread Michael Van Canneyt
On Thu, 5 Apr 2007, Graeme Geldenhuys wrote: > On 4/5/07, Vincent Snijders <[EMAIL PROTECTED]> wrote: > > > > Thanks. I have added in to SVN. I needed a little change, because > > TImageList.AddFromLazarusResource has been renamed to > > TImageList.AddLazarusResource. > > Thanks Vincent! I tak

Re: [lazarus] fsSplash Form in a project

2007-04-06 Thread Michael Van Canneyt
On Fri, 6 Apr 2007, Mattias Gaertner wrote: > On Fri, 06 Apr 2007 21:33:17 +0400 > Alex Smirnov <[EMAIL PROTECTED]> wrote: > > > *Dear Colleagues,* > > > > Can you, please, help me to understand how to work with fsSplash > > form? So the description of my problem is that: > > 1)I have some pro

Re: [lazarus] [Major Bug] Mantis is case sensitive when doing searches!

2007-04-16 Thread Michael Van Canneyt
On Mon, 16 Apr 2007, Graeme Geldenhuys wrote: > Hi, > > Why is Mantis case sensitive for searches This is not a good idea > and a lot of bug reports will be missed or not found. This will also > be the cause of a lot of duplicate bug reports. > > Could somebody please disable the case se

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

2007-04-18 Thread Michael Van Canneyt
On Wed, 18 Apr 2007, Florian Klaempfl wrote: > Vincent Snijders schrieb: > > Hi, > > > > The win32 widgetset can be used (with more or less success) on several > > windows versions, starting from windows 95, 98, ME, NT, 2000, XP, XP 64, > > Vista 64 bits. > > > > Because Microsoft has done suc

Re: [lazarus] detecting the Linux window manager used

2007-04-21 Thread Michael Van Canneyt
On Sat, 21 Apr 2007, Graeme Geldenhuys wrote: > Hi, > > Anybody know how to detect what Window Manager is being used under > Linux so I can try and query information about the current theme?. > For example, I have Ubuntu 7.04 installed and am running Mozilla > Firefox. I change the Gnome's the

Re: [lazarus] Hiding unneeded FPC hints/notes/warnings

2007-04-25 Thread Michael Van Canneyt
On Wed, 25 Apr 2007, Micha Nelissen wrote: > Mattias Gaertner wrote: > > Then we need to store at least a checksum of the line somewhere. > > > > Or we store the whole hint. For example {%h-ID} and at the end of the > > file a {%h:ID Hint: parameter X not used}. > > Hmm, or write a patch for

Re: [lazarus] Hiding unneeded FPC hints/notes/warnings

2007-04-26 Thread Michael Van Canneyt
On Thu, 26 Apr 2007, Mattias Gaertner wrote: > On Thu, 26 Apr 2007 10:25:05 +0200 > Marc Weustink <[EMAIL PROTECTED]> wrote: > > > Mattias Gaertner wrote: > > > On Wed, 25 Apr 2007 20:57:26 +0200 (CEST) > > > Michael Van Canneyt <[EMAIL PROTECTED]&g

Re: [lazarus] Editor Toolbar (saving settings)

2007-04-26 Thread Michael Van Canneyt
On Thu, 26 Apr 2007, Graeme Geldenhuys wrote: > Hi, > > Anybody got pointers or possibly a reference to a add-on package that > saves settings to it's own XML file. > I want to implement the saving of the Editor Toolbar (add-on package) > settings to a XML file. I guess XML, as Lazarus saves al

[lazarus] Spinedit bugs

2007-04-29 Thread Michael Van Canneyt
Hi, TSpinEdit seems to be missing the following properties when compared to TCustomEdit: - ReadOnly - AutoSelect Other properties are also missing, but are not relevant since only numbers can be edited: EchoMode, PasswordChar, CharCase, MaxLength The same is true for TFloatSpinEdit. Should

[lazarus] small bugs

2007-04-29 Thread Michael Van Canneyt
Hi, For TLabeledEdit, the properties echomode and autoselect are not published. Attached patch fixes this. Unless I misunderstand something, 'echomode=emNone' does not seem to work in GTK1, it seems to do the same as setting the password char. Also, on GTK1 setting the passwordchar has no effe

[lazarus] Another patch for edit controls.

2007-04-29 Thread Michael Van Canneyt
Hello, The attached patch publishes some missing properties in TEditButton and descendents. At the same time, I have a question: what is the meaning of the OnEditingDone property of TEdit ? When is it supposed to be fired ? Michael.Index: editbtn.pas ===

[lazarus] SpinEdit question

2007-04-30 Thread Michael Van Canneyt
Hi, Is there any reason why TSpinEdit (and TFloatSpinEdit) do not descend from TCustomEdit ? That's what I would expect, but for some reason this is not so. Does anyone know the reason ? If so, what is it ? Michael. _ To uns

Re: [lazarus] SpinEdit question

2007-04-30 Thread Michael Van Canneyt
On Tue, 1 May 2007, Mattias Gaertner wrote: > On Mon, 30 Apr 2007 18:01:48 +0200 (CEST) > Michael Van Canneyt <[EMAIL PROTECTED]> wrote: > > > > > Hi, > > > > Is there any reason why TSpinEdit (and TFloatSpinEdit) do not descend > > from TCustomEd

  1   2   3   4   5   6   7   8   9   10   >