Re: [Lazarus] Error: illegal qualifier [ found

2010-01-21 Thread Kjow
2010/1/21 Mattias Gaertner nc-gaert...@netcologne.de: fixed ... Fixed. Thank you! I can confirm that now it is ok! Best regards, Kjow -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org

Re: [Lazarus] Error: illegal qualifier [ found

2010-01-21 Thread Hans-Peter Diettrich
Kjow schrieb: 2010/1/20 Mattias Gaertner nc-gaert...@netcologne.de: Can you give a more complete example? Mattias e.g. If I add to a form a listview or a memo or a combobox and in the source code I put this: ListBox1.items[0]. or Memo1.Lines[0]. or combobox1.items[0]. If I press CRTL+Space

[Lazarus] Error: illegal qualifier [ found

2010-01-20 Thread Kjow
Hi, I updated Lazarus svn to revision 23510, but from some revs (at least from some hours ago), when I press ctrl+space at the end of an array to open the menu I get the error: Error: illegal qualifier [ found Is it a bug or a my problem? Thanks, Kjow --

Re: [Lazarus] Error: illegal qualifier [ found

2010-01-20 Thread Mattias Gaertner
On Wed, 20 Jan 2010 23:33:32 +0100 Kjow antispamm...@gmail.com wrote: Hi, I updated Lazarus svn to revision 23510, but from some revs (at least from some hours ago), when I press ctrl+space at the end of an array to open the menu I get the error: Error: illegal qualifier [ found Is it

Re: [Lazarus] Error: illegal qualifier [ found

2010-01-20 Thread Kjow
2010/1/20 Mattias Gaertner nc-gaert...@netcologne.de: Can you give a more complete example? Mattias e.g. If I add to a form a listview or a memo or a combobox and in the source code I put this: ListBox1.items[0]. or Memo1.Lines[0]. or combobox1.items[0]. If I press CRTL+Space I got this

Re: [Lazarus] Error: illegal qualifier [ found

2010-01-20 Thread Mattias Gaertner
On Thu, 21 Jan 2010 00:02:19 +0100 Kjow antispamm...@gmail.com wrote: 2010/1/20 Mattias Gaertner nc-gaert...@netcologne.de: Can you give a more complete example? Mattias e.g. If I add to a form a listview or a memo or a combobox and in the source code I put this: ListBox1.items[0].