On 24/05/2014 18:12, luciano de souza wrote:
> I want to use resources with FPC 2.6.2. Reading on Lazarus wiki, I
> knew it's recommended the usage of Lazarus resources (lazres).
No, it's not recommended - where does it say that (the article may need
to be fixed)
> 2. In my Ubuntu 13.10 64 bits, a
Hello all,
I want to use resources with FPC 2.6.2. Reading on Lazarus wiki, I
knew it's recommended the usage of Lazarus resources (lazres).
This is not an option for me. "lazres" expects a lrs file and I can't
generate it.
I am blind. I can install Lazarus in my Linux, but only to use some
unit
Hi,
I've spoken to Tom and he agreed. We moved the EpikTimer repository to
Github. The Lazarus-CCR version will be deleted by Tom in due time.
I applied some of my changes to code in Github (more changes recently
discussed in this mailing list will follow soon), fixed the "etdemo"
project to be c
On Sat, May 24, 2014 at 2:26 PM, Sven Barth wrote:
> http://wiki.freepascal.org/User_Changes_2.4.0#Treating_direct-mapped_properties_as_regular_fields
Ok, then this becomes an LCL issue. How to port Delphi code like
Canvas.TextFlags := Canvas.TextFlags or ETO_RTLREADING
Canvas.TextFlags := Ca
On 24.05.2014 12:49, Juha Manninen wrote:
Why can't I set members of TextStyle in TCanvas?
For example :
Canvas.TextStyle.RightToLeft := True;
or
Canvas.TextStyle.Layout := tlTop;
give :
Error: Argument can't be assigned to
http://wiki.freepascal.org/User_Changes_2.4.0#Treating_direct-
Why can't I set members of TextStyle in TCanvas?
For example :
Canvas.TextStyle.RightToLeft := True;
or
Canvas.TextStyle.Layout := tlTop;
give :
Error: Argument can't be assigned to
Canvas.TextStyle is a replacement for Delphi's Canvas.TextFlags, isn't it?
___
On 24/05/2014 08:33, Michael Van Canneyt wrote:
> On Fri, 23 May 2014, Craig Peterson wrote:
>> The Info-zip project maintains an annotated Appnote that lists a bunch
>> of the extra fields that various vendors use here:
>> http://www.info-zip.org/doc/
> Strange then that the info-zip so often crea