Re: [Lazarus] Conflicting packages in fixes_0_9_30

2011-06-20 Thread Mattias Gaertner
On Mon, 20 Jun 2011 06:36:09 +0100 Hans-Peter Diettrich drdiettri...@aol.com wrote: Mattias Gaertner schrieb: The problem is, that in 0.9.30 the LCL was using some Makefile and IDE magic. Anyway, adding LCLBase as dependency is not useful. The IDE now uses the LCL instead. See below

[Lazarus] Compile and Build menu entries, Run- or Project-menu?

2011-06-20 Thread Juha Manninen
I changed the Run menu item order based on issue: 19580: The run menu does not have run as first entry I would need your opinions about if Compile and Build menu entries should be moved from Run- to Project-menu. They work with a project which suggests moving them. On the other hand there are

Re: [Lazarus] Compile and Build menu entries, Run- or Project-menu?

2011-06-20 Thread Bart
I would not put them in Project menu. The items in Project are (mostly) about managing the project. One could move all build/compile items to a new Build menu and in the Run menu leave all items related to Run (trace, step etc.) (FWIW: My old Delphi (D3 Pro) has Compile in the Run menu.) Just

Re: [Lazarus] Compile and Build menu entries, Run- or Project-menu?

2011-06-20 Thread michael . vancanneyt
On Mon, 20 Jun 2011, Juha Manninen wrote: I changed the Run menu item order based on issue: 19580: The run menu does not have run as first entry I would need your opinions about if Compile and Build menu entries should be moved from Run- to Project-menu. No, please keep them in 'Run'. This

Re: [Lazarus] Compile and Build menu entries, Run- or Project-menu?

2011-06-20 Thread Mattias Gaertner
On Mon, 20 Jun 2011 13:45:08 +0200 (CEST) michael.vancann...@wisa.be wrote: On Mon, 20 Jun 2011, Juha Manninen wrote: I changed the Run menu item order based on issue: 19580: The run menu does not have run as first entry I would need your opinions about if Compile and Build menu

[Lazarus] fpGUI, OpenGL, WebGL

2011-06-20 Thread Michael Schnell
FPgui can create a GUI directly using a graphic subsystem without needing an external Widget Set. Right now it can use X11. Maybe it can be made using OpenGL. This done it maybe can be made using WebGL and with that it could create a remote GUI on a (Firefox or Chrome) browser (which, IMHO,

Re: [Lazarus] Compile and Build menu entries, Run- or Project-menu?

2011-06-20 Thread michael . vancanneyt
On Mon, 20 Jun 2011, Mattias Gaertner wrote: On Mon, 20 Jun 2011 13:45:08 +0200 (CEST) michael.vancann...@wisa.be wrote: On Mon, 20 Jun 2011, Juha Manninen wrote: I changed the Run menu item order based on issue: 19580: The run menu does not have run as first entry I would need your

Re: [Lazarus] fpGUI, OpenGL, WebGL

2011-06-20 Thread Felipe Monteiro de Carvalho
On Mon, Jun 20, 2011 at 2:17 PM, Michael Schnell mschn...@lumino.de wrote: Any thoughts ? Yes, please discuss fpgui in the fpgui newsgroup: http://opensoft.homeip.net:8080/webnews/ -- Felipe Monteiro de Carvalho -- ___ Lazarus mailing list

Re: [Lazarus] fpGUI, OpenGL, WebGL

2011-06-20 Thread dhkblaszyk
On Mon, 20 Jun 2011 14:17:41 +0200, Michael Schnell mschn...@lumino.de wrote: FPgui can create a GUI directly using a graphic subsystem without needing an external Widget Set. Right now it can use X11. Maybe it can be made using OpenGL. This has been already done earlier. With quite good

[Lazarus] Verify if font exist in SO

2011-06-20 Thread Rafael Tuim Elias
Hi all I need to verify, if a especific font been instaled in Operational Sistem. Wich the best way to make this ? regards Rafael -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org

Re: [Lazarus] Verify if font exist in SO

2011-06-20 Thread Bart
Maybe take a look at the code from fontenum in lazarus examples {($LazarusDir)/examples/fontenum} Bart On 6/20/11, Rafael Tuim Elias rafaeltuimel...@gmail.com wrote: Hi all I need to verify, if a especific font been instaled in Operational Sistem. Wich the best way to make this ? regards

Re: [Lazarus] Verify if font exist in SO

2011-06-20 Thread Rafael Tuim Elias
Thanks Bart Problem solved. Rafael -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Lock mouse cursor

2011-06-20 Thread Mattias Gaertner
On Mon, 20 Jun 2011 12:13:38 -0300 Leonardo M. Ramé l.r...@griensu.com wrote: Hi, I've seen in some applications, in very specific cases, when the user drags the mouse, the pointer doesn't move. Is there a way to lock the mouse pointer in Lazarus?. You can move the mouse with

Re: [Lazarus] fpGUI, OpenGL, WebGL

2011-06-20 Thread Michael Schnell
On 06/20/2011 02:38 PM, Felipe Monteiro de Carvalho wrote: Yes, please discuss fpgui in the fpgui newsgroup: http://opensoft.homeip.net:8080/webnew Sorry but impossible. homeip.net is blocked by our firewall :( -Michael -- ___ Lazarus mailing list

Re: [Lazarus] Lock mouse cursor

2011-06-20 Thread Leonardo M . Ramé
On 2011-06-20 17:21:14 +0200, Mattias Gaertner wrote: On Mon, 20 Jun 2011 12:13:38 -0300 Leonardo M. Ramé l.r...@griensu.com wrote: Hi, I've seen in some applications, in very specific cases, when the user drags the mouse, the pointer doesn't move. Is there a way to lock the mouse

Re: [Lazarus] fpGUI, OpenGL, WebGL

2011-06-20 Thread Vincent Snijders
2011/6/20 Michael Schnell mschn...@lumino.de: On 06/20/2011 02:38 PM, Felipe Monteiro de Carvalho wrote: Yes, please discuss fpgui in the fpgui newsgroup: http://opensoft.homeip.net:8080/webnew Sorry but impossible. homeip.net is blocked by our firewall :( Then I suggest that you contact

[Lazarus] How to I publish the SearchFont method of TFontManager?

2011-06-20 Thread silvioprog
Hi. The method of SearchFont is declared in protected session. So, how to I use this method in other classes? Thx. -- Silvio Clécio === Blog - silvioprog.com.br Twitter - twitter.com/silvioprog LazSolutions - code.google.com/p/lazsolutions

Re: [Lazarus] LCL memory leak

2011-06-20 Thread Mattias Gaertner
On Mon, 20 Jun 2011 17:43:35 +0100 Howard Page-Clark h...@talktalk.net wrote: Since the LCL has become a package like any other I've been building it using the heaptrace unit. This shows an 8 byte leak in line 30 of chmlcl.pas following the creation of baseBaseURL: THelpBaseURLObject; (see

Re: [Lazarus] Conflicting packages in fixes_0_9_30

2011-06-20 Thread Hans-Peter Diettrich
Mattias Gaertner schrieb: Create a new application, and project inspector shows LCL as the only dependency. Now add e.g. an button to the form, and Lazarus trunk adds LCLBase as a project dependency With my last sentence I meant, that I changed something in svn trunk, that you should update

Re: [Lazarus] How to I publish the SearchFont method of TFontManager?

2011-06-20 Thread Alberto Narduzzi
Hi. The method of SearchFont is declared in protected session. So, how to I use this method in other classes? IIRC, this means that you can _still_ see it within your derived class... Anyone orrect me if I'm wring on this one ;-) Cheers, A. --

Re: [Lazarus] LCL memory leak

2011-06-20 Thread Howard Page-Clark
On 20/6/11 7:04, Mattias Gaertner wrote: On Mon, 20 Jun 2011 17:43:35 +0100 Howard Page-Clarkh...@talktalk.net wrote: Since the LCL has become a package like any other I've been building it using the heaptrace unit. This shows an 8 byte leak in line 30 of chmlcl.pas following the creation of

Re: [Lazarus] fpGUI, OpenGL, WebGL

2011-06-20 Thread Marco van de Voort
On Mon, Jun 20, 2011 at 02:17:41PM +0200, Michael Schnell wrote: FPgui can create a GUI directly using a graphic subsystem without needing an external Widget Set. Right now it can use X11. Maybe it can be made using OpenGL. This done it maybe can be made using WebGL and with that it could

Re: [Lazarus] RE : How to I publish the SearchFont method of TFontManager?

2011-06-20 Thread silvioprog
2011/6/20 Alberto Narduzzi albertonardu...@yahoo.com:     VFPImageCanvas.Font := VFreeTypeFont;-- if TTF font not exists I receive an AV here. you cannot receive an AV just for assigning a (eventually...) NIL value to a var; as NIL, although of little use, _is_ a valid value. You may want

[Lazarus] Can this be leveraged for Lazarus/FPC to target Java platforms? ... compile programs to MIPS binaries, and these are then translated into Java bytecode.

2011-06-20 Thread Michael Joyner
I noticed on a freshmeat.net announcement that there is a program called Cibyl that converters MIPS binaries into Java bytecode. I wonder if using the fpc cross-compiler to mips-32 would allow FPC/Lazarus to leverage the converter in Cibyl to accomplish the same thing, but for FPC instead of

Re: [Lazarus] RE : How to I publish the SearchFont method of TFontManager?

2011-06-20 Thread Flávio Etrusco
On Mon, Jun 20, 2011 at 5:21 PM, Alberto Narduzzi albertonardu...@yahoo.com wrote:     VFPImageCanvas.Font := VFreeTypeFont;-- if TTF font not exists I receive an AV here. you cannot receive an AV just for assigning a (eventually...) NIL value to a var; as NIL, although of little use, _is_ a

Re: [Lazarus] Can this be leveraged for Lazarus/FPC to target Java platforms? ... compile programs to MIPS binaries, and these are then translated into Java bytecode.

2011-06-20 Thread leledumbo
You mean http://nestedvm.ibex.org/ this ? I gotta take a look at it, it should be possible if the converter plays at binary level instead of source level. I wonder how it converts call to routines residing in dll? JNI? -- View this message in context:

Re: [Lazarus] Can this be leveraged for Lazarus/FPC to target Java platforms? ... compile programs to MIPS binaries, and these are then translated into Java bytecode.

2011-06-20 Thread Michael Joyner
On Mon, Jun 20, 2011 at 6:55 PM, leledumbo leledumbo_c...@yahoo.co.idwrote: You mean http://nestedvm.ibex.org/ this ? I gotta take a look at it, it should be possible if the converter plays at binary level instead of source level. I wonder how it converts call to routines residing in dll?

Re: [Lazarus] Compile and Build menu entries, Run- or Project-menu?

2011-06-20 Thread Jesus Reyes
--- El lun 20-jun-11, michael.vancann...@wisa.be On Mon, 20 Jun 2011, Mattias Gaertner wrote: On Mon, 20 Jun 2011 13:45:08 +0200 (CEST) michael.vancann...@wisa.be wrote: On Mon, 20 Jun 2011, Juha Manninen wrote: I changed the Run menu item order based on issue: 19580: The run menu