Recent

Author Topic: Lazarus Release 3.2  (Read 39778 times)

Espectr0

  • Full Member
  • ***
  • Posts: 221
Re: Lazarus Release 3.2
« Reply #30 on: March 04, 2024, 11:25:33 am »
Hola,
in my case, the problem when rebuilding Lazarus 3.2 was solved with:

Code: Pascal  [Select][+][-]
  1. cd /applications
  2. sudo chown -R username Lazarus
  3.  

Now I have another problem also related to macOS, with Lazarus 3.2 the scroll bars appear in a form, they did not appear in Lazarus 3.0 and I don't want them to appear now.

I attach screenshots, how can I remove them?

zeljko

  • Hero Member
  • *****
  • Posts: 1668
    • http://wiki.lazarus.freepascal.org/User:Zeljan
Re: Lazarus Release 3.2
« Reply #31 on: March 04, 2024, 12:10:09 pm »
If TForm.AutoScroll = False (and it is so by default) then scrollbars shouldn't be visible at all, otherwise it's bug.

Espectr0

  • Full Member
  • ***
  • Posts: 221
Re: Lazarus Release 3.2
« Reply #32 on: March 04, 2024, 12:21:33 pm »
If TForm.AutoScroll = False (and it is so by default) then scrollbars shouldn't be visible at all, otherwise it's bug.

It is currently set to False  %)

zeljko

  • Hero Member
  • *****
  • Posts: 1668
    • http://wiki.lazarus.freepascal.org/User:Zeljan
Re: Lazarus Release 3.2
« Reply #33 on: March 04, 2024, 12:36:29 pm »
Then it's bug.

jamie

  • Hero Member
  • *****
  • Posts: 6735
Re: Lazarus Release 3.2
« Reply #34 on: March 05, 2024, 01:00:23 am »
Need to have a talk with the QC department! :-[

 :D
The only true wisdom is knowing you know nothing

dsiders

  • Hero Member
  • *****
  • Posts: 1282
Re: Lazarus Release 3.2
« Reply #35 on: March 05, 2024, 03:13:30 am »
Need to have a talk with the QC department! :-[

 :D

Don't people look at you funny when you talk to yourself? ;)
Preview the next Lazarus documentation release at: https://dsiders.gitlab.io/lazdocsnext

zeljko

  • Hero Member
  • *****
  • Posts: 1668
    • http://wiki.lazarus.freepascal.org/User:Zeljan
Re: Lazarus Release 3.2
« Reply #36 on: March 05, 2024, 09:05:17 am »
If TForm.AutoScroll = False (and it is so by default) then scrollbars shouldn't be visible at all, otherwise it's bug.

It is currently set to False  %)

Open issue about it and attach example project. I'm sure that it'll be fixed in a few days.

jlinux

  • New Member
  • *
  • Posts: 13
Re: Lazarus Release 3.2
« Reply #37 on: March 09, 2024, 02:50:30 am »
Congratulations for a great work.
Not only, but the new way of "Online Package Manager" it's spectacular
I just sent a donation.
Thank you

Espectr0

  • Full Member
  • ***
  • Posts: 221
Re: Lazarus Release 3.2
« Reply #38 on: March 09, 2024, 10:12:35 pm »
I don't know if it is correct but I solved my problem with the scroll bars in the form (in macOS) by adding the line indicated in the image in the "cocoawsforms" file.

Phoenix

  • Full Member
  • ***
  • Posts: 109
Re: Lazarus Release 3.2
« Reply #39 on: March 10, 2024, 12:51:01 pm »
Congratulations for the new version, much appreciated the changes to the windows. I've been using it for a few days and i haven't encountered any problems (Windows10): thanks  :D!

AlexTP

  • Hero Member
  • *****
  • Posts: 2488
    • UVviewsoft
Re: Lazarus Release 3.2
« Reply #40 on: March 10, 2024, 12:54:35 pm »
I solved my problem with the scroll bars in the form (in macOS) by adding the line indicated in the image in the "cocoawsforms" file.
Better create the bugreport, so other ppl will benefit from the fix too.

jamie

  • Hero Member
  • *****
  • Posts: 6735
Re: Lazarus Release 3.2
« Reply #41 on: March 12, 2024, 01:19:54 am »
ok, i have installed this version on my basic house computer and I still don't see the New TShape component being install, its in the trunk and has been there for some time with added features, but it has not made it in these updates.
The only true wisdom is knowing you know nothing

dsiders

  • Hero Member
  • *****
  • Posts: 1282
Re: Lazarus Release 3.2
« Reply #42 on: March 12, 2024, 01:27:57 am »
ok, i have installed this version on my basic house computer and I still don't see the New TShape component being install, its in the trunk and has been there for some time with added features, but it has not made it in these updates.

It is available in my copy of 3.2. It is in the extctrls package unit and installed on the Additional tab in the component palette.
« Last Edit: March 12, 2024, 01:44:53 am by dsiders »
Preview the next Lazarus documentation release at: https://dsiders.gitlab.io/lazdocsnext

JuhaManninen

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 4541
  • I like bugs.
Re: Lazarus Release 3.2
« Reply #43 on: March 12, 2024, 06:50:52 am »
ok, i have installed this version on my basic house computer and I still don't see the New TShape component being install, its in the trunk and has been there for some time with added features, but it has not made it in these updates.
You mean the irregular shape support? Yes, it was added in September 2023 but fixes_3_0 branch was forked before that.
The irregular shape support will be in Lazarus 4.0.
Mostly Lazarus trunk and FPC 3.2 on Manjaro Linux 64-bit.

shyub

  • Full Member
  • ***
  • Posts: 142
Re: Lazarus Release 3.2
« Reply #44 on: May 26, 2024, 06:47:59 am »
Thanks for the new version!
However, I'm having trouble debugging. Installed the 32-bit version (the computer is 64-bit). If I compile a 64-bit project, then I definitely need to disable the debugger. And in older versions (2.2.2) it was even possible to debug something...

 

TinyPortal © 2005-2018