Re: [lazarus] captions in runtime and designtime

2005-09-09 Thread barko
At revision 7652 is this fixed. :) Dne sreda 7. septembra 2005 21:57 je barko napisal(a): Have look: http://www.opinfos.com/tempo/laz/design_time.png http://www.opinfos.com/tempo/laz/run_time.png Latest SVN lazarus and latest SVN fpc 2.1.1... something is wrong. -- bye, ...s]-[it

Re: [lazarus] exception when using [].ShowModal

2005-09-09 Thread Bartek
Mattias Gaertner wrote: On Thu, 08 Sep 2005 11:08:54 +0200 Bartek [EMAIL PROTECTED] wrote: Mattias Gaertner wrote: On Sun, 07 Aug 2005 18:40:05 +0200 Bartek [EMAIL PROTECTED] wrote: [...] TCustomForm.ShowModal Visible=False Enabled=True fsModal=True You are showing the form twice.

Re: [lazarus] exception when using [].ShowModal

2005-09-09 Thread Marc Weustink
Bartek wrote: Mattias Gaertner wrote: On Thu, 08 Sep 2005 11:08:54 +0200 Bartek [EMAIL PROTECTED] wrote: Mattias Gaertner wrote: On Sun, 07 Aug 2005 18:40:05 +0200 Bartek [EMAIL PROTECTED] wrote: [...] TCustomForm.ShowModal Visible=False Enabled=True fsModal=True You are showing

Re: [lazarus] TSpinEdit.Value single/integer

2005-09-09 Thread Marc Weustink
Mattias Gaertner wrote: In Delphi TSpinEdit.Value is integer, while in LCL it is for historical reasons a single. The properties Decimal_Places and Climb_Rate were marked with '// TODO: remove'. :) Should we change it and remove Decimal_Places and Climb_Rate? Existing .lfm don't need to be

Re: [lazarus] exception when using [].ShowModal

2005-09-09 Thread Mattias Gaertner
On Fri, 09 Sep 2005 14:19:14 +0200 Bartek [EMAIL PROTECTED] wrote: [...] TCustomForm.ShowModal is the only method, that sets fsModal. You got the exception, because the fsModal was already set, so ShowModal was called twice. You are showing the form in a timer. Maybe the you forgot to

Re: [lazarus] Gtk or Gtk2

2005-09-09 Thread Mattias Gaertner
On Thu, 8 Sep 2005 21:58:30 -0500 (CDT) Juan Martinez [EMAIL PROTECTED] wrote: --- Vincent Snijders [EMAIL PROTECTED] escribió: Edwin Quijada wrote: What is much better to work ? Gtk or Gtk2 I like much more Gtk2 is so pretty but I 'd like to know about performance and

Re: [lazarus] exception when using [].ShowModal

2005-09-09 Thread Bartek
OnTimer runs in the same thread. ShowModal creates a new event loop, that means all events are still triggered, and thus all timers still work. The main loop in TApplication is stopped and thus the application does not terminate before the modal form stops. Mattias -- Showmodal doesn't mean

Re: [lazarus] Re: Menu icons in KDE / Gnome

2005-09-09 Thread dannym
Hi, Am Donnerstag, den 08.09.2005, 18:54 -0300 schrieb Felipe Monteiro de Carvalho: On 9/8/05, Tony Maro [EMAIL PROTECTED] wrote: Tony Pelton wrote: Oh, I did miss this little documentation tidbit: If $XDG_CONFIG_DIRS is either not set or empty,

Re: [lazarus] Re: Menu icons in KDE / Gnome

2005-09-09 Thread Felipe Monteiro de Carvalho
On 9/9/05, dannym [EMAIL PROTECTED] wrote: Hi,sysconfdir is a automake/autoconf variable that is f.e. setby ./configure --sysconfdir=/etcDefault is /etc for some packages and ${prefix}/etc for others.datadir, likewise. Default ${prefix}/share Documentation in Linux often assumes that the programs

[lazarus] International comments

2005-09-09 Thread Felipe Monteiro de Carvalho
Hi, I am unable to write ã, á, à, é, í, ó, ü and other international characters in the lazarus code editor (on Linux, didn't test on Windows but I think it is the same). If I type ~+A it will answer with a ~A not a Ã. This is quite anoying for those of us that are not english-native speakers.

Re: [lazarus] Re: Menu icons in KDE / Gnome

2005-09-09 Thread Tony Maro
Felipe Monteiro de Carvalho wrote: On 9/9/05, *dannym* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Hi, sysconfdir is a automake/autoconf variable that is f.e. set by ./configure --sysconfdir=/etc Default is /etc for some packages and ${prefix}/etc for others.

[lazarus] tRadioButton

2005-09-09 Thread Bogusław Brandys
Hello, In Lazarus form under Windows I cannot select TRadioButton using keyboard shortcut (tRadioButton is focused but not changed). Also down/up arrow doeas not change focus inside TRadioGroup. I think this is a bug. Regards Boguslaw Brandys

[lazarus] Patch to fix gtk2 compilation

2005-09-09 Thread Ales Katona
Trying to compile with LCL_PLATFORM=gtk2 it fails on gtkobject.inc file in lcl/interfaces/gtk. This patch fixes it altho I don't know if it was a bug or something intentional (perhaps something changed in minor versions of gtk2?) Ales Index: lcl/interfaces/gtk/gtkobject.inc

Re: [lazarus] Patch to fix gtk2 compilation

2005-09-09 Thread Marc Weustink
Ales Katona wrote: Trying to compile with LCL_PLATFORM=gtk2 it fails on gtkobject.inc file in lcl/interfaces/gtk. This patch fixes it altho I don't know if it was a bug or something intentional (perhaps something changed in minor versions of gtk2?) Yesterday I compiled gtk2 with FPC 2.0.0

[lazarus] Lazarus Logo licence

2005-09-09 Thread Felipe Monteiro de Carvalho
Hi, I'm creating an article on the portuguese Wikipedia about Lazarus and I'd like to know: - The license of the Logo on the left-top part of lazarus website - The author of such image And can I put it on the wikipedia as the official lazarus logo? thanks,Felipe Monteiro de Carvalho