[Lazarus] Is MenuItem.Commad Zero based?

2013-04-13 Thread Zaher Dirkey
Hi Before i post a bug In Windows/WinCE is Menu ID (MenuItem.Commad) is Zero based? By my logic ID must be start from 1, zero mean no ID or Command In Menus unit MenuItem.inc line 110 --- FCommand := UniqueCommand;

[Lazarus] [MISTAKE] Please remove the patch file from 24264

2013-04-13 Thread Zaher Dirkey
http://bugs.freepascal.org/view.php?id=24264 T ​hanks in advance.​ Zaher Dirkey -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] [MISTAKE] Please remove the patch file from 24264

2013-04-13 Thread Maxim Ganetsky
13.04.2013 16:49, Zaher Dirkey пишет: http://bugs.freepascal.org/view.php?id=24264 T​hanks in advance.​ Done. -- Best regards, Maxim Ganetsky mailto:gan...@narod.ru -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org

Re: [Lazarus] Compile project release with LCL custom optimization

2013-04-13 Thread Zaher Dirkey
​Hi, again, i failed to do that, any example to do it, for SynEdit package? On Tue, Mar 19, 2013 at 6:43 PM, Martin laza...@mfriebe.de wrote: Yes, with macros you can force packages to be recompiled on project changes. You can also change all (almost all) packages very quickly. Most

Re: [Lazarus] Compile project release with LCL custom optimization

2013-04-13 Thread Martin
1) If you want a single package only, open the package and edit the options like for a project. 2) Do add the same settings as for the IDE (from configure build IDE) http://imagebin.org/253861 Add $(IDEBuildOptions) to the custom options Or for the options from the project: $(ProjectOpts)

[Lazarus] Lazarus doesn't rebuild LCL if I change some include file

2013-04-13 Thread Bart
Hi, Lazarus stopped to rebuild the LCL if I change an includefile (that belongs to the LCL). Okay, that's not totally honest. I changed an LCL file to use an include file. If I change the main unitfile it rebuilds. If i change the include it doesn't. (Took me a while to figure that out) Is

Re: [Lazarus] Lazarus doesn't rebuild LCL if I change some include file

2013-04-13 Thread Jesus Reyes
--- El sáb 13-abr-13, Bart bartjun...@gmail.com escribió: De: Bart bartjun...@gmail.com Asunto: [Lazarus] Lazarus doesn't rebuild LCL if I change some include file A: Lazarus mailing list lazarus@lists.lazarus.freepascal.org Fecha: sábado, 13 de abril de 2013, 10:34 Hi, Lazarus stopped

Re: [Lazarus] Linux GUI Application define CONSOLE

2013-04-13 Thread Daniel Simoes de Ameida
Hi Mattias, Thanks for answering... I´m confusing... I always find out that the CONSOLE directive exists only for applications that does not require a GUI or in other words, applications that does not require a X server How can I distinguish applications in Text mode (CONSOLE) from

Re: [Lazarus] Linux GUI Application define CONSOLE

2013-04-13 Thread leledumbo
I´m confusing... I always find out that the CONSOLE directive exists only for applications that does not require a GUI or in other words, applications that does not require a X server Linux applications are console, Linux doesn't have integrated GUI as a part of the system like Windows

[Lazarus] Runtime package (manual compilation only) forced to re-compile by a design time dependant package?

2013-04-13 Thread patspiper
Hi, Why is a runtime package (manual compilation only) forced to re-compile by a design time dependant package when the dependant package is compiled? Stephano -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org

Re: [Lazarus] Runtime package (manual compilation only) forced to re-compile by a design time dependant package?

2013-04-13 Thread Mattias Gaertner
On Sat, 13 Apr 2013 20:59:13 +0300 patspiper patspi...@gmail.com wrote: Hi, Why is a runtime package (manual compilation only) forced to re-compile by a design time dependant package when the dependant package is compiled? A manual compilation only is never recompiled automatically, unless

Re: [Lazarus] Lazarus doesn't rebuild LCL if I change some include file

2013-04-13 Thread Mattias Gaertner
On Sat, 13 Apr 2013 09:46:34 -0700 (PDT) Jesus Reyes jesus...@yahoo.com.mx wrote: [...] Is the include file part of the LCL package?, it seems the IDE monitors files that are included in the package, if it's not included, it's not monitored. Yes. Mattias --

Re: [Lazarus] Runtime package (manual compilation only) forced to re-compile by a design time dependant package?

2013-04-13 Thread patspiper
On 13/04/13 21:05, Mattias Gaertner wrote: On Sat, 13 Apr 2013 20:59:13 +0300 patspiper patspi...@gmail.com wrote: Hi, Why is a runtime package (manual compilation only) forced to re-compile by a design time dependant package when the dependant package is compiled? A manual compilation only

Re: [Lazarus] How is the versions info in the IDE worked out?

2013-04-13 Thread Reinier Olislagers
On 13-4-2013 19:25, Frank Church wrote: I compiled the Lazarus using FPC 2.6.0 and the fixes branch of Lazarus. When I do a version check the Lazarus version is version is 1.0.9 and the svn revision is 40800, but the output displayed from fpcup says 40759. Shouldn't the svn revision be

Re: [Lazarus] Compile project release with LCL custom optimization

2013-04-13 Thread Zaher Dirkey
​Not worked for me, i Added $(ProjectOpts) to custom options in SynEdit package (same with my packages but i will take SynEdit as example)​ What i have I Have 2 build mode (Debug, Release) i want when use Debug all compiler option passed to SynEdit package and have debug info and so on, When use

Re: [Lazarus] Compile project release with LCL custom optimization

2013-04-13 Thread Martin
Hm, yes, sorry $(ProjectOpts) may not work. Not sure where I picked it up, but I had it as a left over. If you want to push changed project options, down into the used packages, then that is going to be tricky. (Dependencies normally do not go that way) IIRC ( I do no longer have my

Re: [Lazarus] Runtime package (manual compilation only) forced to re-compile by a design time dependant package?

2013-04-13 Thread patspiper
On 13/04/13 21:27, patspiper wrote: On 13/04/13 21:05, Mattias Gaertner wrote: On Sat, 13 Apr 2013 20:59:13 +0300 patspiper patspi...@gmail.com wrote: Hi, Why is a runtime package (manual compilation only) forced to re-compile by a design time dependant package when the dependant package is

Re: [Lazarus] Runtime package (manual compilation only) forced to re-compile by a design time dependant package?

2013-04-13 Thread patspiper
On 13/04/13 22:17, patspiper wrote: On 13/04/13 21:27, patspiper wrote: On 13/04/13 21:05, Mattias Gaertner wrote: On Sat, 13 Apr 2013 20:59:13 +0300 patspiper patspi...@gmail.com wrote: Hi, Why is a runtime package (manual compilation only) forced to re-compile by a design time dependant

Re: [Lazarus] Compile project release with LCL custom optimization

2013-04-13 Thread Zaher Dirkey
​Is is like if defined(RELEASE) then CustomOptions := ' -O-1 '; If yes it will be the head of the yarn(proverb) On Sat, Apr 13, 2013 at 10:17 PM, Martin laza...@mfriebe.de wrote: if defined(MACRONAME) then CustomOptions := ' -O-1 '; -- I am using last

Re: [Lazarus] Compile project release with LCL custom optimization

2013-04-13 Thread Martin
On 13/04/2013 20:27, Zaher Dirkey wrote: Is is like if defined(RELEASE) then CustomOptions := ' -O-1 '; If yes it will be the head of the yarn(proverb) Isnt the above identical to the below? When I did it, I did have to define the MACRO myself. (in the project, in each

Re: [Lazarus] Compile project release with LCL custom optimization

2013-04-13 Thread Zaher Dirkey
​fpGUI is in my list, but now i like to close my opened projects before looking up to another sources, we have hard time here.​ Now there is Maximus i like the design :-) On Sat, Apr 13, 2013 at 10:30 PM, Graeme Geldenhuys gra...@geldenhuys.co.uk wrote:

Re: [Lazarus] Compile project release with LCL custom optimization

2013-04-13 Thread Zaher Dirkey
On Sat, Apr 13, 2013 at 10:44 PM, patspiper patspi...@gmail.com wrote: I guess the original proverb is closer to 'tip of the string', meaning like the 1st lead or clue of a mystery or case. ​Yes true :) but i used Yarn instead of string, because string is reserved word :P Sorry for off

[Lazarus] OT tip of the string/yarn

2013-04-13 Thread Martin
On 13/04/2013 20:46, Zaher Dirkey wrote: On Sat, Apr 13, 2013 at 10:44 PM, patspiper patspi...@gmail.com mailto:patspi...@gmail.com wrote: I guess the original proverb is closer to 'tip of the string', meaning like the 1st lead or clue of a mystery or case. Yes true :) but i used

Re: [Lazarus] OT tip of the string/yarn

2013-04-13 Thread Zaher Dirkey
On Sat, Apr 13, 2013 at 10:54 PM, Martin laza...@mfriebe.de wrote: Is this an American or UK proverb? Or translated from another language? It is from my Arabic ​language, used when we catch the head/tip of the string and start pull it to discover the end of it, it is mean we started(the

[Lazarus] FPDoc Editor fails on namespace dotted unit names?

2013-04-13 Thread Anthony Walter
It would seem that the Lazarus IDE integrated documentation editor fails to work with units which use dotted names. For example: unit MyCompany.Utilities.Text; Can someone verify this for me? I am preparing some OSS pascal packages (a cross platforming gaming library) which use the above pattern

Re: [Lazarus] Runtime package (manual compilation only) forced to re-compile by a design time dependant package?

2013-04-13 Thread Mattias Gaertner
On Sat, 13 Apr 2013 22:27:11 +0300 patspiper patspi...@gmail.com wrote: [...] In what needs building (with the design package selected), the runtime package is marked as No build needed. Nevertheless, compiling the design time package tries to compile the runtime units. It turned out

Re: [Lazarus] FPDoc Editor fails on namespace dotted unit names?

2013-04-13 Thread Mattias Gaertner
On Sat, 13 Apr 2013 17:30:15 -0400 Anthony Walter sys...@gmail.com wrote: It would seem that the Lazarus IDE integrated documentation editor fails to work with units which use dotted names. For example: unit MyCompany.Utilities.Text; Can someone verify this for me? I am preparing some OSS

Re: [Lazarus] FPDoc Editor fails on namespace dotted unit names?

2013-04-13 Thread Anthony Walter
I tested on on another computer with a different OS (Windows 7) and replicated the problem. I filled out 3 bug reports for issue numbers 0024269, 0024270, and 0024271. One issue is related to a copy and paste problem with the integrated Lazarus documentation editor window. --

Re: [Lazarus] Compile project release with LCL custom optimization

2013-04-13 Thread Martin Schreiber
On Saturday 13 April 2013 21:30:17 Graeme Geldenhuys wrote: On 2013-04-13 20:05, Zaher Dirkey wrote: ​Not worked for me, i Added $(ProjectOpts) to custom options in SynEdit package (same with my packages but i will take SynEdit as example)​ What i have I Have 2 build mode (Debug,