Re: [Lazarus] Is there some way to build a package for all widgsets in one go like the IDE's Build Many option?

2016-03-31 Thread vfclists .
On 31 March 2016 at 22:35, Mattias Gaertner <nc-gaert...@netcologne.de> wrote: > On Thu, 31 Mar 2016 22:17:20 +0100 > "vfclists ." <vfcli...@gmail.com> wrote: > > >[...] > > I suppose that this depends on using building a project with the right > >

Re: [Lazarus] Is there some way to build a package for all widgsets in one go like the IDE's Build Many option?

2016-03-31 Thread vfclists .
On 31 March 2016 at 21:49, Mattias Gaertner <nc-gaert...@netcologne.de> wrote: > On Thu, 31 Mar 2016 21:38:46 +0100 > "vfclists ." <vfcli...@gmail.com> wrote: > > > Is there some way to build a package for all widgsets in one go like the > > IDE's Bui

Re: [Lazarus] Xamarin becomes free and open-source

2016-03-31 Thread vfclists .
On 31 March 2016 at 21:56, Denis Kozlov <dez...@gmail.com> wrote: > On 31/03/2016 21:31, vfclists . wrote: > >> They are going all out against Apple and Redhat. >> > > You meant Apple and Google maybe? They target Windows, Mac/iOS and Android. > > A wide selec

[Lazarus] Is there some way to build a package for all widgsets in one go like the IDE's Build Many option?

2016-03-31 Thread vfclists .
Is there some way to build a package for all widgsets in one go like the IDE's Build Many option? Changing widgetsets results in a recompile of a lot of GUI packages and wonder whether that can be avoided. Adding the LCLWidget to the output path of packages doesn't seem to work. The only way I

Re: [Lazarus] Xamarin becomes free and open-source

2016-03-31 Thread vfclists .
On 31 March 2016 at 20:21, Maciej Izak wrote: > > 2016-03-31 20:30 GMT+02:00 Anthony Walter : > >> I thought this was newsworthy and of interest to us: >> >> https://blog.xamarin.com/xamarin-for-all/ >> > > kind of inspiration for better Lazarus and

Re: [Lazarus] Microsoft SQL Server coming to Linux

2016-03-08 Thread vfclists .
On 8 March 2016 at 08:58, Michael Van Canneyt wrote: > > > On Tue, 8 Mar 2016, Anthony Walter wrote: > > For those of you using Linux with interest in database development here is >> some news for you: >> >> Microsoft SQL Server will soon be officially supported on Linux.

Re: [Lazarus] Tool to convert a multiline text to a pascal string constant

2016-02-03 Thread vfclists .
On 3 February 2016 at 11:30, Luiz Americo Pereira Camara < luizameri...@gmail.com> wrote: > Thanks for all > Getting time i will do a Lazarus extension > > Luiz > Em 3 de fev de 2016 03:13, "Martin Schreiber" > escreveu: > >> On Tuesday 02 February 2016 22:33:56 Luiz Americo

Re: [Lazarus] VCLJS

2015-07-06 Thread vfclists .
On 30 June 2015 at 11:44, luiz americo pereira camara luiz...@oi.com.br wrote: 2015-06-30 6:07 GMT-03:00 Michael Van Canneyt mich...@freepascal.org: We use ExtJS at work, but are switching to Angular. If you want to go with Angular in the long run you will need to use TypeScript.

[Lazarus] What option do I need to build Lazarus executable itself from a different OS or architecture?

2015-05-18 Thread vfclists .
I have managed to get FPC cross compilation from 32 bit Linux to 64bit Linux and both 32bit and 64 bit Linux. My next step is to generate the Lazarus executable itself for all 4 systems. My current command for building the 32 bit Linux version of Lazarus is: make all PP=${THIS_BUILD_COMPILER}

Re: [Lazarus] Qt doesn't return proper DC Device Size

2015-05-16 Thread vfclists .
On 16 May 2015 at 13:27, zeljko zel...@holobit.net wrote: On 05/16/2015 02:15 PM, Giuliano Colla wrote: While trying to obtain programmatically the snapshot of a window, I stumbled into a Qt bug. It turned out that TQtDeviceContext.getDeviceSize always returns a size of 10x10 for any

[Lazarus] Is TMemo.CaretPos.Y defined in the Qt widgetset?

2015-05-11 Thread vfclists .
Is TMemo.CaretPos.Y defined in the Qt widgetset? Memo.CaretPos.Y always returns 0 in the Qt widget set, but it works correctly on GTK2. Is it a known bug? I have tested on Lazarus 1.2.6 and trunk version 48534 on Linux. I have not tested on the latest 1.4 release. -- Frank Church

Re: [Lazarus] Andorid development - first steps.

2015-05-11 Thread vfclists .
On 29 April 2015 at 15:12, Horacio Jamilis hjami...@pymesoft.com.ar wrote: Hi, I am trying to build my first application for Android. I downloaded and installed Laz4Android and LazAndroidModuleWizard. Also downloaded and installed android-ndk-r10d, android-sdk (recent), ant 1.9.4, all on

[Lazarus] How are TProcess.Input and TProcess.XtermProgram used?

2015-05-09 Thread vfclists .
How are TProcess.Input and TProcess.XtermProgram used? Is it possible to test if a program is waiting for input in order to send it some input, such as keystrokes for instance? Can the XTermProgram be popped up on the screen in order to view the program output and interact with it as well?

Re: [Lazarus] How to display html contents?

2015-05-09 Thread vfclists .
On 6 May 2015 at 09:37, Giuliano Colla giuliano.co...@fastwebnet.it wrote: Hi all, I need to display some local html files in a Lazarus application, which must run under Linux. What's the best way to go? Thanks in advance for any hint. Giuliano -- Giuliano Colla Project planning

[Lazarus] Do the make commands have a way of listing the options and possible values for them?

2015-03-31 Thread vfclists .
The ./configure command used by a lot of unix programs can list the options and possible values for them. Do the make commands for Lazarus and FPC have such an option? -- Frank Church === http://devblog.brahmancreations.com -- ___

[Lazarus] Can the Lazarus IDE itself be compiled for a different OS and architecture?

2015-03-31 Thread vfclists .
Is it possible to compile the Lazarus version of Windows 32bit or 64bit on a Linux system, including the components, zip it up and transfer it to a Windows system for installation? -- Frank Church === http://devblog.brahmancreations.com --

Re: [Lazarus] Lazbuild command options.

2015-03-27 Thread vfclists .
On 26 March 2015 at 13:49, Dmitry Boyarintsev skalogryz.li...@gmail.com wrote: On Thu, Mar 26, 2015 at 9:47 AM, vfclists . vfcli...@gmail.com wrote: Is there a document with more detail on the syntax of lazbuild's options? lazarus --help doesn't offer much. Web version of lazbuild --help

Re: [Lazarus] Is there a way to checkout a specific subversion tag or branch in a Git mirror of a Subversion repository?

2015-03-26 Thread vfclists .
On 26 March 2015 at 09:55, Graeme Geldenhuys mailingli...@geldenhuys.co.uk wrote: On 2015-03-26 06:43, vfclists . wrote: Is there a way to checkout a specific subversion tag or branch in a Git mirror of a Subversion repository? If your Git mirror cloned all the details you need (trunk

Re: [Lazarus] How do you guys extract an SVN revision number from a Git commit ref?

2015-03-26 Thread vfclists .
On 26 March 2015 at 10:58, Graeme Geldenhuys mailingli...@geldenhuys.co.uk wrote: On 2015-03-26 10:42, vfclists . wrote: 'git svn find-rev' works for finding the Git commit refs from subversion refs only if the subversion refs are of the form rN, and I thought going the other way

[Lazarus] Is there a way to checkout a specific subversion tag or branch in a Git mirror of a Subversion repository?

2015-03-26 Thread vfclists .
Is there a way to checkout a specific subversion tag or branch in a Git mirror of a Subversion repository? -- Frank Church === http://devblog.brahmancreations.com -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org

Re: [Lazarus] How do you guys extract an SVN revision number from a Git commit ref?

2015-03-25 Thread vfclists .
On 24 March 2015 at 23:33, Graeme Geldenhuys mailingli...@geldenhuys.co.uk wrote: On 2015-03-24 21:10, vfclists . wrote: git log -n 1 | head -n 7 | tail -n 1 | cut -d @ -f 2 | cut -d -f 1 Try: git svn find-rev $(git log --max-count 1 --pretty=format:%H) Alternatively you could do

Re: [Lazarus] Does a Lazarus build include the revision of the FPC used to compile it?

2015-03-24 Thread vfclists .
On 24 March 2015 at 06:42, leledumbo leledumbo_c...@yahoo.co.id wrote: Is including the FPC revision part of the Lazarus build nope does FPC have a way of telling its revision number, if it is checked out from a Git mirror, ie using `git archive` without the metadata? nope, only

Re: [Lazarus] Ways of making new style design

2015-03-24 Thread vfclists .
On 24 March 2015 at 07:23, zeljko zel...@holobit.net wrote: On 03/23/2015 09:35 PM, Graeme Geldenhuys wrote: On 2015-03-23 20:19, aradeonas wrote: I know its possible with other languages specialty web programing but how in Lazarus? The LCL (GTK2, QT, Carbon, Win32) are not designed to

[Lazarus] How do you guys extract an SVN revision number from a Git commit ref?

2015-03-24 Thread vfclists .
I am using this code to obtain the SVN revision of a git commit hash. The example below is for the latest commit hence the git log -n 1. git log -n 1 | head -n 7 | tail -n 1 | cut -d @ -f 2 | cut -d -f 1 It checks for the seventh line, searches for the '@' in trunk@N and extracts it from

[Lazarus] Does a Lazarus build include the revision of the FPC used to compile it?

2015-03-23 Thread vfclists .
In looking through the sources and the Help | About dialog in Lazarus, I noticed that the FPC revision is not include in it, and that the revision.inc file in the FPC source applies to fpcmake. Is including the FPC revision part of the Lazarus build, and does FPC have a way of telling its

[Lazarus] Is adding all the related files to a package the way to stop units proliferating in the output directory?

2015-03-20 Thread vfclists .
I am using a library which uses a lot of it own related files and whenever I recompile all those units are always recompiled. Is adding the other additional files into a package the way to avoid this recompilation and the presence of lots of unrelated ppus and object files? -- Frank Church

Re: [Lazarus] Is adding all the related files to a package the way to stop units proliferating in the output directory?

2015-03-20 Thread vfclists .
On 20 March 2015 at 12:30, Mattias Gaertner nc-gaert...@netcologne.de wrote: On Fri, 20 Mar 2015 12:08:11 + vfclists . vfcli...@gmail.com wrote: I am using a library which uses a lot of it own related files and whenever I recompile all those units are always recompiled. What do you

Re: [Lazarus] Play video from memory

2015-03-17 Thread vfclists .
On 17 March 2015 at 08:23, aradeonas aradeo...@operamail.com wrote: Thank you all, Now with help of author of FFVCL I can do what I want. That is great library with a great support.After testing many libraries I think its best choice for any one wants expert and easy to use tools in video

Re: [Lazarus] Someone help built qt4pas.dll for win64

2015-03-14 Thread vfclists .
On 14 March 2015 at 12:50, FreeMan freema...@delphiturkiye.com wrote: : I'm s lucky :) Sure, I'm be happy, if I help somebody. I upload Qt4Pas5.7z (255kb). to our web site. just this dll file is enough for run my application. this is my dll compiled in w8 x64 with qt 4.8.6.

Re: [Lazarus] Someone help built qt4pas.dll for win64

2015-03-14 Thread vfclists .
On 13 March 2015 at 17:02, zeljko zel...@holobit.net wrote: On 03/13/2015 01:38 PM, FreeMan wrote: On 12.03.2015 20:57, zeljko wrote: QMAKE_CXXFLAGS += -fpermissive should be added to the Qt4Pas.pro zeljko Thank you, I can compile now. And I added message in forum How to build

[Lazarus] Does the Lazarus IDE check for the fpc.cfg in the default places on first run?

2015-03-13 Thread vfclists .
Does the Lazarus IDE check for the fpc.cfg in the default places on first run? I built a few instances of Lazarus from source, and although I set the fpc binary to a shell script which had its own fpc.cfg passed to it via the @ parameter, they complained about the missing fpc.cfg until I copied

[Lazarus] Hooking into the IDEs save events?

2014-09-26 Thread vfclists .
During development a lot unneeded changes occur forms, especially when you move them around or click on controls to set events etcetera. I want to have settings which stop forms or data modules from being edited or that abandons changes to the LFM or DFM when the project is being saved. Another

Re: [Lazarus] Does Lazarus give default names to components created at runtime?

2014-09-11 Thread vfclists .
On 18 June 2013 17:59, Mattias Gaertner nc-gaert...@netcologne.de wrote: On Tue, 18 Jun 2013 17:42:58 +0100 vfclists . vfcli...@gmail.com wrote: On 18 June 2013 13:20, Mattias Gaertner nc-gaert...@netcologne.de wrote: vfclists . vfcli...@gmail.com hat am 18. Juni 2013 um 13:29

Re: [Lazarus] Does Lazarus give default names to components created at runtime?

2014-09-11 Thread vfclists .
On 11 September 2014 19:03, Mattias Gaertner nc-gaert...@netcologne.de wrote: On Thu, 11 Sep 2014 18:41:02 +0100 vfclists . vfcli...@gmail.com wrote: [...] I have checked CreateFirstIdentifier and CreateNextIdentifier and they appear to fit the bill , but a comment in the source code says

[Lazarus] Script to install set of libraries after compiling a new build of Lazarus?

2014-09-05 Thread vfclists .
Is there a standard script that you can a list of libraries that you want compiled and installed if necessary after you create a new Lazarus build? I find myself having to add my preferred libraries manually and it gets tedious. -- Frank Church ===

Re: [Lazarus] Script to install set of libraries after compiling a new build of Lazarus?

2014-09-05 Thread vfclists .
On 5 September 2014 13:59, . fox golden...@live.com.ph wrote: It might not be the best answer you were looking for but when I recompile lazarus I issue this command make clean lazbuild useride starter It install the packages that I previously added. - goldenfox

Re: [Lazarus] New icons for IDE windows

2014-09-01 Thread vfclists .
On 27 August 2014 12:21, Torsten Bonde Christiansen t...@epidata.info wrote: Hi. Am I the only one who have noticed the new icon for the different IDE Windows (lazarus trunk)? A really nice touch! :D Regards, Torsten. -- ___ Lazarus

Re: [Lazarus] Grey windows in Lazarus IDE with GTK2 in Mint 17 + KDE

2014-09-01 Thread vfclists .
On 18 August 2014 22:14, Juha Manninen juha.mannine...@gmail.com wrote: I suspect this is yet another GTK2 version related bug. Has anybody seen it? When opening a modal window like the About box, other windows turn grey because they are disabled. That is OK. After closing the modal window

Re: [Lazarus] LazDaemon

2014-09-01 Thread vfclists .
On 24 July 2014 16:37, Michael Van Canneyt mich...@freepascal.org wrote: On Thu, 24 Jul 2014, Juha Manninen wrote: I think the LazDaemon package is broken at least on Windows. Can someone else start a Windows service made with it? I cannot. When I find some time, I will have a look at

Re: [Lazarus] How to convert old *.lrs based forms to *.res

2014-09-01 Thread vfclists .
On 21 August 2014 17:23, Graeme Geldenhuys mailingli...@geldenhuys.co.uk wrote: On 2014-08-21 06:14, leledumbo wrote: - Change resource format in the project options to FPC resources - ...snip... Thank you, those set of instructions worked perfectly. Regards, - Graeme - -- fpGUI

Re: [Lazarus] Visual Form Inheritance support

2014-08-08 Thread vfclists .
Does this work for frames as well? My experience suggest that when a frame is embedded in a form at design time, changes to the original are not propagated to the embedded version. Is this by design, or am I missing something? On 4 August 2014 07:22, Mattias Gaertner nc-gaert...@netcologne.de

Re: [Lazarus] What are the prerequisites for compiling Lazarus on a KDE based system?

2014-01-06 Thread vfclists .
On 5 January 2014 18:42, waldo kitty wkitt...@windstream.net wrote: On 1/5/2014 6:37 AM, Reinier Olislagers wrote: On 05/01/2014 04:47, waldo kitty wrote: On 1/4/2014 4:37 PM, vfclists . wrote: On 4 January 2014 14:28, leledumbo leledumbo_c...@yahoo.co.id mailto:leledumbo_c...@yahoo.co.id

Re: [Lazarus] Is there a separate mailing list for Lazarus developers?

2014-01-05 Thread vfclists .
When people ask questions like this it is because they are making comparisons with other projects which are more open, or in the case of Lazarus easier to follow. I follow a few groups such as pharo-dev and squeak-dev regularly and others such as web2py occasionally. In all instances once I log

Re: [Lazarus] What are the prerequisites for compiling Lazarus on a KDE based system?

2014-01-05 Thread vfclists .
On 5 January 2014 11:37, Reinier Olislagers reinierolislag...@gmail.comwrote: On 05/01/2014 04:47, waldo kitty wrote: On 1/4/2014 4:37 PM, vfclists . wrote: On 4 January 2014 14:28, leledumbo leledumbo_c...@yahoo.co.id mailto:leledumbo_c...@yahoo.co.id wrote: +1!!n i'm running

Re: [Lazarus] Is there a separate mailing list for Lazarus developers?

2014-01-05 Thread vfclists .
On 5 January 2014 14:41, Florian Klämpfl flor...@freepascal.org wrote: Am 05.01.2014 15:07, schrieb vfclists .: When people ask questions like this it is because they are making comparisons with other projects which are more open, or in the case of Lazarus easier to follow. I

Re: [Lazarus] What are the prerequisites for compiling Lazarus on a KDE based system?

2014-01-05 Thread vfclists .
On 5 January 2014 18:42, waldo kitty wkitt...@windstream.net wrote: On 1/5/2014 6:37 AM, Reinier Olislagers wrote: On 05/01/2014 04:47, waldo kitty wrote: On 1/4/2014 4:37 PM, vfclists . wrote: On 4 January 2014 14:28, leledumbo leledumbo_c...@yahoo.co.id mailto:leledumbo_c...@yahoo.co.id

[Lazarus] What are the prerequisites for compiling Lazarus on a KDE based system?

2014-01-04 Thread vfclists .
What are the known prerequisites for installing Lazarus on a KDE based system? I am able to build Lazarus using fpcup on existing Ubuntu 12.04 systems running KDE, but I am unable to get it working on a newly installed system so I suspect that some of the required libraries have not been

Re: [Lazarus] What are the prerequisites for compiling Lazarus on a KDE based system?

2014-01-04 Thread vfclists .
On 4 January 2014 14:28, leledumbo leledumbo_c...@yahoo.co.id wrote: Just check what -lXXX are missing Can you explain it further? I am building Lazarus using fpcup. -- Frank Church === http://devblog.brahmancreations.com --

[Lazarus] Is there a separate mailing list for Lazarus developers?

2014-01-04 Thread vfclists .
Is there a separate mailing list for Lazarus developers? This mailing list appears to be mainly for Lazarus users rather than the developers. Is there a separate mailing list for that, or does it take place in Bugzilla or some other place? -- Frank Church ===

Re: [Lazarus] Is there a separate mailing list for Lazarus developers?

2014-01-04 Thread vfclists .
On 4 January 2014 22:06, Juha Manninen juha.mannine...@gmail.com wrote: On Sat, Jan 4, 2014 at 11:39 PM, vfclists . vfcli...@gmail.com wrote: Is there a separate mailing list for Lazarus developers? Yes there is. Can be joined by invitation only. Most of the members also have a commit

Re: [Lazarus] Is there a separate mailing list for Lazarus developers?

2014-01-04 Thread vfclists .
On 4 January 2014 23:18, Juha Manninen juha.mannine...@gmail.com wrote: On Sun, Jan 5, 2014 at 12:26 AM, vfclists . vfcli...@gmail.com wrote: A lot of Lazarus developments and improvements, whether fully implemented or planned go unnoticed and I wonder if this is the reason why. What

Re: [Lazarus] The future of desktop

2013-12-04 Thread vfclists .
On 4 December 2013 20:20, Florian Klämpfl flor...@freepascal.org wrote: Am 04.12.2013 21:08, schrieb Avishai: There's very little interest because it simply can't do the job. If you're looking to buy a new car, you don't stop at a motorcycle shop. If Lazarus could overcome just a few of

Re: [Lazarus] Is there an industry language for specifying for declaring GUIs in JSON?

2013-12-03 Thread vfclists .
On 3 December 2013 16:11, Alexsander Rosa alexsander.r...@gmail.com wrote: Maybe a way to call a webservice, get a JSON reply and show it on a TStringGrid? I mean a general GUI building language Pascal development ecosystem can experience a revival. It is rapidly loosing ground to

Re: [Lazarus] Is there an industry language for specifying for declaring GUIs in JSON?

2013-12-02 Thread vfclists .
On 2 December 2013 08:25, Michael Schnell mschn...@lumino.de wrote: On 12/01/2013 04:57 PM, vfclists . wrote: Are there some industry standards for specifying GUIs in JSON? See Future of the Desktop right here. -Michael -- ___ Lazarus

[Lazarus] Is there an industry language for specifying for declaring GUIs in JSON?

2013-12-01 Thread vfclists .
Are there some industry standards for specifying GUIs in JSON? Something which can specify the type of elements like edit controls, buttons, the positions etc, and draw stuff like squares, triangles, boxes etc? It doesn't have to be an official standard, but have widespread use to make it easier

Re: [Lazarus] The future of desktop

2013-11-30 Thread vfclists .
On 30 November 2013 13:28, Andrew Brunner atbrun...@aurawin.com wrote: On 11/30/2013 07:04 AM, silvioprog wrote: 2013/11/30 Michael Van Canneyt mich...@freepascal.org [...] I want to program the browser itself. In Pascal. Hello Michael, Why not use an existing webkit (like Qt or

[Lazarus] What are the perfomance and memory usage effects of having heaptrc running?

2013-11-23 Thread vfclists .
I want to use heaptrc in a program, but only use the AddExitProc(@DumpHeapTraceOutput) occasionally with a command line switch. Does heaptrc intercept and monitor memory allocation throughout the program execution, or does it do a scan of memory usage for output only at program shutdown? --

Re: [Lazarus] Database and installation

2013-11-19 Thread vfclists .
And I am not really looking forward to writing InstallShield from scratch for Windows if there is a better alternative. You haven't stated whether your program is for Windows or Linux but I am assuming that it is a Windows program.

Re: [Lazarus] Writing a Lazarus program with its own display, RFB?

2013-11-19 Thread vfclists .
On 19 November 2013 00:30, vfclists . vfcli...@gmail.com wrote: I want to write a program to provide its own remote display without an X Window server, ie the program has its own display which can be connected to via VNC server. There is a libvncserver/libvnclient project at http

[Lazarus] Writing a Lazarus program with its own display, RFB?

2013-11-18 Thread vfclists .
I want to write a program to provide its own remote display without an X Window server, ie the program has its own display which can be connected to via VNC server. There is a libvncserver/libvnclient project at http://libvncserver.sourceforge.net/ which enables one to do that, but I don't know

[Lazarus] Graeme would love this, or not, I think

2013-10-11 Thread vfclists .
You couldn't make this up. Is it a joke or not? Department of Basic Education bans Free and Open Source Software in SA Schools and mandates programming an ancient, moribund language in contradiction of government's own policy http://twitter.com/share

Re: [Lazarus] Graeme would love this, or not, I think

2013-10-11 Thread vfclists .
I suspect is its a trick to introduce Linux by the back door. If their Delphi programs can easily be switched to Lazarus the software will be easy to convert to Linux and the Mac On 11 October 2013 20:18, vfclists . vfcli...@gmail.com wrote: You couldn't make this up. Is it a joke

Re: [Lazarus] Lazarus, Jedi etc.

2013-07-19 Thread vfclists .
On 18 July 2013 14:46, Paulo Costa paco.mail.telepac...@gmail.com wrote: On 18/07/2013 14:31, Kenneth Cochran wrote: On Thu, Jul 18, 2013 at 6:23 AM, Reimar Grabowski reimg...@web.de mailto:reimg...@web.de wrote: On Wed, 17 Jul 2013 11:17:29 +0200 Reinier Olislagers

Re: [Lazarus] Should TObject or TComponent have a Comment property?

2013-07-12 Thread vfclists .
On 11 July 2013 23:07, Benito van der Zander ben...@benibela.de wrote: Annotations like in Java would be nice... On 07/11/2013 10:22 PM, vfclists . wrote: Should TObject or TComponent have a Comment property? I think they should. One for the design itself and one for describing

Re: [Lazarus] Should TObject or TComponent have a Comment property?

2013-07-12 Thread vfclists .
On 12 July 2013 01:20, leledumbo leledumbo_c...@yahoo.co.id wrote: Annotations like in Java would be nice... No IMHO, that would complicate reading the code (more cluttered) as you can see in the newer Delphi versions (called attributes instead of annotations though). This is what

[Lazarus] Should TObject or TComponent have a Comment property?

2013-07-11 Thread vfclists .
Should TObject or TComponent have a Comment property? I think they should. One for the design itself and one for describing the usage at design or runtime. Smalltalk has it. Consider it a version of the Hint property but for the developer -- Frank Church ===

Re: [Lazarus] [OT] New Lazarus website

2013-06-23 Thread vfclists .
I think Delphi compatibility is given too much prominence in the basic description. Lazarus is first and foremost an Object Pascal programming IDE whereas Delphi compatibility is RAD/GUI via components aspect. I don't think 18 years after Delphi was introduced many Windows users know what Delphi

Re: [Lazarus] Lazarus for Haiku - Package released

2013-06-19 Thread vfclists .
On 19 June 2013 07:35, spam.acid...@gmail.com spam.acid...@gmail.comwrote: If any of You interested in coding stuff in lazarus for haiku operating system: http://haiku-os-dev.blogspot.com/2013/06/lazarus-for-haiku-ready-to-download.html -- StreaK --

[Lazarus] Does Lazarus give default names to components created at runtime?

2013-06-18 Thread vfclists .
Does Lazarus give default names to components created at runtime? -- Frank Church === http://devblog.brahmancreations.com -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org

Re: [Lazarus] Does Lazarus give default names to components created at runtime?

2013-06-18 Thread vfclists .
On 18 June 2013 13:20, Mattias Gaertner nc-gaert...@netcologne.de wrote: vfclists . vfcli...@gmail.com hat am 18. Juni 2013 um 13:29 geschrieben: Does Lazarus give default names to components created at runtime? No. Default is ''. Mattias Is there function in the LCL that can

Re: [Lazarus] New competition for Lazarus

2013-06-01 Thread vfclists .
On 1 June 2013 14:22, Miquel Bruns miquel.br...@gmail.com wrote: Dear Juha, We've installed both Lazarus and CodeTyphon Studio here, reading this http://www.pilotlogic.com/sitejoom/index.php/wiki/84-wiki/codetyphon-studio/223-codetyphon-statusat CodeTyphon Wiki, we see how much they work

Re: [Lazarus] RAD Studio XE4 Released?

2013-04-24 Thread vfclists .
On 24 April 2013 09:52, Adrian Veith adr...@veith-system.de wrote: - different compilers for the supported targets - the new ARC is only available for ARM iOS. How can they sell this ... as a cross-platform solution ? - do we have September again ? Now they are going to sell you beta

[Lazarus] RAD Studio XE4 Released?

2013-04-23 Thread vfclists .
http://www.h-online.com/developer/news/item/RAD-Studio-XE4-focuses-on-cross-platform-apps-1848176.html http://www.embarcadero.com/press-releases/embarcadero-technologies-unveils-multi-device-true-native-app-development-suite -- Frank Church ===