> On 1/27/17, Marcos Douglas B. Santos via Lazarus
> wrote:
>
>
> If you try to save a file that has a "namespace" like
> "foo.bar.unit1.pas" the IDE won't put the file extension.
>
>
> Is this a known bug?
>
But why save an fpc unit with dots in it, does this file syntax even get
accepted as a u
I previously wrote:
>
> ...fpc unit with dots in it, does this file syntax even get
> accepted as a unit?
>
> Delphi has this:
> https://sergworks.wordpress.com/2011/08/09/dotted-unit-names-in-delphi/
Answer here:
http://wiki.freepascal.org/FPC_New_Features_3.0#Delphi-like_namespaces_units
--
_
On Sat, 28 Jan 2017, frans via Lazarus wrote:
Hi.
I'm using Lazarus 1.6.2 with FPC 3.0.0. I use TIniPropStorage on a Form
module and reading the value from and writing the value to the ini file
works fine. Now I've tried to place the TIniPropStorage component on a
Datamodule. The component
Does anyone know of any Lazarus projects or code that views SVG files...
I remember there was some graphics editing program written in lazarus
(multiple images not just svg format) and I think it was closed source.
Or any delphi svg editors (that could potentially be converted to lazarus)?
Or ms
Hello Lars,
I think you are talking about LazPaint: https://github.com/bgrabitmap
Pure Lazarus/FPC code FPVectorial (under development) can read/write SVG
files.
If you only need a viewer and can rely on external libraries then take a
look at Cairo+LibRsvg:
https://github.com/DJMaster/cairo-fpc
h