[Lazarus] Form Resizing

Bo Berglund bo.berglund at gmail.com
Tue Mar 1 15:09:17 CET 2016


On Tue, 01 Mar 2016 14:27:05 +0100, Bo Berglund
<bo.berglund at gmail.com> wrote:

>>> Most likely a GTK2 library version dependent issue.
>>
>>I've fixed that issue (gtk3 also).
>>
>
>I guess I can make a test by checking out Lazarus trunk and make a "Trunk"
>Lazarus...

And this is what I did too...
I got Lazarus using this command:
svn co http://svn.freepascal.org/svn/lazarus/trunk trunk

Result after building bigide:
The same sizing issue as before. Not possible to make window smaller
than the startup size. This includes the Lazarus IDE itself....

Lazarus Help/About shows SVN rev 51768 but I don't know if this is for
FPC 3.0.0 or Lazarus trunk...
However Lazarus Release 1.6 shows SVN 51666 when I check it so I guess
51768 is the Lazarus revision.

Another observation (bug?):
I put a button on the empty form of the default project.
Then I doubleclicked it hoping to get to the OnClick event handler in
code editor (which normally will be created), but nothing at all
happened.

I had to go to Object Inspector in order to create the OnClick event.
Is this how it is supposed to work now?

Because it works as expected in release 1.6, one is brought to the
event handler when doubleclicking in the form.

-- 
Bo Berglund
Developer in Sweden





More information about the Lazarus mailing list