Re: [lazarus] Web Service Toolkit” release 0.5

2007-08-16 Thread Mattias Gaertner
On Thu, 16 Aug 2007 09:46:46 +1000 David Lyon [EMAIL PROTECTED] wrote: Hi Darius, Darius Blaszijk wrote: [...] 2) Lazarus only supports static packages. So installing a package would always require to recompile Lazarus. I have no idea what the progress on this topic is. Perhaps the

Re: [lazarus] Web Service Toolkit” release 0.5

2007-08-16 Thread Michael Van Canneyt
On Thu, 16 Aug 2007, David Lyon wrote: Michael Van Canneyt wrote: As far as I'm concerned, this is an absolute must for inclusion in Lazarus by default. It would ensure that lazarus covers all areas of modern development. (if such a thing exists...) When I made my modern comment, I

[lazarus] fppkg package management

2007-08-16 Thread David Lyon
Michael Van Canneyt wrote: None of the languages you mention have XML/RPC/Webservices inbuilt. Python promotes itself as batteries-included... They do provide libraries for these techniques. It would be good to point this out if people comment on features of a 'language'. yes, it is

[lazarus] compiler options in package is not saved

2007-08-16 Thread Graeme Geldenhuys
Hi, Can anybody else reproduce or confirm this before I submit a bug report? I open a package, click Compiler Options. Change the 'Include Path' and click OK. The package dialog's Save button does NOT get enabled. Thinking that maybe it saves automatically. I close the package and quit

Re: compiler options in package is not saved

2007-08-16 Thread Graeme Geldenhuys
On 16/08/07, Graeme Geldenhuys [EMAIL PROTECTED] wrote: I'm using Lazarus v0.0.23 (r11565) under Linux compiled with the GTK1 widget set. Sorry, a typo. Make than Lazarus v0.9.23 Graeme. _ To unsubscribe: mail [EMAIL

Re: [lazarus] compiler options in package is not saved

2007-08-16 Thread Vincent Snijders
Graeme Geldenhuys schreef: Hi, Can anybody else reproduce or confirm this before I submit a bug report? I open a package, click Compiler Options. Change the 'Include Path' and click OK. The package dialog's Save button does NOT get enabled. Instead of writing to the mailing list, you can

Re: [lazarus] compiler options in package is not saved

2007-08-16 Thread Graeme Geldenhuys
On 16/08/07, Vincent Snijders [EMAIL PROTECTED] wrote: Instead of writing to the mailing list, you can also search the bug tracker: http://www.freepascal.org/mantis/view.php?id=8060 Oops, sorry. Time for an update. Will do! G.

Re: [lazarus] Systems 2007

2007-08-16 Thread Sebastian Günther
David Lyon schrieb: Oh, and maybe the address of the Greek restaurant we were in 2005 (Mattias maybe remembers it :-) I could only find this: http://www.xs4all.nl/~patto1ro/munipubs.htm There are so many pubs, bars, restaurants etc. in Munich... Marco: In about which area was the

Re: [lazarus] Systems 2007

2007-08-16 Thread David Lyon
Sebastian Günther wrote: There are so many pubs, bars, restaurants etc. in Munich... Exactly. that's the problem... If we can give an address to feed to the GPS... then it makes life a lot easier... especially for out-of-towners.. :-) If we can finalise on a venue and a time by the

Re: [lazarus] Systems 2007

2007-08-16 Thread Sebastian Günther
David Lyon schrieb: Sebastian Günther wrote: There are so many pubs, bars, restaurants etc. in Munich... Exactly. that's the problem... If we can give an address to feed to the GPS... then it makes life a lot easier... especially for out-of-towners.. :-) If we can finalise on a venue

Re: [lazarus] TClipboard.AssignToGraphic copies empty stream

2007-08-16 Thread skywriter
Vincent, did you receive my example of code? _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at http://www.lazarus.freepascal.org/mailarchives

[lazarus] TBitmap.SetHandles stops executuoin

2007-08-16 Thread skywriter
I decided to extend class TLazIntfImage to make it possible to export picture to TBitmap for displaying on screen: TLazIntfImageExtended = class(TLazIntfImage) private itsThreshold : TFPColor; itsGrayScale : Boolean; public constructor Create( _Width, _Height : Longword );

Re: [lazarus] TClipboard.AssignToGraphic copies empty stream

2007-08-16 Thread Vincent Snijders
skywriter schreef: Vincent, did you receive my example of code? No. Vincent _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at

Re: [lazarus] compiler options in package is not saved

2007-08-16 Thread skywriter
What is difference in assignment between mailing list and bug tracker? _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at http://www.lazarus.freepascal.org/mailarchives

Re: [lazarus] compiler options in package is not saved

2007-08-16 Thread skywriter
Time for an update. Vincent There are only 0.9.22 version in Download section of main page. Is svn is the only way for update? If yes, how can i download files compressed? _ To unsubscribe: mail [EMAIL PROTECTED] with

Re: [lazarus] compiler options in package is not saved

2007-08-16 Thread Vincent Snijders
skywriter schreef: Time for an update. Vincent There are only 0.9.22 version in Download section of main page. Is svn is the only way for update? See Daily snapshots and Getting the source on the main site. SVN is the only way to get an incremental update. Vincent

[lazarus] FPC dynamic Library issues

2007-08-16 Thread David Lyon
Mattias Gaertner wrote: http://wiki.lazarus.freepascal.org/Lazarus/FPC_Libraries When the ToDos are solved the IDE can be extended. ToDo: proposal how the IDE should create version numbers I'm just giving my comments here... maybe my knowledge on these subjects is old... if it is... then

[lazarus] DELPHI 1 TO LAZARUS

2007-08-16 Thread HOhlhoff
Please - I need help! I am trying to convert Delphi 1 programs to Lazarus, but I just can't get it right! It's as simple as the following: I have a program, and a unit - the unit alos has a form. No matter how I use the conversion tools - I never get my Form back! What am I doing wrong and

RE: [lazarus] DELPHI 1 TO LAZARUS

2007-08-16 Thread Hess, Philip J
Have you used Delphi 1 to save your .dfm file as a text file? I believe it was stored in a binary format by default. Thanks. -Phil From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, August 16, 2007 10:16 AM To: lazarus@miraclec.com

Re: [lazarus] FPC dynamic Library issues

2007-08-16 Thread Micha Nelissen
David Lyon wrote: Under windows, version #s of dll's are usually kept in the dll header. Under unix, it is embedded in the filename. Not sure how to reconcile the two but... I think on windows, it's not forbidden to put the version number in the number, e.g. msvc, and delphi vcl do

Re: [lazarus] FPC dynamic Library issues

2007-08-16 Thread Sebastian Günther
Micha Nelissen schrieb: I think on windows, it's not forbidden to put the version number in the number, e.g. msvc, and delphi vcl do it. So having the major version in the name seems most logical. Yes. But what about having e.g. version 2.0 and 2.1, where 2.1 is backwards compatible to 2.0,

Re: [lazarus] FPC dynamic Library issues

2007-08-16 Thread Micha Nelissen
Sebastian Günther wrote: backwards compatible to 2.0, but introduces new functions. How should an application distuingish between a real 2.0 DLL and a 2.1 DLL, when both have the same filename? For the minor version number, a function will have to be made that queries the resource information,

Re: [lazarus] Code Completion don't understand new generic sintax

2007-08-16 Thread Mattias Gaertner
On Wed, 15 Aug 2007 18:05:18 -0300 Carlos German Tejero [EMAIL PROTECTED] wrote: Hi to Lazarus Team (sorry for my poor english): I probe the new FPC generic support, and work fine, but the Lazarus Code Completion don't understand new generic sintax. For example in the next code:

Re: [lazarus] Code Completion don't understand new generic sintax

2007-08-16 Thread Carlos German Tejero
Thanks Mattias, good and great job!!!. 2007/8/16, Mattias Gaertner [EMAIL PROTECTED]: On Wed, 15 Aug 2007 18:05:18 -0300 Carlos German Tejero [EMAIL PROTECTED] wrote: Hi to Lazarus Team (sorry for my poor english): I probe the new FPC generic support, and work fine, but the Lazarus

Re: [lazarus] TBitmap.SetHandles stops executuoin

2007-08-16 Thread Mattias Gaertner
On Thu, 16 Aug 2007 15:53:39 +0400 skywriter [EMAIL PROTECTED] wrote: I decided to extend class TLazIntfImage to make it possible to export picture to TBitmap for displaying on screen: TLazIntfImageExtended = class(TLazIntfImage) private itsThreshold : TFPColor; itsGrayScale

Re: [lazarus] KeyDown and KeyUp events

2007-08-16 Thread Mattias Gaertner
On Tue, 07 Aug 2007 20:55:47 +0300 Valdas Jankūnas [EMAIL PROTECTED] wrote: Hi, in Lazarus if i press a key (for example q) i get OnKeyDown event, and if i still hold pressed that key i get sequence of events OnKeuUp, onKeyDown, OnKeyUp, ... until i release key. I think that is not

Re: [lazarus] Problem developing TCustomLabel descendant (and change proposition)

2007-08-16 Thread Mattias Gaertner
On Tue, 07 Aug 2007 14:12:19 -0300 Luiz Americo Pereira Camara [EMAIL PROTECTED] wrote: I'm developing a TCustomLabel descendant that will have a glyph painted in the left side of the text. I found that there's no way to set the position where the text is painted so i could have space to

Re: [lazarus] KeyDown and KeyUp events

2007-08-16 Thread Reimar Grabowski
On Thu, 16 Aug 2007 20:27:38 +0200 Mattias Gaertner [EMAIL PROTECTED] wrote: The Gtk1 sends press and release events during pressing. Randomly or is there a pattern? _ To unsubscribe: mail [EMAIL PROTECTED] with

Re: [lazarus] KeyDown and KeyUp events

2007-08-16 Thread Mattias Gaertner
On Thu, 16 Aug 2007 20:48:42 +0200 Reimar Grabowski [EMAIL PROTECTED] wrote: On Thu, 16 Aug 2007 20:27:38 +0200 Mattias Gaertner [EMAIL PROTECTED] wrote: The Gtk1 sends press and release events during pressing. Randomly or is there a pattern? AFAIK it is always a pattern as described:

Re: [lazarus] KeyDown and KeyUp events

2007-08-16 Thread Valdas Jankūnas
Mattias Gaertner rašė: The Gtk1 sends press and release events during pressing. The Gtk2 does it correct. I don't know, if there is an easy way to add a workaround for the gtk1 interface. First time i have idea, maybe it helps if KeyUpBeforeInterface occurs then get real key state, maybe

Re: [lazarus] TBitmap.SetHandles stops executuoin

2007-08-16 Thread skywriter
Please provide a complete example. Mattias How can i do it? I already twice sent attachement to the thread about TBitmap.AssignToGraphic, but it seems they didn't achieve goal. I simply sent letter with subject Re: [lazarus] TClipboard.AssignToGraphic copies empty stream with one

Re: [lazarus] TBitmap.SetHandles stops executuoin

2007-08-16 Thread Vincent Snijders
skywriter schreef: I simply sent letter with subject Re: [lazarus] TClipboard.AssignToGraphic copies empty stream with one attachement file about 100KB size. What i do wrong? The attachment is too big. The list allows 40 KB max. Vincent

Re: [lazarus] Systems 2007

2007-08-16 Thread Marco van de Voort
On Thu, Aug 16, 2007 at 11:58:13AM +0200, Sebastian G?nther wrote: David Lyon schrieb: Oh, and maybe the address of the Greek restaurant we were in 2005 (Mattias maybe remembers it :-) I could only find this: http://www.xs4all.nl/~patto1ro/munipubs.htm There are so many pubs, bars,

Re: [lazarus] Systems 2007

2007-08-16 Thread Sebastian Günther
Mattias Gaertner schrieb: Marco: In about which area was the Greek restaurant? Near the youth hostel, i.e. near Rotkreuzplatz / in Neuhausen? Yes. AFAIR it was west of the youth hostel. Okay I'll investigate this matter tomorrow, the head of one of my best customers is living in

Re: [lazarus] Systems 2007

2007-08-16 Thread David Lyon
Mattias Gaertner wrote: Marco: In about which area was the Greek restaurant? Near the youth hostel, i.e. near Rotkreuzplatz / in Neuhausen? Yes. AFAIR it was west of the youth hostel. Does this help ?

Re: [lazarus] Systems 2007

2007-08-16 Thread Sebastian Günther
David Lyon schrieb: Mattias Gaertner wrote: Marco: In about which area was the Greek restaurant? Near the youth hostel, i.e. near Rotkreuzplatz / in Neuhausen? Yes. AFAIR it was west of the youth hostel. Does this help ?

Re: [lazarus] Problem developing TCustomLabel descendant (and change proposition)

2007-08-16 Thread Luiz Americo Pereira Camara
Mattias Gaertner wrote: On Tue, 07 Aug 2007 14:12:19 -0300 Luiz Americo Pereira Camara [EMAIL PROTECTED] wrote: As a change to a properly implementation i would propose to add a virtual method (DoMeasureTextPosition) to retrieve the TextLeft and TextTop values (see TCustomLabel.Paint). The