Re: [Lazarus] New behavior - RadioGroup

2011-04-06 Thread zeljko
On Tuesday 05 of April 2011 22:16:29 t.wieckow...@gmail.com wrote: Hi, since rev. 30161, my apps goes crazy. Where and why your apps goes crazy because of that ? When I'm setting itemindex for Radiogroup in OnCreateForm event then OnClick for that control is fired. Actually, I've changed

Re: [Lazarus] Error 500

2011-04-06 Thread Graeme Geldenhuys
On 06/04/2011 03:20, silvioprog wrote: How I get a full log with CGIs erros? I log all things, and exceptions to a log file in a temp directory (just while developing the cgi app). Alternatively you can log to a debugserver too - see the dbugintf unit in FCL. Regards, - Graeme - -- fpGUI

Re: [Lazarus] New behavior - RadioGroup

2011-04-06 Thread t . wieckowski
2011/4/6 zeljko zel...@holobit.net On Tuesday 05 of April 2011 22:16:29 t.wieckow...@gmail.com wrote: Hi, since rev. 30161, my apps goes crazy. Where and why your apps goes crazy because of that ? 1. in some case I've OnClick code which show some control if another are visible, in that

Re: [Lazarus] Error 500

2011-04-06 Thread Lukasz Sokol
On 06/04/2011 01:59, silvioprog wrote: procedure TMainFPWebModule.indexRequest(Sender: TObject; ARequest: TRequest; AResponse: TResponse; var Handled: Boolean); begin Handled := True; InitEngine; // If I comment this line, the error disappears. :o end; Just a thought: On 5/04/2011

Re: [Lazarus] FPC and Lazarus on ARM

2011-04-06 Thread Mark Morgan Lloyd
Den Jean wrote: On Sunday 27 March 2011 23:13:37 Florian Klämpfl wrote: Am 26.03.2011 22:02, schrieb Tobias Giesen: If anybody is looking for an ARM device, the Toshiba AC100 is pretty cool. Around 200 EUR with Cortex A9 dual core and 512 MB RAM. It is a netbook computer and has HDMI as well

[Lazarus] trouble with Radiogroup

2011-04-06 Thread hector fiandor
hello: i have a medical app. with TDbf were it is used a lot of RadioGroups and CheckBox. When call Insert for a new patient, all this RadioGroups and CheckBox appears Cheched as default, but it is preferred to appear as unchecked and lets the doctors to check or not when filling the form.

[Lazarus] All Win 64bit users please (GDB issues)

2011-04-06 Thread Martin
There are currently a few 64 bit issues when it come to debugging. (on Win 64 bit) One seems to be that the debug info written by FPC 2.4.2 is unreadable for GDB 7.2.50. ( http://bugs.freepascal.org/view.php?id=19044 ) Since I don't use Win64 myself, I don't feel like searching for which

Re: [Lazarus] trouble with Radiogroup

2011-04-06 Thread zeljko
On Wednesday 06 of April 2011 13:08:24 hector fiandor wrote: hello: i have a medical app. with TDbf were it is used a lot of RadioGroups and CheckBox. When call Insert for a new patient, all this RadioGroups and CheckBox appears Cheched as default, but it is preferred to appear as unchecked

Re: [Lazarus] FPC and Lazarus on ARM

2011-04-06 Thread Mark Morgan Lloyd
Mark Morgan Lloyd wrote: At this point I need to come clean: I'm aware of one and possibly two bugs that affect the Lazarus IDE on both ARM and SPARC: basically, an exception when switching projects and when closing the IDE. It doesn't happen on x86 and PPC, which suggests to me that it could

Re: [Lazarus] trouble with Radiogroup

2011-04-06 Thread Howard Page-Clark
On 06/4/11 12:08, hector fiandor wrote: hello: i have a medical app. with TDbf were it is used a lot of RadioGroups and CheckBox. When call Insert for a new patient, all this RadioGroups and CheckBox appears Cheched as default, but it is preferred to appear as unchecked and lets the doctors to

[Lazarus] Lazarus r30219 cannot be compiled on Mac OS X

2011-04-06 Thread Fred Flinestone
Hello all, It writes: ld: library not found for -lfreetype lazarus.pp(130,42) Error: Error while linking thanx. F. -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

[Lazarus] Looking for custom TPageControl

2011-04-06 Thread Leonardo M . Ramé
Hi, I'm looking for an owner-drawn/custom TPageControl where tabs look similar to OSX's. It should look equal on Win/Linux/OSX. Here's an example of what I'm looking for: http://images.macworld.com/images/legacy/2006/02/images/content/speed_ical.jpg Does anyone knows a component similar to what

Re: [Lazarus] Looking for custom TPageControl

2011-04-06 Thread Mattias Gaertner
On Wed, 6 Apr 2011 11:40:57 -0300 Leonardo M. Ramé l.r...@griensu.com wrote: Hi, I'm looking for an owner-drawn/custom TPageControl where tabs look similar to OSX's. It should look equal on Win/Linux/OSX. Here's an example of what I'm looking for:

Re: [Lazarus] Lazarus r30219 cannot be compiled on Mac OS X

2011-04-06 Thread Alexander Klenin
On Wed, Apr 6, 2011 at 23:31, Fred Flinestone ffre...@gmail.com wrote: Hello all, It writes: ld: library not found for -lfreetype lazarus.pp(130,42) Error: Error while linking Please try r30225. A question to Mattias/others: what should I do with this kind of problems? Similar trouble was

Re: [Lazarus] Lazarus r30219 cannot be compiled on Mac OS X

2011-04-06 Thread Vincent Snijders
2011/4/6 Alexander Klenin kle...@gmail.com: On Wed, Apr 6, 2011 at 23:31, Fred Flinestone ffre...@gmail.com wrote: Hello all, It writes: ld: library not found for -lfreetype lazarus.pp(130,42) Error: Error while linking Please try r30225. A question to Mattias/others: what should I do

[Lazarus] test

2011-04-06 Thread Vincent Snijders
Test -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Error 500

2011-04-06 Thread silvioprog
2011/4/6 Graeme Geldenhuys graemeg.li...@gmail.com: I log all things, and exceptions to a log file in a temp directory (just while developing the cgi app). Alternatively you can log to a debugserver too - see the dbugintf unit in FCL. Regards,  - Graeme - -- fpGUI Toolkit - a

Re: [Lazarus] trouble with Radiogroup

2011-04-06 Thread hector fiandor
Dear Mr. Howard and Zeljko: thanks for your kindly answer. Really, my probles is with the DBCheckBox. I have a form with a PageControl with 9 tabSheets for the control of patients. in many of this tabSheets i have used DBCheckBox When i have a new patient, i need to insert a new set of