Re: [lazarus] SOAP DateTime

2007-12-04 Thread Jeff Steinkamp
- Original Message - From: A.J. Venter [EMAIL PROTECTED] To: lazarus@miraclec.com Sent: Tuesday, December 04, 2007 00:55 Subject: [lazarus] SOAP DateTime Hi guys, I'm busy writing a SOAP client, and I'm a little stuck formatting a datetime to be SOAP compatible. What SHOULD a SOAP

[lazarus] New bitmap :-)

2007-12-04 Thread wile64
Hi paul, I made when I time ;-) -- Laurent. My Components: http://wiki.lazarus.freepascal.org/Wile64 French Forum : http://lazforum-fr.tuxfamily.org/index.php attachment: tactionlist.pngattachment: tbitbtn.pngattachment: tbutton.png

Re: [lazarus] SOAP DateTime

2007-12-04 Thread Graeme Geldenhuys
On 04/12/2007, A.J. Venter [EMAIL PROTECTED] wrote: Here is a sample generated by my current code: FromDateTime2007-12-03T15:10:45.000Z/FromDateTime Does anybody know how it should be changed ? PS. The Z I found in a website sample which I used to generate this much... what does it mean ?

Re: [lazarus] FPC unit in Lazarus

2007-12-04 Thread Vincent Snijders
SteveG schreef: Awhile ago I found that the following 2nd line (C:\lazarus\fpc\2.2.1\source\rtl\objpas\fmtbcd.pas) causes problems when using database access units in a dll. (note the space at front of line) {$r+,q+,s+} { $r-,q-,s-} Removing the space fixes the problem for me, though may

Re: [lazarus] Patch for Forms in Forms or MDI

2007-12-04 Thread Vincent Snijders
Guadagnini David schreef: In attach You can found the patch modified. Now is not lost focus on the window. Could you check it? If this is committed, may I suggest some name changes? IncludeForm - ContainsForm (note the s, so no imperative) Founded - Found Vincent

[lazarus] LAZARUS and FEDORA 8 Printing

2007-12-04 Thread fedorax
The second problem with lazarus and fedora 8. The same executable give a wrong printing output like you can see in the attachement. I also try to compile my program under fedora 7 and run it under fedora 8, i've the same and bad results .

Re: [lazarus] Patch for Forms in Forms or MDI

2007-12-04 Thread Guadagnini David
In attach You can found the patch modified. Now is not lost focus on the window. Could you check it? Index: customform.inc === --- customform.inc (revision 13136) +++ customform.inc (working copy) @@ -873,6 +873,34 @@

[lazarus] LAZARUS and FEDORA 8 - Strange things with COMBO's

2007-12-04 Thread fedorax
Hello, Fedora 8 have problem with lazarus GTK 2. An executable compiled and run under fedora 8 have strange behavior. If i move this executable on fedora 7 all work normaly. Combobox events: Fedora 8: Clicking on the arrow at the right of a combo never call combo onenter, this event is only

Re: [lazarus] New bitmap :-)

2007-12-04 Thread Gerard N/A
Excellent work, Laurent!

Re: [lazarus] Patch for Forms in Forms or MDI

2007-12-04 Thread Guadagnini David
If this is committed, may I suggest some name changes? IncludeForm - ContainsForm (note the s, so no imperative) Founded - Found Ok! In attach Index: customform.inc === --- customform.inc (revision 13136) +++

Re: [lazarus] New bitmap :-)

2007-12-04 Thread Paul Ishenin
wile64 пишет: Hi paul, I made when I time ;-) Thanks, commited in r13199. Best regards, Paul Ishenin. _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at

Re: [lazarus] SOAP DateTime

2007-12-04 Thread A.J. Venter
Okay, So could it be that the problem is that my computer is NOT on Zulu time ? Should I specify SAST (and is that the right code for it ?) or convert TO Zulu time first ? SAST is GMT+2 (no idea how much it is ahead/behind Zulu right now). This at least will be important to ensure the syncs are

[lazarus] [Leopard][Carbon] Buffer Error

2007-12-04 Thread Damien Gerard
The last snapshot for OS X (12/03) re-compiled with the Carbon Widgetset produces a buffer error at launch time. Here is the backtrace : TCarbonWidget.Create TCarbonWindow SplashForm: TSplashForm TCarbonWindow.RegisterEvents TCarbonWindow SplashForm: TSplashForm TCarbonWindow.SetScrollInfo

[lazarus] LAZARUS and FEDORA 8 Printing

2007-12-04 Thread fedorax
The second problem with lazarus and fedora 8. ( First is in [lazarus] LAZARUS and FEDORA 8 - Strange things with COMBO's'04/12/07 09:33 ) The same executable give a wrong printing output with fedora 8 like you can see here: http://mmaigrot.free.fr/print.jpg A large white space is insert at top

Re: [lazarus] [Leopard][Carbon] Buffer Error

2007-12-04 Thread Vincent Snijders
Damien Gerard schreef: The last snapshot for OS X (12/03) re-compiled with the Carbon Widgetset produces a buffer error at launch time. See http://www.freepascal.org/mantis/view.php?id=10327 Vincent _ To unsubscribe:

Re: [lazarus] returning empty published property from component

2007-12-04 Thread Mattias Gaertner
On Tue, 04 Dec 2007 02:55:02 +0100 Marc Santhoff [EMAIL PROTECTED] wrote: Hi, what is the convention for returning unset published properties when making a component? For numerical values it is 0 or eventually a default value, but how about strings? Should an empty string be returned or

Re: [lazarus] Patch for Forms in Forms or MDI

2007-12-04 Thread Mattias Gaertner
On Tue, 04 Dec 2007 09:38:41 +0100 Guadagnini David [EMAIL PROTECTED] wrote: In attach You can found the patch modified. Now is not lost focus on the window. Could you check it? Can you provide an example, so I can see what this patch fixes? Mattias

Re: [lazarus] LAZARUS and FEDORA 8 - Strange things with COMBO's

2007-12-04 Thread Mattias Gaertner
On Tue, 04 Dec 2007 09:33:47 +0100 fedorax [EMAIL PROTECTED] wrote: Hello, Fedora 8 have problem with lazarus GTK 2. An executable compiled and run under fedora 8 have strange behavior. If i move this executable on fedora 7 all work normaly. Combobox events: Fedora 8: Clicking on

Re: [lazarus] [Leopard][Carbon] Buffer Error

2007-12-04 Thread Damien Gerard
On Dec 4, 2007, at 10:59 AM, Vincent Snijders wrote: Damien Gerard schreef: The last snapshot for OS X (12/03) re-compiled with the Carbon Widgetset produces a buffer error at launch time. See http://www.freepascal.org/mantis/view.php?id=10327 Indeed it works well with fpc 2.3.1. And I

Re: [lazarus] Patch for Forms in Forms or MDI

2007-12-04 Thread Guadagnini David
Can you provide an example, so I can see what this patch fixes? Mattias With the old patch if I execute a search (into the editor), at the pressure of key ESC (to exit from the search form) the focus not return to edit window and I was forced to perform a click with the mouse to restore

Re: [lazarus] returning empty published property from component

2007-12-04 Thread Marc Santhoff
Am Dienstag, den 04.12.2007, 10:54 +0100 schrieb Mattias Gaertner: On Tue, 04 Dec 2007 02:55:02 +0100 Marc Santhoff [EMAIL PROTECTED] wrote: Hi, what is the convention for returning unset published properties when making a component? For numerical values it is 0 or eventually a

Re: [lazarus] Main Form retreiving data from Child Form

2007-12-04 Thread Giuliano Colla
el stamatakos ha scritto: Hi R, Can you do this. I get an error Circular unit reference to unit1 To make it clearer: in Unit1 you should have: unit Unit1; {$mode ..blah blah} interface uses Classes,Sysutils,LResources,blah blah blah; . implementation uses unit2; .. end.

Re: [lazarus] Give me way to debug codetools !!!

2007-12-04 Thread Mattias Gaertner
On Tue, 04 Dec 2007 15:38:10 +0300 Andrey Gusev [EMAIL PROTECTED] wrote: Anyway, at now, codetools still unusable! I already collect all my sources to project, also collect all my support sources to packages (by Mattias Gaertner hints). I also prescript all conceivable paths to all path

[lazarus] Give me way to debug codetools !!!

2007-12-04 Thread Andrey Gusev
Anyway, at now, codetools still unusable! I already collect all my sources to project, also collect all my support sources to packages (by Mattias Gaertner hints). I also prescript all conceivable paths to all path boxes. Nevertheless, when i press Ctrl+Shift+SpaceBar, i got Error: unit not

[lazarus] Crashes on Carbon in FindEnclosingBlock

2007-12-04 Thread Tobias Giesen
Hello, I am fighting occasional crashes of my program. It uses the Carbon widgetset on Tiger / Intel. Approximately 1 in 10.000 ExtTextOut operations causes a crash. I have no idea what to do. Here's a call stack for the crash: http://www.superflexible.com/Crash.tiff My LCL is a few weeks old.

Re: [lazarus] Patch for Forms in Forms or MDI

2007-12-04 Thread Mattias Gaertner
On Tue, 04 Dec 2007 11:41:03 +0100 Guadagnini David [EMAIL PROTECTED] wrote: Can you provide an example, so I can see what this patch fixes? With the old patch if I execute a search (into the editor), at the pressure of key ESC (to exit from the search form) the focus not return to edit

Re: [lazarus] Patch for Forms in Forms or MDI

2007-12-04 Thread Guadagnini David
Please check with current svn version 13143. Does the problem still exist? Mattias We understood evil. Not that this patch solves the problem of focus, but adds the ability to use Form on Form. Yesterday, I sent another patch, but the problem was that the windows lost the focus (for

Re: [lazarus] Give me way to debug codetools !!!

2007-12-04 Thread Andrey Gusev
* Mattias Gaertner [EMAIL PROTECTED] [Tue, 4 Dec 2007 14:00:33 +0100]: On Tue, 04 Dec 2007 15:38:10 +0300 Andrey Gusev [EMAIL PROTECTED] wrote: need more technical information about codetools searching process. It starts in function TFindDeclarationTool.FindUnitSource and calls

Re: [lazarus] Patch for Forms in Forms or MDI

2007-12-04 Thread Mattias Gaertner
On Tue, 04 Dec 2007 14:12:07 +0100 Guadagnini David [EMAIL PROTECTED] wrote: Please check with current svn version 13143. Does the problem still exist? Mattias We understood evil. Not that this patch solves the problem of focus, but adds the ability to use Form on Form.

Re: [lazarus] Patch for Forms in Forms or MDI

2007-12-04 Thread Guadagnini David
What form on form do you mean? MDI? Can you provide an example? Mattias Yes. I create two form (Form1 and Form2) Into the Form1 create a TPanel and a button with the follow event: begin Form2 := TForm2.Create(Self); Form2.Parent := Panel1; Form2.Align := alClient; end; Normally

[lazarus] Crashes on Carbon in FindEnclosingBlock (MORE INFO)

2007-12-04 Thread Tobias Giesen
Hello, the latest LCL causes these crashes too. I have seen this problem even a few months ago, so it is not anything new. Has nobody else seen it? http://www.superflexible.com/Crash.tiff Cheers, Tobias _ To unsubscribe:

Re: [lazarus] New bitmap :-)

2007-12-04 Thread CHRIS
wile64 a écrit : More... -- Laurent. My Components: http://wiki.lazarus.freepascal.org/Wile64 French Forum : http://lazforum-fr.tuxfamily.org/index.php

Re: [lazarus] New bitmap :-)

2007-12-04 Thread wile64
More... -- Laurent. My Components: http://wiki.lazarus.freepascal.org/Wile64 French Forum : http://lazforum-fr.tuxfamily.org/index.php attachment: tmainmenu.pngattachment: tmemo.pngattachment: tpopupmenu.pngattachment: tspeedbutton.pngattachment: ttogglebox.png

Re: [lazarus] Give me way to debug codetools !!!

2007-12-04 Thread Andrey Gusev
* Mattias Gaertner [EMAIL PROTECTED] [Tue, 4 Dec 2007 14:00:33 +0100]: On Tue, 04 Dec 2007 15:38:10 +0300 It starts in function TFindDeclarationTool.FindUnitSource and calls DirectoryCache.FindUnitSourceInCompletePath. If you do not use the 'in' modifier then a normal search takes place.

Re: [lazarus] New bitmap :-)

2007-12-04 Thread Damien Gerard
On Dec 4, 2007, at 3:51 PM, wile64 wrote: More... Very cool ! -- Damien Gerard [EMAIL PROTECTED] People who used magic without knowing what they were doing usually came to a sticky end. All over the entire room, sometimes. -- (Terry Pratchett, Moving Pictures)

Re: [lazarus] New bitmap :-)

2007-12-04 Thread Paul Ishenin
wile64 wrote: More... TToggleBox is not distinct enough from TButton. But if you draw the same box but in pressed state then it will be ok. All other are commited in r13145. Thanks. Best regards, Paul Ishenin _ To

Re: [lazarus] New bitmap :-)

2007-12-04 Thread wile64
2007/12/4, Paul Ishenin [EMAIL PROTECTED]: wile64 wrote: More... TToggleBox is not distinct enough from TButton. But if you draw the same box but in pressed state then it will be ok. All other are commited in r13145. Thanks. Best regards, Paul Ishenin he is in pressed state, compare

Re: [lazarus] Give me way to debug codetools !!!

2007-12-04 Thread Paul Ishenin
Andrey Gusev wrote: Have some enrichment of debug output in finddeclarationtool.pas, i don't see results in --debug-log file. Whereas gdb tracked shows that my DebugLn()s have called. Have DebugLn()'s out whatever additional controls (besides --debug-log parameter) ? With cleaning-recompiling

[lazarus] Problem with pfidesource.pas in SVN13147

2007-12-04 Thread Jeff Steinkamp
The following line (54) has a extranous paramter in the parameter list. CmdFormatFile:=RegisterIDECommand(Cat, SCmdPFFile, SDescrPFFile, ' ',

Re: [lazarus] New bitmap :-)

2007-12-04 Thread wile64
more... -- Laurent. My Components: http://wiki.lazarus.freepascal.org/Wile64 French Forum : http://lazforum-fr.tuxfamily.org/index.php attachment: tcheckbox.pngattachment: tcombobox.pngattachment: tlistbox.pngattachment: tradiobutton.png

Re: [lazarus] Problem with pfidesource.pas in SVN13147

2007-12-04 Thread Mattias Gaertner
On Tue, 4 Dec 2007 09:15:54 -0700 Jeff Steinkamp [EMAIL PROTECTED] wrote: The following line (54) has a extranous paramter in the parameter list. CmdFormatFile:=RegisterIDECommand(Cat, SCmdPFFile, SDescrPFFile,

Re: [lazarus] Patch for Forms in Forms or MDI

2007-12-04 Thread Mattias Gaertner
On Tue, 04 Dec 2007 14:44:03 +0100 Guadagnini David [EMAIL PROTECTED] wrote: What form on form do you mean? MDI? Can you provide an example? Mattias Yes. I create two form (Form1 and Form2) Into the Form1 create a TPanel and a button with the follow event: begin Form2

RE: [lazarus] returning empty published property from component

2007-12-04 Thread Sam Liddicott
How should it be any diferent from normal access via the property getter? If you use the rtti you can tell whether or not the curent value is the default value, but you can't tel if it is the default value by default or by choice. Sam -Original Message- From: Marc Santhoff [EMAIL

[lazarus] PATCH to fix Crashes on Carbon in FindEnclosingBlock

2007-12-04 Thread Tobias Giesen
Hello, I am attaching a simple patch to fix crashes on Carbon. It is important that the Unicode text buffer remains intact all the time between BeginTextRender and EndTextRender. Otherwise, there may or may not be access violations deep inside the Carbon framework. (like

[lazarus] More on building ce cross compiling packages

2007-12-04 Thread Sam Liddicott
More patches for lazarus to help building cross-compilers with the same script as the regular compiler. It's mostly done, I've not fully tested it because wince still fails badly because half of db, and so db export and also fphtml (and who knows what else) fail on wince. Basically fpc head

Re: [lazarus] New bitmap :-)

2007-12-04 Thread Paul Ishenin
wile64 пишет: more... Thanks, commited in r13151. Best regards, Paul Ishenin. _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at

Re: [lazarus] New bitmap :-)

2007-12-04 Thread Paul Ishenin
wile64 пишет: 2007/12/4, Paul Ishenin [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]: wile64 wrote: More... TToggleBox is not distinct enough from TButton. But if you draw the same box but in pressed state then it will be ok. All other are commited in r13145. Thanks.

RE: [lazarus] returning empty published property from component

2007-12-04 Thread Marc Santhoff
Am Dienstag, den 04.12.2007, 18:32 + schrieb Sam Liddicott: How should it be any diferent from normal access via the property getter? If you use the rtti you can tell whether or not the curent value is the default value, but you can't tel if it is the default value by default or by

Re: [lazarus] FPC unit in Lazarus

2007-12-04 Thread SteveG
If I can use FPC (svn) and compile myself, is there a method / application which will extract the necessary files from the FPC build and create a tree structure to suit Lazarus? Or is there a reference describing how to edit Lazarus pathings to use the FPC build directly ? Thanks Vincent

Re: [lazarus] FPC unit in Lazarus

2007-12-04 Thread Vincent Snijders
SteveG schreef: If I can use FPC (svn) and compile myself, is there a method / application which will extract the necessary files from the FPC build and create a tree structure to suit Lazarus? Or is there a reference describing how to edit Lazarus pathings to use the FPC build directly ?

[lazarus] Erratic behavior in graphics module

2007-12-04 Thread Ger Remmers
Hi all, After a long spell of Real Life interfering with programming I got back to an old project. After recompiling it with the new Lazarus environment the graphics part went haywire. The new Lazarus looks sweet btw, very good work guys. So I created a base app with a Scrollbox1, an Image1 and

Re: [lazarus] New bitmap :-)

2007-12-04 Thread Bee
Thanks, commited in r13199. Can we these applied onto laz 9.24.1 (fixes branch) as well? -Bee- has Bee.ography at: http://beeography.wordpress.com _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as

Re: [lazarus] New bitmap :-)

2007-12-04 Thread Vincent Snijders
Bee schreef: Thanks, commited in r13199. Can we these applied onto laz 9.24.1 (fixes branch) as well? Unlikely, because these changes involve a lot of file movement. Vincent _ To unsubscribe: mail [EMAIL PROTECTED] with