Hi, i am on Ubuntu 12.04 with Unity and Lazarus 0.9.30.4.
When you minimized a form, the event OnWindowStateChange never gets fired, so this code does not work:
procedure TForm1.FormWindowStateChenge(Sender: TObject);
begin
ShowMessage('Test');
end;only works when you maximize or return to normal the window.
On windows it works as expected. Am i doing sometihing wrong?
If i use "Gnome Classic" session then it works, so it is a Unity problem , when you minimize it just hide the form and not minimizing it?
Thank you.