[Lazarus] Lazarus and Ubuntu 12.10

2012-09-24 Thread Andrew Brunner

Is anyone running Lazarus 1.1 on Ubuntu 12.10x64?

I'm having problems getting lazarus to startup.  Is anyone else having 
success or confirmed problems?


--
Andrew Brunner

Aurawin LLC
512.574.6298
http://aurawin.com/

Aurawin is a great new place to store, share, and enjoy your
photos, videos, music and more.


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


[Lazarus] [ISSUE] ListFilterEdit and 3rd party components

2012-09-24 Thread silvioprog
Hi,

Please see:

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

Thank you.

-- 
Silvio Clécio
My public projects - github.com/silvioprog

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


Re: [Lazarus] PostgreSQL 9.1 supported by Lazarus 1.0?

2012-09-24 Thread Eric Kom
Thanks for your prompt respond. Am very glad to know that postgresql9.1 and 
mysql5.5 are  supported. I got existing DBs that am building Gui apps on top.

Sent from Android Mobile

Andrew Brunner  wrote:

>I've been using 9.1 in production for a while.
>
>-- 
>Andrew Brunner
>
>Aurawin LLC
>512.574.6298
>http://aurawin.com/
>
>Aurawin is a great new place to store, share, and enjoy your
>photos, videos, music and more.
>
>
>--
>___
>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


Re: [Lazarus] SynEdit: AutoIndent with Tabs instead of spaces, is this possible?

2012-09-24 Thread Bernd
2012/9/24 Martin :
> its in the beautifier
>
>   TSynBeautifier = class(TSynCustomBeautifier)
>   published
> property IndentType: TSynBeautifierIndentType read FIndentType write
> FIndentType;
>
> Make sure you have the correct beautifier, the default is one instance (not
> sure which class) for all edits.

Ok, assigned it a newly created beautifier, set its properties
appropriately and now it works as expected.

Thank you.

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


Re: [Lazarus] SynEdit: AutoIndent with Tabs instead of spaces, is this possible?

2012-09-24 Thread Martin

On 24/09/2012 18:50, Bernd wrote:

2012/9/24 Martin :


You can select 1 of the 3
"spaces"
"space/tab" as previous line
"pos only"

What combination of Options and Options2 do I need for that or how is
the property called? I can't find it.



Oh in your own app, not in the IDE.

its in the beautifier

  TSynBeautifier = class(TSynCustomBeautifier)
  published
property IndentType: TSynBeautifierIndentType read FIndentType 
write FIndentType;


Make sure you have the correct beautifier, the default is one instance 
(not sure which class) for all edits.


There is a callback for indent too. so you can customize

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


Re: [Lazarus] SynEdit: AutoIndent with Tabs instead of spaces, is this possible?

2012-09-24 Thread Bernd
2012/9/24 Martin :

> You can select 1 of the 3
> "spaces"
> "space/tab" as previous line
> "pos only"

What combination of Options and Options2 do I need for that or how is
the property called? I can't find it.

> press F1 the wiki describes them.

"No help found for this topic" (TSynEdit)

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


Re: [Lazarus] SynEdit: AutoIndent with Tabs instead of spaces, is this possible?

2012-09-24 Thread Martin

On 24/09/2012 18:21, Bernd wrote:

I cannot find any way to convince SynEdit to indent the next line with
a tab when I press enter on an indented line, it will always use
spaces, even if eoTabsToSpaces is false and eoTabIndent is true and
the previous line is intended with a Tab. Pressing Tab to indent works
as expected but not the AutoIndent. I need to edit Makefile templates,
they may not be indented with spaces or it will be a syntax error. The
only way I have found is to disable AutoIndent completely or do a
string replace after editing.

Assuming you talk about the real auto indent. Not the new codetool smart 
indent (that can add extra indent, after a begin)


You can select 1 of the 3
"spaces"
"space/tab" as previous line
"pos only"

press F1 the wiki describes them.

---
in short, tabs yes, IF the current line is also indented by tabs. Then 
the tabs of the current lines are copied


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


[Lazarus] SynEdit: AutoIndent with Tabs instead of spaces, is this possible?

2012-09-24 Thread Bernd
I cannot find any way to convince SynEdit to indent the next line with
a tab when I press enter on an indented line, it will always use
spaces, even if eoTabsToSpaces is false and eoTabIndent is true and
the previous line is intended with a Tab. Pressing Tab to indent works
as expected but not the AutoIndent. I need to edit Makefile templates,
they may not be indented with spaces or it will be a syntax error. The
only way I have found is to disable AutoIndent completely or do a
string replace after editing.

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


Re: [Lazarus] Migrating to Android

2012-09-24 Thread aro52
And about the first part of the thread???

> - Original Message -
> From: Felipe Monteiro de Carvalho
> Sent: 09/24/12 11:00 AM
> To: Lazarus mailing list
> Subject: Re: [Lazarus] Migrating to Android
> 
> On Fri, Sep 21, 2012 at 3:12 AM, "Arí Ricardo Ody"  wrote:
> > I use SQLITE as the RDBMS. Is it possible to access SQLite tables from
> > Android LCL style?
> 
> Not at the moment, but I am working on this.
> 
> -- 
> Felipe Monteiro de Carvalho
> 
> --
> ___
> 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


Re: [Lazarus] PostgreSQL 9.1 supported by Lazarus 1.0?

2012-09-24 Thread Andrew Brunner

I've been using 9.1 in production for a while.

--
Andrew Brunner

Aurawin LLC
512.574.6298
http://aurawin.com/

Aurawin is a great new place to store, share, and enjoy your
photos, videos, music and more.


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


[Lazarus] PostgreSQL 9.1 supported by Lazarus 1.0?

2012-09-24 Thread Eric Kom

Good day,

am new on lazarus but new on delphi pascal. I was looking for a 
cross-platform for pascal, great! mysql5.5 can be supported but if I may 
ask, postgresql9.1 can also be supported?


--
Kind Regards

Eric Kom

System Administrator - Metropolitan College
 _
/ You are scrupulously honest, frank, and \
| straightforward. Therefore you have few |
\ friends./
 -
   \
\
.--.
   |o_o |
   |:_/ |
  //   \ \
 (| Kom | )
/'\_   _/`\
\___)=(___/

2 Hennie Van Till, White River, 1240
Tel: 013 750 2255 | Fax: 013 750 0105 | Cell: 078 879 1334
eric...@kom.za.net | eric...@metropolitancollege.co.za
www.kom.za.net | www.kom.za.org | www.erickom.co.za

Key fingerprint: 513E E91A C243 3020 8735 09BB 2DBC 5AD7 A9DA 1EF5


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


[Lazarus] Lazarus on Ubuntu 12.10 daily x64

2012-09-24 Thread Andrew Brunner

Using svn lazarus trunk on Ubuntu 12.10 x64 daily has been problematic.

It's pretty much crashing everywhere.  From selecting forms to 
positioning elements.   Pixbuf exceptions everywhere.


I've had issues with lazarus for a while now just waiting for some 
improvements to use it.  I had much success with previous checkouts.


Downloading Debian from lazarus.freepascal.org and installing on 12.10 
does not work either :-)


I'll file some reports but just a heads up to lazarus team that 12.10 is 
rapidly approaching.


--
Andrew Brunner

Aurawin LLC
512.574.6298
http://aurawin.com/

Aurawin is a great new place to store, share, and enjoy your
photos, videos, music and more.


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


Re: [Lazarus] Migrating to Android

2012-09-24 Thread Felipe Monteiro de Carvalho
On Fri, Sep 21, 2012 at 3:12 AM, "Arí Ricardo Ody"  wrote:
> I use SQLITE as the RDBMS. Is it possible to access SQLite tables from
> Android LCL style?

Not at the moment, but I am working on this.

-- 
Felipe Monteiro de Carvalho

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


Re: [Lazarus] Can't find unit Interfaces on launchpad's build farm - is Lazarus/FPC broken in Ubuntu 12.04?

2012-09-24 Thread Bernd
2012/9/23 Bernd :

> I'm going to write a wiki page with instructions next week.

Maybe an IDE package for producing a .deb from any Lazarus project or
uploading to launchpad build servers with a click of the mouse would
be even better :-)

Is there an existing package or example where I can see and study how
it is done to add a new tab to the project dialog?

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