Re: [Lazarus] Saving namespace files on WinXP

2017-01-29 Thread Lars via Lazarus
> 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

Re: [Lazarus] Saving namespace files on WinXP

2017-01-29 Thread Lars via Lazarus
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 -- _

Re: [Lazarus] TIniPropStorage on Datamodule doesn't read and write ini file

2017-01-29 Thread Michael Van Canneyt via Lazarus
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

[Lazarus] SVG Editor or Viewer

2017-01-29 Thread Lars via Lazarus
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

Re: [Lazarus] SVG Editor or Viewer

2017-01-29 Thread Sandro Cumerlato via Lazarus
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