Bee Jay | 1 Sep 01:21
Picon
Gravatar

Re: IDE still unable to handle path containing spaces?

> It works here under linux with 0.9.27.
> What lazarus version and OS do you use?

Lazarus 0.9.27, Mac OS X 10.5.8, Intel.

http://bugs.freepascal.org/view.php?id=14459

--

-- 

-Bee-

...making buzzes at http://twitter.com/beezing
...writing stories at http://beeography.wordpress.com

--
_______________________________________________
Lazarus mailing list
Lazarus <at> lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

dmitry boyarintsev | 1 Sep 09:13
Picon
Gravatar

Re: IDE still unable to handle path containing spaces?

> Lazarus 0.9.27, Mac OS X 10.5.8, Intel.
>
> http://bugs.freepascal.org/view.php?id=14459

I can't reproduce it.
please see comments in the bug issue.

thanks,
dmitry

--
_______________________________________________
Lazarus mailing list
Lazarus <at> lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Graeme Geldenhuys | 1 Sep 19:33
Picon
Gravatar

New language translation issues on wiki

Hi,

I'm trying to add a newly translated (Afrikaans) translation of one of
the wiki pages. When I added the new page with the suffix "/af" and
then added the original page link as the first like as follows:
{{original page here}}

But the "Afrikaans(af)" option does on the original English page or
any of the other translated pages. Does that mean MediaWiki doesn't
have support for Afrikaans? or doesn't know the "af" afrikaans
language code?  Sometimes the Afrikaans code is also af_ZA, but seeing
that all other languages on uses the two character language code, I
opted for "af" only.

Anybody got some clues?

The original wiki page is:
  http://wiki.lazarus.freepascal.org/How_do_I_create_a_bug_report

And the "work-in-progress" Afrikaans pages is:
  http://wiki.lazarus.freepascal.org/How_do_I_create_a_bug_report/af

Regards,
  - Graeme -

_______________________________________________
fpGUI - a cross-platform Free Pascal GUI toolkit
http://opensoft.homeip.net/fpgui/

--
(Continue reading)

Picon

Re: New language translation issues on wiki

The Lazarus wiki doesn't use the Mediawiki translation system, it's
all done manually. In the beginning of the page there is:

{{How do I create a bug report}}

This means: Add template with this name, so you need to manually add
Afrikaans to this template:

http://wiki.lazarus.freepascal.org/Template:How_do_I_create_a_bug_report

--

-- 
Felipe Monteiro de Carvalho

--
_______________________________________________
Lazarus mailing list
Lazarus <at> lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Graeme Geldenhuys | 1 Sep 20:00
Picon
Gravatar

Re: New language translation issues on wiki

2009/9/1 Felipe Monteiro de Carvalho <felipemonteiro.carvalho <at> gmail.com>:
>
> {{How do I create a bug report}}
>
> This means: Add template with this name, so you need to manually add
> Afrikaans to this template:

Ah thanks! Clearly I need to learn a bit more about editing Mediawiki
types websites. :-) Thanks again, I fixed it now.

Regards,
  - Graeme -

_______________________________________________
fpGUI - a cross-platform Free Pascal GUI toolkit
http://opensoft.homeip.net/fpgui/

--
_______________________________________________
Lazarus mailing list
Lazarus <at> lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

matt shaffer | 1 Sep 23:53
Picon

Linux and Looks

Well I just recently got around to installing Ubuntu on one of my machines, but lazarus and the apps it create look.. well, ugly. Is there anyway to make the programs run with the default theme of gnome, for example? Most apps seem to have no trouble with this (firefox, pidgin, kontact).

--
_______________________________________________
Lazarus mailing list
Lazarus <at> lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
Favicon

Re: Linux and Looks


On Tue, 1 Sep 2009, matt shaffer wrote:

> Well I just recently got around to installing Ubuntu on one of my machines, but lazarus and the apps it
create look.. well, ugly. Is there anyway to make the
> programs run with the default theme of gnome, for example? Most apps seem to have no trouble with this
(firefox, pidgin, kontact).

If you use the GTK-2 widgetset, then they will observe the theme.
if you are still using the GTK1 widgetset (which I believe is the default in 0.9.26) then
it will not obey the theme settings.

The simple solution is to set the GTK-2 widgetset as the widgetset to use, recompile LCL and lazarus,
and all should look much better.

Or wait for the imminent 0.9.28, which will use GTK-2 by default, if I'm correct.

Michael.

--
_______________________________________________
Lazarus mailing list
Lazarus <at> lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Mattias Gaertner | 1 Sep 23:59
Picon
Favicon

Re: Linux and Looks

On Tue, 1 Sep 2009 17:53:23 -0400
matt shaffer <dazappa.matt <at> gmail.com> wrote:

> Well I just recently got around to installing Ubuntu on one of my
> machines, but lazarus and the apps it create look.. well, ugly. Is
> there anyway to make the programs run with the default theme of
> gnome, for example? Most apps seem to have no trouble with this
> (firefox, pidgin, kontact).

a) install a proper gtk theme.
b) use the development version of lazarus, either from svn or a daily
snaphot.

Mattias

--
_______________________________________________
Lazarus mailing list
Lazarus <at> lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

matt shaffer | 2 Sep 01:25
Picon

Re: Linux and Looks

Aha! Switching the widgetset over to GTK2 solved this, thanks.

On Tue, Sep 1, 2009 at 5:59 PM, Mattias Gaertner <nc-gaertnma <at> netcologne.de> wrote:
On Tue, 1 Sep 2009 17:53:23 -0400
matt shaffer <dazappa.matt <at> gmail.com> wrote:

> Well I just recently got around to installing Ubuntu on one of my
> machines, but lazarus and the apps it create look.. well, ugly. Is
> there anyway to make the programs run with the default theme of
> gnome, for example? Most apps seem to have no trouble with this
> (firefox, pidgin, kontact).

a) install a proper gtk theme.
b) use the development version of lazarus, either from svn or a daily
snaphot.

Mattias

--
_______________________________________________
Lazarus mailing list
Lazarus <at> lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

--
_______________________________________________
Lazarus mailing list
Lazarus <at> lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
Graeme Geldenhuys | 2 Sep 09:07
Gravatar

Delphi 2010 now standardized on JSON for serializing objects

http://www.danieleteti.it/?p=146

I wonder if that means the .dfm files are now in JSON format as well?
Can anybody with a copy of D2010 confirm?

Regards,
  - Graeme -

--

-- 
fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
http://opensoft.homeip.net/fpgui/

--
_______________________________________________
Lazarus mailing list
Lazarus <at> lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Gmane