Re: [Lazarus] IDE - SynEdit not accept accented characters

2013-09-08 Thread Junior
Works on all programs on my Linux does not work in Lazarus. see: http://imagebin.org/270316 Em 08-09-2013 20:02, Mattias Gaertner escreveu: On Sun, 08 Sep 2013 23:54:08 +0100 Graeme Geldenhuys wrote: On 2013-09-08 23:26, Junior wrote: It seems that the problem is not in Lazarus, I have com

Re: [Lazarus] IDE - SynEdit not accept accented characters

2013-09-08 Thread Junior
I rebooted the computer, tested it with gEdit (text editor), LibreOffice, Terminal and everything working. I upgraded Lazarus, deleted the config folder (. Lazarus), compiled in Terminal (make clean all). Does not work accentuation. The same thing! Anybody else wearing Ubuntu Linux 12:04.3 u

Re: [Lazarus] IDE - SynEdit not accept accented characters

2013-09-08 Thread Mattias Gaertner
On Sun, 08 Sep 2013 23:54:08 +0100 Graeme Geldenhuys wrote: > On 2013-09-08 23:26, Junior wrote: > > It seems that the problem is not in Lazarus, I have compiled a very old > > version and still the error persists. > > Did you also use a different config directory for the old Lazarus > version?

Re: [Lazarus] IDE - SynEdit not accept accented characters

2013-09-08 Thread Graeme Geldenhuys
On 2013-09-08 23:26, Junior wrote: > It seems that the problem is not in Lazarus, I have compiled a very old > version and still the error persists. Did you also use a different config directory for the old Lazarus version? Otherwise the error could still be Lazarus, but in the config files - eg:

Re: [Lazarus] IDE - SynEdit not accept accented characters

2013-09-08 Thread Junior
It seems that the problem is not in Lazarus, I have compiled a very old version and still the error persists. Em 08-09-2013 18:05, Mattias Gaertner escreveu: On Sun, 08 Sep 2013 18:02:16 -0300 Junior wrote: Lazarus 1.1 r42684M FPC 2.6.2 i386-linux-gtk 2 Was a recent update UTF8 cheked, see

Re: [Lazarus] IDE - SynEdit not accept accented characters

2013-09-08 Thread Junior
LANG=pt_BR.UTF-8 LANGUAGE=pt_BR:pt:pt_PT:en LC_CTYPE="pt_BR.UTF-8" LC_NUMERIC=pt_BR.UTF-8 LC_TIME=pt_BR.UTF-8 LC_COLLATE="pt_BR.UTF-8" LC_MONETARY=pt_BR.UTF-8 LC_MESSAGES="pt_BR.UTF-8" LC_PAPER=pt_BR.UTF-8 LC_NAME=pt_BR.UTF-8 LC_ADDRESS=pt_BR.UTF-8 LC_TELEPHONE=pt_BR.UTF-8 LC_MEASUREMENT=pt_BR.UTF

Re: [Lazarus] IDE - SynEdit not accept accented characters

2013-09-08 Thread Mattias Gaertner
On Sun, 08 Sep 2013 18:02:16 -0300 Junior wrote: > Lazarus 1.1 r42684M FPC 2.6.2 i386-linux-gtk 2 > > Was a recent update > > UTF8 cheked, see: > > http://imagebin.org/270291 What is your Linux locale? In a terminal type the command "locale". Mattias > > > Em 08-09-2013 17:28, Mattias G

Re: [Lazarus] IDE - SynEdit not accept accented characters

2013-09-08 Thread Junior
Lazarus 1.1 r42684M FPC 2.6.2 i386-linux-gtk 2 Was a recent update UTF8 cheked, see: http://imagebin.org/270291 Em 08-09-2013 17:28, Mattias Gaertner escreveu: On Sun, 8 Sep 2013 22:21:16 +0200 Mattias Gaertner wrote: On Sun, 08 Sep 2013 09:14:15 -0300 Junior wrote: Lazarus 1.1 r42677M

Re: [Lazarus] IDE - SynEdit not accept accented characters

2013-09-08 Thread Mattias Gaertner
On Sun, 8 Sep 2013 22:21:16 +0200 Mattias Gaertner wrote: > On Sun, 08 Sep 2013 09:14:15 -0300 > Junior wrote: > > > Lazarus 1.1 r42677M FPC 2.6.2 i386-linux-gtk 2 (Ubuntu 12.04) > > > > (É - é - Ã - ã - Â - â ...) > > > > ShowMessage('É Á'); > > > > appears > > > > ShowMessage('E A'); > >

Re: [Lazarus] IDE - SynEdit not accept accented characters

2013-09-08 Thread Mattias Gaertner
On Sun, 08 Sep 2013 09:14:15 -0300 Junior wrote: > Lazarus 1.1 r42677M FPC 2.6.2 i386-linux-gtk 2 (Ubuntu 12.04) > > (É - é - Ã - ã - Â - â ...) > > ShowMessage('É Á'); > > appears > > ShowMessage('E A'); It works here on Ubuntu 13.10. Maybe your pascal unit is not stored UTF-8? See Right C

Re: [Lazarus] ListBox: BeginUpdate - EndUpdate

2013-09-08 Thread Dmitry Boyarintsev
ever existed? You're probably looking for ListBox1.Items.BeginUpdate; ... ListBox1.Items.EndUpdate; thanks, Dmitry 2013/9/8 Junior > ListBox1.BeginUpdade; > //... > ListBox1.EndUpdate; > --** > > No longer exists? > > -- > __**___

[Lazarus] ListBox: BeginUpdate - EndUpdate

2013-09-08 Thread Junior
ListBox1.BeginUpdade; //... ListBox1.EndUpdate; -- No longer exists? -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

[Lazarus] IDE - SynEdit not accept accented characters

2013-09-08 Thread Junior
Lazarus 1.1 r42677M FPC 2.6.2 i386-linux-gtk 2 (Ubuntu 12.04) (É - é - Ã - ã - Â - â ...) ShowMessage('É Á'); appears ShowMessage('E A'); -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/

Re: [Lazarus] Printing

2013-09-08 Thread Johannes W. Dietrich
Please also consider updating the wiki page to reflect your experiences. Thanks, J. W. D. Am 08.09.2013 um 12:00 schrieb lazarus-requ...@lists.lazarus.freepascal.org : Even if you find it out, always good to tell how you found it out so others see. On 9/7/2013 3:22 PM, Terry A. Haimann wro