Re: [Lazarus] Lazarus updates dfm not lfm and changes to form NOT being shown at run time.

2011-03-18 Thread Mattias Gaertner
On Sat, 19 Mar 2011 11:10:26 +1100 Peter Williams wrote: > > Hi All, > I have a Lazarus project which I ported from a Delphi one. It has 2 units > with a form each e.g. unit1, form1 & unit2, form2. I used the Tools > conversations menu items to convert it and the forms and units. > It all wor

Re: [Lazarus] Run GTK+ 3 apps in a web browser

2011-03-18 Thread Wayne Sherman
On Fri, Mar 18, 2011 at 10:48 PM, Wayne Sherman wrote: > This is pretty cool...Run a Gtk+3 linux app in a web browser... > > I hope to do that on Lazarus at some point.  It seems Lazarus supports > Gtk+ 1.2 and Gtk+ 2 at present: Actually, although it is a feature of Gtk+ 3, I wonder if it works

[Lazarus] Run GTK+ 3 apps in a web browser

2011-03-18 Thread Wayne Sherman
This is pretty cool...Run a Gtk+3 linux app in a web browser... http://blogs.gnome.org/alexl/2010/11/23/gtk3-vs-html5/ http://blogs.gnome.org/alexl/2011/03/15/gtk-html-backend-update/ I hope to do that on Lazarus at some point. It seems Lazarus supports Gtk+ 1.2 and Gtk+ 2 at present: http://ww

[Lazarus] TScrollBar's PageSize behaviour differs between widgetsets

2011-03-18 Thread Kostas Michalopoulos
Hi all, I just tried my LazHelp package (see my other message) under Linux/GTK+ 2 using a build i just made from svn. I noticed that the scrollbar thumb size looks smaller than what it should be, which was exactly the same issue i had with the Mac OS X (Carbon) build. Apparently, the size defined

Re: [Lazarus] Synedit and SynWeb port

2011-03-18 Thread Reinier Napoles Martinez
with the help of Martin , I have managed solve several problems if you wants , i send what that I have so far. -- * En la tierra hace falta personas que trabajen más y critiquen menos, que construyan más y destruyan menos, qu

[Lazarus] Lazarus updates dfm not lfm and changes to form NOT being shown at run time.

2011-03-18 Thread Peter Williams
Hi All, I have a Lazarus project which I ported from a Delphi one. It has 2 units with a form each e.g. unit1, form1 & unit2, form2. I used the Tools conversations menu items to convert it and the forms and units. It all works fine except that when I change form1, then changes are made to form

[Lazarus] Lazbuild and configuration files

2011-03-18 Thread Mark Morgan Lloyd
I've got a handful of systems here where, for various reasons, I run lazbuild rather than the IDE when I want to compile a project for test purposes. In general this works well. A couple of days ago I ran lazbuild on a system where I do occasionally run the IDE, but found myself in trouble bec

[Lazarus] Lazarus on Ubuntu 11.04 (Natty)

2011-03-18 Thread Alexsander Rosa
These links mention FPC 2.4.0 and Lazarus 0.9.28 https://launchpad.net/ubuntu/natty/+package/lazarus-ide https://launchpad.net/ubuntu/natty/+package/fpc Are FPC 2.4.2 and Lazarus 0.9.30 ready enough to ship with Natty? -- Atenciosamente, Alexsander da Rosa http://rednaxel.com --

[Lazarus] LazHelp, a help system written in and for Lazarus

2011-03-18 Thread Kostas Michalopoulos
Hi all, For those who haven't seen the post in the webpage: http://forum.lazarus.freepascal.org/index.php/topic,12463.0.html I've written a help system for Lazarus in LCL called LazHelp. The help system is written from scratch (it doesn't have any external dependencies) and uses a custom TeX/RTF/

Re: [Lazarus] Synedit and SynWeb port

2011-03-18 Thread Eugen Bolz
Am 17.03.11 21:12, schrieb Reinier Napoles Martinez: Best Regards I'm amateur of programming, I started a port the version 2.0.5 of Synedit and the TSynWeb v1.5 for lazarus. Works quite well on Windows, In Linux has some problems with the repainting fundamentally. With some help ,I think I can

Re: [Lazarus] Stock Charting with Lazarus

2011-03-18 Thread Leonardo M . Ramé
On 2011-03-17 22:38:25 +1000, Alexander Klenin wrote: > On Wed, Mar 16, 2011 at 06:27, Leonardo M. Ramé wrote: > > Hi, does anyone know how can I draw an Open, High, Low, Close chart (for > > stock charting) with Lazarus/TChart?. > > > > An example of what I need: > > http://download.oracle.com/do

[Lazarus] Radiogroup sort items

2011-03-18 Thread Kjow
Hi all, is it possible to sort radiogroup's items at runtime? At designtime there is the button on radiogroup -> items -> sort, but at runtime I can't find it. (Of course, without doing it manually with a sorting algorithm) Thanks, Kjow -- ___ Lazarus

[Lazarus] exception class 'EResNotFound' with message: Resource "H1" not found

2011-03-18 Thread Peter Williams
Hi All, I have a legacy Delphi component which I converted to Lazarus. I needed to delete the compiler directive: {$R *.res} in order to get my component to compile. Now I get this run-time error in the demo project which I am using to test it. The only .res file I have is one from it's original

[Lazarus] exception class 'EResNotFound' with message: Resource "H1" not found

2011-03-18 Thread Peter Williams
Hi All, I have a legacy Delphi component which I converted to Lazarus. I needed to delete the compiler directive: {$R *.res} in order to get my component to compile. Now I get this run-time error in the demo project which I am using to test it. The only .res file I have is one from it's original

Re: [Lazarus] Extensions

2011-03-18 Thread Juha Manninen
2011/3/18 Lukas Gradl > Hi! > > For a new project I think about providing a possibility to add cutomer > extensions to the program. I'm dreaming a little bit about providing the > flexibility for extensions as in Mozilla Thunderbird or firefox. > > Did anyone do something similar with Lazarus/FPC

[Lazarus] Extensions

2011-03-18 Thread Lukas Gradl
Hi! For a new project I think about providing a possibility to add cutomer extensions to the program. I'm dreaming a little bit about providing the flexibility for extensions as in Mozilla Thunderbird or firefox. Did anyone do something similar with Lazarus/FPC where I can take a look at the

Re: [Lazarus] inconviniance....

2011-03-18 Thread Eduard Filipas
S, Rich Saunders piše: On 3/17/11 7:39 PM, DSK wrote: The ability to NOT have the last project automatically loaded when Lazarus starts does exist. Environment Options Environment, Open last project on start checkbox. That won't work if it's a file you have [dbl]clicked on ... Eduards case

Re: [Lazarus] How to create a directory from a path string? (cross-platform needed).

2011-03-18 Thread Sven Barth
Am 18.03.2011 10:53, schrieb Marco van de Voort: On Wed, Mar 16, 2011 at 09:39:38AM +0100, Sven Barth wrote: explain. An example, please? While the others already sent you the correct solution ("ForceDirectories") I just wanted to note, that FPC abstracts all those file and directory related

Re: [Lazarus] How to create a directory from a path string? (cross-platform needed).

2011-03-18 Thread Marco van de Voort
On Wed, Mar 16, 2011 at 09:39:38AM +0100, Sven Barth wrote: > > explain. > > > > An example, please? > > While the others already sent you the correct solution > ("ForceDirectories") I just wanted to note, that FPC abstracts all those > file and directory related functions for you. There are for

Re: [Lazarus] fpchess

2011-03-18 Thread Felipe Monteiro de Carvalho
2011/3/18 Brian Chalega da Silva : > And I don't know if I should do that but I comment the line {$R *.res} to > make > the program to compile, I'm using Fedora 14 64bits. I guess you compiled in > windows, right?. You can comment the lines, but they are not Windows specific. Free Pascal supports

Re: [Lazarus] Lazarus on Suse 11.4

2011-03-18 Thread Michael Schnell
Silly me forgot to do" make" in the fpGUI directory. -Michael -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] inconviniance....

2011-03-18 Thread Mattias Gaertner
On Fri, 18 Mar 2011 00:25:08 + (UTC) "DSK" wrote: > Rich, > > >If the "Open last project on start" is not checked, why does the IDE open > >the last project when you double click on a Pascal source file? Seems > >completely wrong to me. > > A now I get it ... yea, I agree that's not g