Re: [Lazarus] Lazarus Digest, Vol 99, Issue 32

2016-04-13 Thread Salvatore Coppola
2016-04-09 12:20 GMT+02:00 Giuliano Colla : > Il 08/04/2016 21:13, Juha Manninen ha scritto: > >> Welcome to open source. >> Instead of complaining here and wasting everybody's time, you could >> have improved the documentation yourself and provide a patch. >> > > In

Re: [Lazarus] Lazarus 1.6RC1 on various platforms

2015-12-28 Thread Salvatore Coppola
Create the procedure TForm1.Button1Click(Sender: TObject); begin end; Instead of the error message 2015-12-28 9:16 GMT+01:00 Ondrej Pokorny <laza...@kluug.net>: > On 28.12.2015 09:11, Salvatore Coppola wrote: > > What do you want to change? >> - do you want to rem

Re: [Lazarus] Lazarus 1.6RC1 on various platforms

2015-12-28 Thread Salvatore Coppola
Done 2015-12-28 9:50 GMT+01:00 Ondrej Pokorny <laza...@kluug.net>: > On 28.12.2015 09:35, Salvatore Coppola wrote: > > Create the > procedure TForm1.Button1Click(Sender: TObject); > begin > > end; > Instead of the error message > > Please fill a

Re: [Lazarus] Lazarus 1.6RC1 on various platforms

2015-12-28 Thread Salvatore Coppola
2015-12-27 22:29 GMT+01:00 Ondrej Pokorny <laza...@kluug.net>: > On 26.12.2015 10:00, Salvatore Coppola wrote: > > the IDE is give a error msg that didnt help to find the problem (unit > section enlighted) > > > I find the error message clear enough: > > > &

Re: [Lazarus] Lazarus 1.6RC1 on various platforms

2015-12-27 Thread Salvatore Coppola
Ok "although" instead of "Thought"! Ok wrong tread! Should be opened an issou in the BT? thanks for the huge amount of replies! 2015-12-26 10:00 GMT+01:00 Salvatore Coppola <coppolastu...@gmail.com>: > Thought not 1.6 specific ther'is an annoying bug with the IDE un

Re: [Lazarus] Lazarus 1.6RC1 on various platforms

2015-12-26 Thread Salvatore Coppola
Thought not 1.6 specific ther'is an annoying bug with the IDE undo. If you create an event for instance procedure TForm1.Button1Click(Sender: TObject); begin end; do ctrl+z and only Button1Click from source is removed and not its reference in the OI. So if you try to recreate the Button1Click

Re: [Lazarus] Theoretical question about future of Lazarus

2015-10-13 Thread Salvatore Coppola
An easy way to got apk for Android as Sam Herzog said "able to generate a valid android package (.apk) by just pressing F9" 2015-10-13 19:50 GMT+02:00 Travis Ayres : > I hope we see more books detailing Lazarus and Freepascal, rather than > more advanced features. New features

Re: [Lazarus] LazSVNPkg is working?

2015-10-03 Thread Salvatore Coppola
2015-10-02 21:14 GMT+02:00 Salvatore Coppola <coppolastu...@gmail.com>: > Hi all, > is LazSVNPkg working? > Tried for the first time and got "Access violation". > Steps > installed subversion > created a local a repository > set up project active &

[Lazarus] LazSVNPkg is working?

2015-10-02 Thread Salvatore Coppola
Hi all, is LazSVNPkg working? Tried for the first time and got "Access violation". Steps installed subversion created a local a repository set up project active try to commit Salvatore -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org

[Lazarus] fpc (trunk) 3.1.1 debian .deb

2015-09-26 Thread Salvatore Coppola
Hi, time ago the .deb packages of fpc in trunk were availlable on daily snapshot pages. The same with other fpc distribtions (for instance packaged in the lazarus setup exe). It was great for who like me that wasn't able to get fpc working from source (I know, I.ll die dummy) Why daily snapshot

Re: [Lazarus] LaztoApk troubles

2015-09-21 Thread Salvatore Coppola
o generate a valid android package (.apk) by just pressing F9. Nice > but will cost you around 1000 euros. > > > > > > > > > > > > > > > Von Samsung-Tablet gesendet > > > Ursprüngliche Nachricht > Von: Salvatore Coppola

[Lazarus] LaztoApk troubles

2015-09-19 Thread Salvatore Coppola
Hi, this should be direct to delphifreak but i preferred to ask here, maybe someone has already experimented and solved. After configured laz4android jdk sdk ndk, the program execute and make the apk but the problem is that althought the project is changed (another project) always the template is

Re: [Lazarus] TAChart

2015-06-05 Thread Salvatore Coppola
Maybe TChart.ZoomFull can help you 2015-06-04 21:35 GMT+02:00 Richard Mace richard.m...@gmail.com: Hi, Another quick question. How can you, via code, zoom out of a chart, effectively back to what it was by default? If that makes sense? Thanks Richard --

Re: [Lazarus] Moving items between actionlist

2015-04-21 Thread Salvatore Coppola
Maybe can be better for you to use Sender instead to duplicate actions 2015-04-20 14:44 GMT+02:00 Torsten Bonde Christiansen t...@epidata.info: I am in for some tidious work, copying a large amount of actions between two actionlist. So I started wondering - is there not a simple cutpaste

Re: [Lazarus] Bug? Form (in design mode) shrinks every time i click on a component in the palette

2015-04-17 Thread Salvatore Coppola
about 30 pixel recall me scrollbar width 2015-04-17 13:12 GMT+02:00 Kostas Michalopoulos badsectorac...@gmail.com: So i have this weird problem under Linux with the GTK2 backend (it doesn't happen in the Qt backend): every time i click on a component button in the palette, the designed form

Re: [Lazarus] Auto Update Request

2015-04-13 Thread Salvatore Coppola
2015-04-13 16:28 GMT+02:00 Martin Frb laza...@mfriebe.de: On 13/04/2015 14:58, Lukasz Sokol wrote: On 13/04/15 14:28, Michael Van Canneyt wrote: Do you need additional features: a diff kind of update, My bet's primarily on this one. Well then the question is, is the request for - an

[Lazarus] StringGrid content LoadFromFile SaveToFile and accented char

2015-04-01 Thread Salvatore Coppola
Ciao, I'm playing with StringGrid and LoadFromFile SaveToFile. I noticed that if you save content in Windows 8 or Mint LMDE 64 and load it under winXp, accented chars are replaced with strange chars. Sure are utf related but is there a way to avoid this? It is a bag? Thanks for the replies

Re: [Lazarus] font.name=default

2014-08-22 Thread Salvatore Coppola
inspector. Philippe Em 20.08.2014 12:58, Salvatore Coppola escreveu: 2014-08-16 12:40 GMT+02:00 Philippe phili...@quarta.com.br: I wrote a program, used font.name=default for allmost everything ... it was looking as Arial font. Fine. It was on a Windows 8 machine. Then I copied

Re: [Lazarus] font.name=default

2014-08-20 Thread Salvatore Coppola
2014-08-16 12:40 GMT+02:00 Philippe phili...@quarta.com.br: I wrote a program, used font.name=default for allmost everything ... it was looking as Arial font. Fine. It was on a Windows 8 machine. Then I copied the program to a Windows XP machine to check. Where static text and others are

Re: [Lazarus] TAChart - Logarithmic Transform fails for X Axis

2013-12-08 Thread Salvatore Coppola
Have you checked data (0)? Salvatore 2013/12/7 Peter Thurner pm.thur...@gmx.at Hello *, This is the first time that I post something, so please be patient with me :-) I have been using Plotpanel now for a while to plot Bode diagrams within Lazarus GUIs. Now I would like to switch to

Re: [Lazarus] Help with databases

2013-01-27 Thread Salvatore Coppola
OK realised that I must study SQL language Salvatore 2013/1/27 Salvatore Coppola coppolastu...@gmail.com: Hello everyone, I'm newbie with databases, I'm trying sqlite and now I need to know if an element is present in a particular field. Another thing is how to assign an entire field (ftString

[Lazarus] Help with databases

2013-01-26 Thread Salvatore Coppola
Hello everyone, I'm newbie with databases, I'm trying sqlite and now I need to know if an element is present in a particular field. Another thing is how to assign an entire field (ftString) to a StringList. Any help will be appreciate Salvatore -- ___

Re: [Lazarus] New Lazarus User

2013-01-04 Thread Salvatore Coppola
2013/1/4 George R Smith geo...@grsmith.arcoxmail.com: All, I just ordered my first all Ubuntu laptop and since I like Delphi I noticed Lazarus. Can Lazarus run and are people using Lazarus on Ubuntu 12.10 and does it use Wine. Thanks George --

Re: [Lazarus] Stringgrid ?

2012-11-17 Thread Salvatore Coppola
2012/11/17 Terry A. Haimann te...@haimannonline.com: I am wanting to change the color based on a value. The cell already exists TSemaphorGrid enlight a cell based on the value (red yellow and green labels for StringRed, StringYellow and StringGreen values). If you need more values you can

Re: [Lazarus] Where is the System Unit source?

2012-11-15 Thread Salvatore Coppola
Maybe the follow can help Byte 0 .. 2551 Shortint -128 .. 127 1 Smallint -32768 .. 32767 2 Word 0 .. 65535 2 Integer either smallint or longint size 2 or 4 Cardinal longword4 Longint -2147483648 .. 2147483647 4 Longword

Re: [Lazarus] Cannot post a reply in the lazarus forum

2012-09-09 Thread Salvatore Coppola
Grazie Paul! 2012/9/9 Paul Ishenin webpi...@mail.ru: 09.09.12, 14:42, Salvatore Coppola пишет: As the object say, (see the attached screenshot) cannot post a reply in the lazarus forum. What am I doing wrong? Look at one of the text fields: Lazarus spelled backward = surazaL but you put

Re: [Lazarus] Lazarus 1.0 Release

2012-08-30 Thread Salvatore Coppola
Congratulations to all of you! Salvatore 2012/8/29 Mattias Gaertner nc-gaert...@netcologne.de: The Lazarus team is glad to announce the release of: Lazarus 1.0 At this important stage the current team would like to thank all the past and current people who were involved in

Re: [Lazarus] StringGrid.LoadFromFile not loading col and row sizes

2012-08-16 Thread Salvatore Coppola
2012/8/13 Jürgen Hestermann juergen.hesterm...@gmx.de: When I store a StringGrid with StringGrid1.SaveOptions := [soDesign,soPosition,soAttributes,soContent]; StringGrid1.SaveToFile(filename); and reload it later with LoadFromFile() it does not reload the column widths and row heigths. I

Re: [Lazarus] Lazarus and Free Pascal downloads plummeting on SourceForge

2012-08-03 Thread Salvatore Coppola
2012/8/3 Graeme Geldenhuys graemeg.li...@gmail.com: Hi Everybody, Lets just face the facts Such download statics are just eye candy for SourceForge. There is no way you can take those as a Ahahah, i was thinking this graphs were some ad-picture! reliable source of information. It's like

Re: [Lazarus] Lazarus 1.0 release candidate 1 available for download

2012-08-03 Thread Salvatore Coppola
LinuxMint LMDE 201204 with MATE and mintMenu 64bit FPC 2.6.0. from debian repository lazarus_1_0_RC1 from svn built without problem customizing IDE color work only with the combobox i.e. not all the items are selectable from the sourcebox for instance Text block, Folded code marker, Assembler,

Re: [Lazarus] Lazarus 1.0 release candidate 1 available for download

2012-08-03 Thread Salvatore Coppola
With Setting Tools--Options ...--Desktop--Language--English [en] it work fine but with Automatic or Italian the problem is there Salvatore 2012/8/3 Salvatore Coppola coppolastu...@gmail.com: LinuxMint LMDE 201204 with MATE and mintMenu 64bit FPC 2.6.0. from debian repository lazarus_1_0_RC1

Re: [Lazarus] Lazarus 1.0 release candidate 1 available for download

2012-08-03 Thread Salvatore Coppola
2012/8/3 Martin laza...@mfriebe.de: On 03/08/2012 18:54, Salvatore Coppola wrote: LinuxMint LMDE 201204 with MATE and mintMenu 64bit FPC 2.6.0. from debian repository lazarus_1_0_RC1 from svn built without problem customizing IDE color work only with the combobox i.e. not all the items

Re: [Lazarus] Statistics about Lazarus and FPC

2012-06-03 Thread Salvatore Coppola
Maybe this can help you. http://svn.freepascal.org/svn/logs Regards, Salvatore 2012/6/2 Geoffray Levasseur jeff.levass...@free.fr: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello everybody, I'm actually preparing a conference in my LUG about FPC and Lazarus. Regarding that

Re: [Lazarus] Grouping radio buttons

2012-03-21 Thread Salvatore Coppola
Off topic (maybe) I often use for the matter TComboBox with Style:=csDropDownList == only one choise per list (drastic reduction of space consumption) Salvatore 2012/3/21 Jürgen Hestermann juergen.hesterm...@gmx.de: Salvatore Coppola schrieb: Put them in varius GroupBoxes so you can use

Re: [Lazarus] Grouping radio buttons

2012-03-20 Thread Salvatore Coppola
Put them in varius GroupBoxes so you can use the groupbox caption to logically(visual) differenziate each group of radiobuttons Salvatore 2012/3/19 Jürgen Hestermann juergen.hesterm...@gmx.de: I already searched for hours but cannot find anything useful. My question: Is it possible (and if

Re: [Lazarus] Xubuntu, Lazarus and project stored and built on a pendrive with ntfs

2012-03-18 Thread Salvatore Coppola
Salvatore 2012/3/17 Bernd Kreuss prof7...@googlemail.com: On 17.03.2012 23:08, Salvatore Coppola wrote: I'm low level user so can you take a look, is how you supposed? Somehow somewhere the default mount options can be changed in xubuntu. I assume you want it to have it mounted with exec bits set

Re: [Lazarus] Xubuntu, Lazarus and project stored and built on a pendrive with ntfs

2012-03-18 Thread Salvatore Coppola
2012/3/18 Bernd Kreuss prof7...@googlemail.com: On 17.03.2012 23:08, Salvatore Coppola wrote: I'm low level user so can you take a look, is how you supposed? Somehow somewhere the default mount options can be changed in xubuntu. I assume you want it to have it mounted with exec bits set

[Lazarus] Xubuntu, Lazarus and project stored and built on a pendrive with ntfs

2012-03-17 Thread Salvatore Coppola
Hi, after updating Ubuntu at 11.10 because of Unity I swiched to Xubuntu 11.10 (fresh installation), but saving and building a simple project (application) on a pendrive with ntfs the executable cannot be run. The same project stored in HOME is OK. Xubuntu is missing something or what? As I

Re: [Lazarus] Xubuntu, Lazarus and project stored and built on a pendrive with ntfs

2012-03-17 Thread Salvatore Coppola
2012/3/17 Mattias Gaertner nc-gaert...@netcologne.de: On Sat, 17 Mar 2012 18:58:16 +0100 Salvatore Coppola coppolastu...@gmail.com wrote: Hi, after updating Ubuntu at 11.10 because of Unity I swiched to Xubuntu 11.10 (fresh installation), but saving and building a simple project (application

Re: [Lazarus] Xubuntu, Lazarus and project stored and built on a pendrive with ntfs

2012-03-17 Thread Salvatore Coppola
2012/3/17 Mattias Gaertner nc-gaert...@netcologne.de: On Sat, 17 Mar 2012 20:09:48 +0100 Salvatore Coppola coppolastu...@gmail.com wrote: 2012/3/17 Mattias Gaertner nc-gaert...@netcologne.de: On Sat, 17 Mar 2012 18:58:16 +0100 Salvatore Coppola coppolastu...@gmail.com wrote: Hi, after

Re: [Lazarus] Setting ModalResult

2012-03-14 Thread Salvatore Coppola
Set in the Object Inspector Borderstyle to bsDialog and the form behavior should be what you need Regards, Salvatore 2012/3/13 Flávio Etrusco flavio.etru...@gmail.com: Do you set the ModalResult in the button or in the form? If the former, is there any specific reason for it? Best regards,

Re: [Lazarus] Setting ModalResult

2012-03-14 Thread Salvatore Coppola
2012/3/14 Mattias Gaertner nc-gaert...@netcologne.de: Salvatore Coppola coppolastu...@gmail.com hat am 14. März 2012 um 11:57 geschrieben: Set in the Object Inspector Borderstyle to bsDialog and the form behavior should be what you need My apologie for misleading! BorderStyle has

Re: [Lazarus] [OFF-TOPIC] Merry Christmas

2011-12-26 Thread Salvatore Coppola
2011/12/26 Bart bartjun...@gmail.com: On 12/26/11, William Oliveira Ferreira bdexterholl...@gmail.com wrote: rent a toilet! [Trying to get back on-topic ;-) ] Currrently my toilet behaves like any decent C-written M$ program. You know it will fail horribly at some point, but it you cannot

Re: [Lazarus] [OFF-TOPIC] Merry Christmas

2011-12-26 Thread Salvatore Coppola
2011/12/26 Bart bartjun...@gmail.com: On 12/26/11, Salvatore Coppola coppolastu...@gmail.com wrote: ... so you can continue in private! Pun intended? OK, I see. no offence, just thinking was not appropriate with the mail object I apologize Salvatore Bart

Re: [Lazarus] [OFF-TOPIC] Merry Christmas

2011-12-25 Thread Salvatore Coppola
2011/12/24 silvioprog silviop...@gmail.com: Hello listers, My Christmas message to all. const  CMerryChristmasMsg = '*** Merry Christmas! :) ***'; {$IFDEF APPCONSOLE}  WriteLn(CMerryChristmasMsg ); {$ELSE}  ShowMessage(CMerryChristmasMsg); {$ENDIF} Very funny! Merry Christmas! --

Re: [Lazarus] Problem compiling lazarus

2011-11-25 Thread Salvatore Coppola
Try this before to update with SNV delete all the file in the lazarus directory except the fpc and debugger directories and the lazarus executable (keep startlazarus.exe lazarus.exe and lazbuilld.exe), update with SNV and try rebuild the ide itself, so you gave a fresh Lazarus without interference

Re: [Lazarus] Lazarus 0.9.30.2RC2 available

2011-10-27 Thread Salvatore Coppola
2011/10/27 Vincent Snijders vincent.snijd...@gmail.com: 2011/10/27 Salvatore Coppola coppolastu...@gmail.com: Bug 0020486: Missing package files in the Testing Repository is still there!!! Yes, as can been seen at http://bugs.freepascal.org/view.php?id=20486 this issue has not been fixed

Re: [Lazarus] Lazarus 0.9.30.2RC2 available

2011-10-26 Thread Salvatore Coppola
Bug 0020486: Missing package files in the Testing Repository is still there!!! Just curious, this files are missing in the repository that generate the deb installation files or is a problem of the deb packager Regads, Salvatore 2011/10/26 Vincent Snijders vincent.snijd...@gmail.com: The

[Lazarus] Need help about lhelp

2011-05-21 Thread Salvatore Coppola
Hi i need to show a particular hcontext helpfile: filechm.chm hcontext: 25 tried with lhelp filechm.chm --context 25 but doesn't work (always the same page was showed) TIA Salvatore -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org

[Lazarus] Lazarus website doesn't recognize my account

2011-01-28 Thread Salvatore Coppola
Hi after a long time I tried to login as Salvatore user in the website but got a reply that this user doesn't exist. why? should'I reregister again? Regards Salvatore -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org

Re: [Lazarus] Project conversion Delphi - FreePascal: success!

2011-01-08 Thread Salvatore Coppola
2011/1/6 Birger Jansen bir...@cnoc.nl If l interpreted the screenshots correctly, it is plaxis: http://www.plaxis.nl/page/home/ You are correct, it is Plaxis. I did not do any work on the application itself, just did a pilot conversion to see how portable the code is to FPC. I believe

Re: [Lazarus] Project conversion Delphi - FreePascal: success!

2011-01-05 Thread Salvatore Coppola
2011/1/3 Birger Jansen bir...@cnoc.nl Hi all, Last month I converted a 500.000 lines Delphi project to FreePascal, and I wanted to thank those who replied to my questions over the mailing list and the whole FPC / Lazarus team for delivering a great product. Also all contributors to wiki

Re: [Lazarus] Some information please

2010-07-05 Thread Salvatore Coppola
2010/7/3 jjb real...@gmail.com I am an interested observer of Lazarus but I know very little about it. I am interested partly because Pascal was the first language I ever used (it formed a very small part of a non-CS degree.) I understand that this is an open source project so I guess that

Re: [Lazarus] This project needs help

2010-03-09 Thread Salvatore Coppola
IMO all of us are need for the project. In the frictions we rise, so stay with us, you will find your space Salvatore 2010/3/9 Graeme Geldenhuys graemeg.li...@gmail.com Hi Everybody, After enduring more sh*t than I can handle, the rude comments from core team in the public mailing list, the