The first form is design time form, the second is actual created applicatoin.
No, it is not.
There is a design form, and he did put a button on it. The name of that form is "Form1"
Then he presses F9, and there is
1) A Form (not in the designer) called "Project1"
2) The form "Form1" with his button.
I suspect that this is do to with either
Application.TaskBarBehavior := ;
Application.MainFormOnTaskBar := ;
It is probable that the exact WindowManager he uses is not correctly supported.
But then it is Lazarus Version 2.2.4.
There is on telling if it is already fixed in 3.4
In any case:
- What is your exact Linux distro?
- What is your exact WindowManager?
- Does it happen with 3.4?