[lazarus] Fonts and TLabel, TEdit, TButton, TMemo

2005-08-12 Thread Tom Verhoeff
Can someone enlighten me on the current state of font usage in the LCL and the Lazarus IDE? As explained earlier, I would like to use a fixed width font to present some tables in a TMemo component. However, I have been unscuccessful so far. I found out the following, using the Lazarus IDE

Re: [lazarus] Fonts and TLabel, TEdit, TButton, TMemo

2005-08-12 Thread Vincent Snijders
Tom Verhoeff wrote: The Lazarus IDE itself, as I use it on my system, does however present source code in the Lazarus Source Editor window using a fixed width (courier) font. I can even find this in the editoroptions.pp source file for the IDE, where I see things like fEditorFont:='courier';

Re: [lazarus] TStrings property editor crashes on my custom component

2005-08-12 Thread Mattias Gaertner
On Fri, 12 Aug 2005 17:16:54 +0300 Simeon Mitev [EMAIL PROTECTED] wrote: i have a component with a tstrings published property. The property exists on the property editor but when i try to edit the strings an error occurs: Abstract method called! Perhaps it's not a bug, just it seems like i

Re: [lazarus] why Lazarus loses the track where are used units

2005-08-12 Thread Mattias Gaertner
On Thu, 11 Aug 2005 11:47:22 +0300 Simeon Mitev [EMAIL PROTECTED] wrote: Hi, i lose many hours investigating the problem as follows: somehow the Lazarus IDE loses the track where are placed used units. The program is being compiled without any problems but when i hold shift and click on

Re: [lazarus] XMLCFG BUG ?

2005-08-12 Thread Mattias Gaertner
On Thu, 11 Aug 2005 23:36:54 +0200 Sebastian Günther [EMAIL PROTECTED] wrote: Christian Fillion schrieb: Hi all i'm making a application tha use the xmlcfg.pp unit. I dont know if i find a bug in the xmlcfg file at procedure TXMLConfig.SetValue(const APath, AValue: String); Anyway

Re: [lazarus] TPageControl does not paints the tabs properly when they are set in left or right position

2005-08-12 Thread Mattias Gaertner
On Wed, 10 Aug 2005 09:48:24 +0300 Simeon Mitev [EMAIL PROTECTED] wrote: I have a TPageControl component on form and set the TabPosition property to Left. The tabs are getting left but they are awfully painted in design mode. In runtime they are looking fine. The next problem is the height

Re: [lazarus] Environment options

2005-08-12 Thread Vincent Snijders
Mattias Gaertner wrote: On Sat, 6 Aug 2005 22:08:33 +0200 Darius Blaszijk [EMAIL PROTECTED] wrote: I haven't taken a look yet at the patch, but imho possible overlap in other languages is not a good argument for changing the layout. No major layout changes have been performed you will

Re: [lazarus] Environment options

2005-08-12 Thread Mattias Gaertner
On Fri, 12 Aug 2005 19:18:14 +0200 Vincent Snijders [EMAIL PROTECTED] wrote: Mattias Gaertner wrote: On Sat, 6 Aug 2005 22:08:33 +0200 Darius Blaszijk [EMAIL PROTECTED] wrote: I haven't taken a look yet at the patch, but imho possible overlap in other languages is not a good argument

Re: [lazarus] XMLCFG BUG ?

2005-08-12 Thread Sebastian Günther
Mattias Gaertner schrieb: I don't know if the one letter is a problem, but token_xml.SetValue('keys/' + {'t' +} inttostr(x) + '/values' , 'some_value' ); the inttostr(x) does not create a valid xml name. The fpc xmlwriter allows it and writes it (bug), but the xmlreader does

Re: [lazarus] XMLCFG BUG ?

2005-08-12 Thread Mattias Gaertner
On Fri, 12 Aug 2005 21:51:51 +0200 Vincent Snijders [EMAIL PROTECTED] wrote: Sebastian Günther wrote: Mattias Gaertner schrieb: I don't know if the one letter is a problem, but token_xml.SetValue('keys/' + {'t' +} inttostr(x) + '/values' , 'some_value' ); the inttostr(x)