Re: [Lazarus] Please define "delphi compatibility"

2012-10-09 Thread Vincent Snijders
2012/10/10 Graeme Geldenhuys :
> ping
>
> So what's the official word on this?
>

Short counter question: What is official?

Long answer without any status, official nor unofficial:
Lazarus is open source. Who contributes, determines. Paul constributes
Delphi compatibility fixes and improvements. See his answer.

Vincent

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


Re: [Lazarus] Please define "delphi compatibility"

2012-10-09 Thread Graeme Geldenhuys
ping

So what's the official word on this?



Graeme.


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


Re: [Lazarus] TDBNavigator icons break symmetry

2012-10-09 Thread Graeme Geldenhuys
On 2012-10-09 23:12, Bart wrote:
> 
> File a feature request in the bugtracker?
> Otherwise it will be forgotten.

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


Graeme.


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


Re: [Lazarus] Documentation for the packages shipped with Lazarus

2012-10-09 Thread Mattias Gaertner
On Wed, 10 Oct 2012 08:24:23 +0200
Mattias Gaertner  wrote:

> On Tue, 9 Oct 2012 21:35:52 -0500
> Kenneth Cochran  wrote:
>[...]
> The base packages are:
> lazutils, lclbase, lcl, codetools, synedit, lazcontrols, syneditdsgn,
> ideintf. 
> All other are optional. 

Sorry, the real list is:
fcl, lazutils, lclbase, lcl, codetools, synedit, lazcontrols, ideintf. 

Mattias

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


Re: [Lazarus] Documentation for the packages shipped with Lazarus

2012-10-09 Thread Mattias Gaertner
On Wed, 10 Oct 2012 08:24:23 +0200
Mattias Gaertner  wrote:

> On Tue, 9 Oct 2012 21:35:52 -0500
> Kenneth Cochran  wrote:
>[...]
> > None of the packages in the "Install" list display anything more than a
> > file path and a (redundant) indication that they are installed. Can I
> > assume that these all provide some necessary functionally for the IDE,
> > which would otherwise be either crippled or of limited value without them?
> 
> The base packages are:
> lazutils, lclbase, lcl, codetools, synedit, lazcontrols, syneditdsgn,
> ideintf. 
> All other are optional. 

The IDE does not allow you to uninstall the base packages. You can not
cripple the IDE with this way.

Mattias

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


Re: [Lazarus] Documentation for the packages shipped with Lazarus

2012-10-09 Thread Mattias Gaertner
On Tue, 9 Oct 2012 21:35:52 -0500
Kenneth Cochran  wrote:

> I am trying to find information on the packages that are included by
> default with Lazarus (Win64). Many of their names aren't very descriptive
> and the majority of them don't include enough information in the "Package
> info" section of the Install/Uninstall Packages dialog to make an
> informed decision about whether to install them.

Which ones?

 
> None of the packages in the "Install" list display anything more than a
> file path and a (redundant) indication that they are installed. Can I
> assume that these all provide some necessary functionally for the IDE,
> which would otherwise be either crippled or of limited value without them?

The base packages are:
lazutils, lclbase, lcl, codetools, synedit, lazcontrols, syneditdsgn,
ideintf. 
All other are optional. 

 
> Most of the ones in the "Do not install" list at least have the author's
> name and a vague description of the package's purpose (some display nothing
> at all). Are these descriptions maintained by the contributing authors?

Yes.

 
> I have found some information by searching for the package's names on the
> internet but a new user shouldn't need to google a package when there's a
> perfectly good "Package Info" section that's not being used effectively.
> 
> My final question is: If I were to research each of these packages and
> determine their purpose how would I go about contributing more detailed
> descriptions?

If you have an idea for a better description, don't hesitate to post it
here.

Mattias

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


[Lazarus] Documentation for the packages shipped with Lazarus

2012-10-09 Thread Kenneth Cochran
I am trying to find information on the packages that are included by
default with Lazarus (Win64). Many of their names aren't very descriptive
and the majority of them don't include enough information in the "Package
info" section of the Install/Uninstall Packages dialog to make an
informed decision about whether to install them.

None of the packages in the "Install" list display anything more than a
file path and a (redundant) indication that they are installed. Can I
assume that these all provide some necessary functionally for the IDE,
which would otherwise be either crippled or of limited value without them?

Most of the ones in the "Do not install" list at least have the author's
name and a vague description of the package's purpose (some display nothing
at all). Are these descriptions maintained by the contributing authors?

I have found some information by searching for the package's names on the
internet but a new user shouldn't need to google a package when there's a
perfectly good "Package Info" section that's not being used effectively.

My final question is: If I were to research each of these packages and
determine their purpose how would I go about contributing more detailed
descriptions?
--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] TDBNavigator icons break symmetry

2012-10-09 Thread Bart
On 10/3/12, Graeme Geldenhuys  wrote:
> On 2012-10-02 20:45, Bart wrote:
>>
>> Maybe we could make the glyphs customizable, and keep everybody happy?
>
> Very true. And frankly, I'm quite surprise that the TDBNavigator doesn't
> have an ImageList property to do just that. Those buttons are just
> TSpeedButton descendants anyway. It would also mean that the DBNavigator
> could blend in better with the icon theme used in the application.

File a feature request in the bugtracker?
Otherwise it will be forgotten.

Bart

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


[Lazarus] about StringGrid from hfiandor 09 oct 2012

2012-10-09 Thread Héctor F . Fiandor Rosario
Dear friends:

i have placed a StringGrid of 5 col in a form. In case of an error, I know how 
to change an introduced value with the new one, but

i dont know how to delete a complete row introduced by error. Maybe is the 
first, or the last or any intermediate.

thanks in advance for your explanation

yours truly,

Ing. Héctor F. Fiandor Rosario
hfian...@infomed.sld.cu



--

Este mensaje le ha llegado mediante el servicio de correo electronico 
que ofrece Infomed para respaldar el cumplimiento de las misiones del Sistem
a Nacional de Salud. La persona que envia este correo asume el compromiso de
 usar el servicio a tales fines y cumplir con las regulaciones establecidas


Infomed: http://www.sld.cu/


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


Re: [Lazarus] Text moving from the bottom to the top

2012-10-09 Thread Martin

On 09/10/2012 17:37, Eric Kom wrote:

Good day,

Please if any one know how or which property to use so that the text 
can move from the bottom to the top?


You mean:
1) text that is turned by 90 degree, and reads top-down?
2) srolling

for 1 the answer wan given

for 2:
put a label (or read only memo) into a TScrollBox. Use a TTImer to scroll it

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


Re: [Lazarus] Text moving from the bottom to the top

2012-10-09 Thread Vincent Snijders
2012/10/9 Eric Kom :
> Good day,
>
> Please if any one know how or which property to use so that the text can
> move from the bottom to the top?
>
> Thank you in advance.

See this thread:
http://lists.lazarus.freepascal.org/pipermail/lazarus/2012-October/077072.html

Vincent

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


[Lazarus] Text moving from the bottom to the top

2012-10-09 Thread Eric Kom

Good day,

Please if any one know how or which property to use so that the text can 
move from the bottom to the top?


Thank you in advance.

--
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


Re: [Lazarus] How to deselect text in edit control

2012-10-09 Thread Howard Page-Clark

On 09/10/12 1:32, Frank Church wrote:


Whenever I press the enter key in an edit control which is not
configured to tab to the next item, all the ext in the edit control
becomes selected.

Is there some way to disable this behaviour, or unselect the selected text?


Try setting AutoSelect to False (I'm not sure if this is effective on 
all platforms).
Else trap the Enter key in the OnKeyPress event and set it to #0 or 
whatever suits your purpose.



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


[Lazarus] How to deselect text in edit control

2012-10-09 Thread Frank Church
Whenever I press the enter key in an edit control which is not configured
to tab to the next item, all the ext in the edit control becomes selected.

Is there some way to disable this behaviour, or unselect the selected text?

-- 
Frank Church

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


Re: [Lazarus] make clean is leaving more than 20MB stuff behind (this number is after compression!)

2012-10-09 Thread Bernd
2012/10/9 Sven Barth :

> Than this seems to apply only to non-Windows platforms indeed... (or maybe
> only if the external linker is used).

Yes. Probably ld simply needs it this way while the internal linker
can more or less implement it like it wants.

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


Re: [Lazarus] make clean is leaving more than 20MB stuff behind (this number is after compression!)

2012-10-09 Thread Sven Barth

Am 09.10.2012 01:47, schrieb Bernd:

2012/10/8 Sven Barth :


You just need to test yourself: create a unit with a bit of code and compile
using "-CX". At least on my system I haven't found a "libUNITNAME.a" file.

[snip]

--(bernd@t40)-(/home/bernd/Desktop/smartlinktest)--
--($)-- ls
insgesamt 104
drwxr-xr-x  2 bernd bernd  4096 Okt  9 01:46 .
drwx-- 12 bernd bernd  4096 Okt  9 01:37 ..
-rw-r--r--  1 bernd bernd 16026 Okt  9 01:46 libpprog.a
-rw-r--r--  1 bernd bernd  8988 Okt  9 01:46 libpunita.a
-rw-r--r--  1 bernd bernd  8988 Okt  9 01:46 libpunitb.a
-rwxr-xr-x  1 bernd bernd 21980 Okt  9 01:46 prog
-rw-r--r--  1 bernd bernd  1696 Okt  9 01:46 prog.o
-rw-r--r--  1 bernd bernd48 Okt  9 01:39 prog.pas
-rw-r--r--  1 bernd bernd   791 Okt  9 01:46 unita.o
-rw-r--r--  1 bernd bernd51 Okt  9 01:41 unita.pas
-rw-r--r--  1 bernd bernd   624 Okt  9 01:46 unita.ppu
-rw-r--r--  1 bernd bernd   791 Okt  9 01:46 unitb.o
-rw-r--r--  1 bernd bernd51 Okt  9 01:41 unitb.pas
-rw-r--r--  1 bernd bernd   624 Okt  9 01:46 unitb.ppu


Than this seems to apply only to non-Windows platforms indeed... (or 
maybe only if the external linker is used).


Regards,
Sven

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