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 pascaldra...@googlemail.com:

 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


[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] 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] 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] Text moving from the bottom to the top

2012-10-09 Thread Vincent Snijders
2012/10/9 Eric Kom eric...@metropolitancollege.co.za:
 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] 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] TDBNavigator icons break symmetry

2012-10-09 Thread Bart
On 10/3/12, Graeme Geldenhuys gra...@geldenhuys.co.uk 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