Re: [lazarus] OnCreate of MainForm not called after Application.CreateForm

2005-08-09 Thread Tom Verhoeff
On Tue, Aug 09, 2005 at 07:39:45PM -0400, Andrew Haines wrote: > Tom Verhoeff wrote: > > >Next question: where is the code that loads the .lfm file and assigns > >FOnCreate upon reading 'OnCreate =' from .lfm ? Where/when is that code > >activated? How could that go wrong? > > As far I know the

[lazarus] Still problem with "External: SIGSEGV"

2005-08-09 Thread Thomas Zastrow
Good morning, as I was not able to solve my problem with starting Lazarus-programs directly from the IDE (F9) I deinstalled and then installed Lazarus 0.9.8 again. But the problem appears again - starting a project from the IDE the errors appears: "Project project1 raised

[lazarus] Indy 4 for lazarus not lcl instal

2005-08-09 Thread v.scozzaro
SO: Windows XP Lazarus 0.9.9 03-08-05 dd-mm-yy Message Error: Fatal: Unexpecded end of file (Line 4533 in files IdWinSock2.Pas) conde IdWinSock2.pas initialization in6addr_any := IN6ADDR_ANY_INIT; in6addr_loopback := IN6ADDR_LOOPBACK_INIT; WS2StubInit; finalization WS2Unload; end. <<<

RE: [lazarus] TrayIcon

2005-08-09 Thread Scott Kane
> Hi - has anybody yet found how to implement a trayicon > (system tray) for > Lazarus under Windows XP ? > Any pointers much appreciated Check out Torrys site. It's been down lately, but could be back up now. http://www.torry.net You should find plenty of examples to do this. Note - this wil

Re: [lazarus] TrayIcon

2005-08-09 Thread Yoppy Sundawa
I don't think lazarus or any other platform independent compiler can do that .. Since System tray is much closer to windows system only. .: ysundawa :. - Original Message - From: "SteveG" <[EMAIL PROTECTED]> To: Sent: Tuesday, August 09, 2005 5:01 PM Subject: [lazarus] TrayIcon >

Re: [lazarus] OnCreate of MainForm not called after Application.CreateForm

2005-08-09 Thread Andrew Haines
Tom Verhoeff wrote: On Tue, Aug 09, 2005 at 10:44:32AM +0200, Micha Nelissen wrote: FOnCreate is called in TCustomForm.DoCreate. DoCreate is called in TCustomForm.Create (the constructor). Try setting a breakpoint in the constructor and walking through. Next question: where is the co

Re: [lazarus] OnCreate of MainForm not called after Application.CreateForm

2005-08-09 Thread Tom Verhoeff
On Tue, Aug 09, 2005 at 10:44:32AM +0200, Micha Nelissen wrote: > > FOnCreate is called in TCustomForm.DoCreate. DoCreate is called in > TCustomForm.Create (the constructor). Try setting a breakpoint in the > constructor and walking through. (Breakpoints don't seem to work under Darwin yet.) I

[lazarus] Windows shell control porting effort

2005-08-09 Thread Alexander Todorov
Hello, I am trying to port TShellTreeView from Delphi 6 demos to Lazarus. I've created a new lazarus package and started copy / paste code from delphi but I had the following error : --- ShellCtrls.pas . TShellFolder = class private FPIDL, FFullPIDL: PItemIDList;

Re: [lazarus] Font property of TEdit objects not recognized in .LFM files

2005-08-09 Thread Tom Verhoeff
On Mon, Aug 08, 2005 at 01:03:55PM +0200, Vincent Snijders wrote: > Tom Verhoeff wrote: > >I am in the process of converting a fairly large Delphi (6) project > >to Lazarus. I use FPC 2.0.0 with the most recent Lazarus from SVN > >(revision 7490, which compiled fine; though the Lazarus IDE keeps g

Re: [lazarus] lazarus bug tracker crashes for me

2005-08-09 Thread Michael A. Hess
Tony Maro wrote: I've got the cookie set, so it auto-logs in for me without difficulty. I can say that posting notes / bugs is like wading through molassas. I literally waited 5 minutes after posting a note, and still didn't get a page refresh, however the data did appear to post correctly to

Re: [lazarus] Config File handling unit

2005-08-09 Thread Alain Michaud
Hi, I have to add that the Tinifile object ("inifiles" unit) WORKS VERY WELL. It never crashed with me (Linux platform). I do not recall having seen it in the documentation however. It is identical to delphi, so just get a Delphi book. Alain Michaud amiso On Tue, 2005-08-09 at 13:25 +

Re: [lazarus] lazarus bug tracker crashes for me

2005-08-09 Thread Michael A. Hess
Vincent Snijders wrote: Michael A. Hess wrote: Simeon Mitev wrote: *i do not know does this error occurs for everyone but it definitely does for me when just loggin into lazarus bug tracker Fatal error*: Call to undefined function: print_news_entry_from_row() in */home/websites/lazaru

Re: [lazarus] lazarus bug tracker crashes for me

2005-08-09 Thread Tony Maro
Michael A. Hess wrote: Simeon Mitev wrote: *i do not know does this error occurs for everyone but it definitely does for me when just loggin into lazarus bug tracker Fatal error*: Call to undefined function: print_news_entry_from_row() in */home/websites/lazarus/mantis/main_page.php* o

Re: [lazarus] lazarus bug tracker crashes for me

2005-08-09 Thread Vincent Snijders
Michael A. Hess wrote: Simeon Mitev wrote: *i do not know does this error occurs for everyone but it definitely does for me when just loggin into lazarus bug tracker Fatal error*: Call to undefined function: print_news_entry_from_row() in */home/websites/lazarus/mantis/main_page.php* on

Re: [lazarus] lazarus bug tracker crashes for me

2005-08-09 Thread Michael A. Hess
Simeon Mitev wrote: *i do not know does this error occurs for everyone but it definitely does for me when just loggin into lazarus bug tracker Fatal error*: Call to undefined function: print_news_entry_from_row() in */home/websites/lazarus/mantis/main_page.php* on line *71* Hmmm. I don'

Re: [lazarus] Config File handling unit

2005-08-09 Thread Micha Nelissen
On Tue, 09 Aug 2005 14:54:06 +0200 Uwe Grauer <[EMAIL PROTECTED]> wrote: > Micha Nelissen wrote: > > >The original idea was that code in .pas files was delphi compilable, > >but code in .pp not necessarily. The .inc files are included by .pp > >or .pas files. > > Uhh, strange. Isn't this what ifd

Re: [lazarus] Config File handling unit

2005-08-09 Thread Uwe Grauer
Micha Nelissen wrote: >On Tue, 09 Aug 2005 13:25:38 +0200 >Uwe Grauer <[EMAIL PROTECTED]> wrote: > > > >>Thanks, i searched for this (I know this from Delphi). >>Now i see why i didn't find this before. >>What is the difference between .inc and .pp files. Never saw these .pp >>files before. >>Is

Re: [lazarus] Config File handling unit

2005-08-09 Thread Thomas Zastrow
Alexander Todorov wrote: try this: Using XML for configuration-files by Thomas Zastrow. http://www.thomas-zastrow.de/texte/fpcxml/config-xml.php Better use this link: http://www.thomas-zastrow.de/readarticle.php?article_id=11 (The text is the same, but I will not maintain the old versio

Re: [lazarus] Config File handling unit

2005-08-09 Thread Micha Nelissen
On Tue, 09 Aug 2005 13:25:38 +0200 Uwe Grauer <[EMAIL PROTECTED]> wrote: > Thanks, i searched for this (I know this from Delphi). > Now i see why i didn't find this before. > What is the difference between .inc and .pp files. Never saw these .pp > files before. > Is this something fpc-special? Th

Re: [lazarus] Config File handling unit

2005-08-09 Thread Uwe Grauer
Joost van der Sluis wrote: >>After starting lazarus evaluation i wanted to find a unit for config >>file handling. >>What are people using for this? How do you actually find such thinks for >>fpc? >> >> > >The TIniFile-class? > >Regards, > Joost. > > Thanks, i searched for this (I know this

Re: [lazarus] Config File handling unit

2005-08-09 Thread Alexander Todorov
try this: Using XML for configuration-files by Thomas Zastrow. http://www.thomas-zastrow.de/texte/fpcxml/config-xml.php _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at ht

Re: [lazarus] Config File handling unit

2005-08-09 Thread Joost van der Sluis
> After starting lazarus evaluation i wanted to find a unit for config > file handling. > What are people using for this? How do you actually find such thinks for > fpc? The TIniFile-class? Regards, Joost. _ To unsubscribe: m

[lazarus] Config File handling unit

2005-08-09 Thread Uwe Grauer
After starting lazarus evaluation i wanted to find a unit for config file handling. What are people using for this? How do you actually find such thinks for fpc? Any hints are welcome, Uwe _ To unsubscribe: mail [EMAIL PROTE

[lazarus] TrayIcon

2005-08-09 Thread SteveG
Hi - has anybody yet found how to implement a trayicon (system tray) for Lazarus under Windows XP ? Any pointers much appreciated _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archiv

Re: [lazarus] OnCreate of MainForm not called after Application.CreateForm

2005-08-09 Thread Micha Nelissen
On Mon, 8 Aug 2005 23:56:24 +0200 Tom Verhoeff <[EMAIL PROTECTED]> wrote: > On Mon, Aug 08, 2005 at 11:22:44PM +0200, Micha Nelissen wrote: > > Is the FormCreate procedure in the published section of the Form > > class definition ? That's all I can think of right now... > > In both the problemati

[lazarus] lazarus bug tracker crashes for me

2005-08-09 Thread Simeon Mitev
*i do not know does this error occurs for everyone but it definitely does for me when just loggin into lazarus bug tracker Fatal error*: Call to undefined function: print_news_entry_from_row() in */home/websites/lazarus/mantis/main_page.php* on line *71* _

Re: [lazarus] Eclipse

2005-08-09 Thread Michael Van Canneyt
On Mon, 8 Aug 2005, L505 wrote: | I'm a programmer in both languages too... | | And I agree, in java decisions are much more difficult. When compared with | Delphi, Java can be defined as "the complex way of do simple things"... | | (And I won't talk about ridiculous constructions like li