[Lazarus] Is GeckoPort version 2 usable?

2013-11-20 Thread Maxim Ganetsky
Hello. Is GeckoPort version 2 usable today? Anyone has success stories with it? Any specific XULRunner version it works with? I installed GeckoPort v2 as described here: http://wiki.freepascal.org/GeckoPort_version2 Installation went OK, but this component doesn't work for me: e.g. even GBro

[Lazarus] BUG: IDE will not open on Mac

2013-11-20 Thread Anthony Walter
A new bug was filed here: http://bugs.freepascal.org/view.php?id=25339 Summary: When attempting to build and run Lazarus from trunk sources (and going back quite a few revisions), the IDE always hangs as the Source Editor window is displayed. Lazarus can only exited at this point and cannot run

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

2013-11-20 Thread Michael Schnell
On 11/20/2013 01:29 PM, vfclists . wrote: My question was to see if the third option is possible with Lazarus, ie whether it is possible to get Lazarus screen output to be targetted at a VNC compatible system, ??? Handling the " Lazarus screen output" is just the contrary of "the third optio

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

2013-11-20 Thread vfclists .
On 20 November 2013 10:09, Michael Schnell wrote: > On 11/20/2013 02:32 AM, vfclists . wrote: > >> Thanks for the suggestions. By editing out most of the lines in >> ~/.vnc/xstartup I have been able to make some progress >> > What progress exactly ? > > Still I don't know what you are up to: >

Re: [Lazarus] DateDif function needed

2013-11-20 Thread Frederic Da Vitoria
2013/11/18 Jürgen Hestermann > > Am 2013-11-18 13:11, schrieb Frederic Da Vitoria: > > First of all, I decided to use a different name. DateDiff comes from >> Excel, this is Lazarus, we should try to use names consistent with our >> functions. I chose DatesToAge, but I am not convinced this name

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

2013-11-20 Thread Michael Schnell
On 11/20/2013 02:32 AM, vfclists . wrote: Thanks for the suggestions. By editing out most of the lines in ~/.vnc/xstartup I have been able to make some progress What progress exactly ? Still I don't know what you are up to: - remoting your Lazarus program's GUI in _some_ way (VNC is just one

[Lazarus] Openbox and fonts

2013-11-20 Thread Richard Mace
Hi All, Is there a way that we can change the font size in a ListView to be independant of the OS settings? The reason I ask is that changing the font size in CrunchBang (uses Openbox) does not affect the font size in my Lazarus application, and I need to make the font size bigger. Any ideas? Tha