Re: [Lazarus] Free Pascal and Lazarus learning center

2016-01-31 Thread Anthony Walter
Thanks for the idea Bo. I'll put it near the top of my queue.
--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


[Lazarus] Exclude components from localization by path or text

2016-01-31 Thread Denis Kozlov

Hello,

Modern translation software and some IDEs allow you to exclude certain 
text by:


1) Original text (e.g. "My Program Name")
2) Component path (e.g. TForm1.Label1.Caption)

Can this feature be added to Lazarus IDE?

Regards,
Denis

--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] change Font on TButton do not work?

2016-01-31 Thread Josef Schnieder

some informations about the enviroment:
FPC 3.1.1
Lazarus 1.7 Rev. 51308
SUSE 42.1

best regards
Josef

Am 31.01.2016 um 19:42 schrieb Josef Schnieder:

Hallo,

I have  an self-created TTF-Font with graphic symbols. f.e.  an Symbol 
like "*" instead of "A".


Now I assign:

MyButton.Caption :=  'A';
MyButton.Font.Name:=  'MyFont';
MyButton.refresh;


But the button caption is unchanged. It appears an "A" instead of "*".
I tested the Font in Libreoffice and it works well.

any idea?

In the IDE the button caption will also be unchanged, when I change 
the font.


best regards
Josef



--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus



--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


[Lazarus] change Font on TButton do not work?

2016-01-31 Thread Josef Schnieder

Hallo,

I have  an self-created TTF-Font with graphic symbols. f.e.  an Symbol 
like "*" instead of "A".


Now I assign:

MyButton.Caption :=  'A';
MyButton.Font.Name:=  'MyFont';
MyButton.refresh;


But the button caption is unchanged. It appears an "A" instead of "*".
I tested the Font in Libreoffice and it works well.

any idea?

In the IDE the button caption will also be unchanged, when I change the 
font.


best regards
Josef



--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] Free Pascal and Lazarus learning center

2016-01-31 Thread Bo Berglund
On Thu, 28 Jan 2016 19:04:57 -0500, Anthony Walter 
wrote:

>What I'd like from you 
>is to feedback about concerning which new topics you'd like covered

Maybe a tutorial about using TThreads and TEvents to syncronize tasks
within a multi-threaded application. 
Good examples using threads for TCPIP networking or similar would be
good.

-- 
Bo Berglund
Developer in Sweden


--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus