Hello everyone!
I'm new to FPC/Lazarus, and I would like to thank everyone involved for the
great work. I have maybe a stupid question: I am trying to understand how
Lazarus applies FORMDATA resources to forms. Specifically, in the standard main
unit situation like this:
--- unit1.pas--
fpGUI v0.7-rc2 is available
---
An archived source download can be found at the following URL, or
the source code could be pulled directly from the source code
repository.
http://sourceforge.net/projects/fpgui/files/
For more details, please visit the fpGUI home page:
Hi Graeme,
I had another go on the Mac.
the use of the unit users is still an issue. it should be ok to simply ifndef
darwin the lines in fpg_x11.pas
Secondly, I did some more debugging regarding the X11 error. It depends on
whether the window of the application is the actual toplevel X11 wind
On 8 April 2010 19:41, Schindler Karl-Michael wrote:
>
> I had another go on the Mac.
>
> the use of the unit users is still an issue. it should be ok to simply ifndef
> darwin the lines in fpg_x11.pas
In commit d6402c7, I added some IFDEF's which should allow compilation
under darwin. Just a re
On 8 April 2010 19:41, Schindler Karl-Michael
wrote:
>
> Secondly, I did some more debugging regarding the X11 error. It depends on
> whether the window of the application is the actual toplevel X11 window or
> not. If there is a top level window, all is fine, if not I found that line
> 831 in