Hi,
I'm trying to setup an MDI project (in fact, porting a Delphi one) using spreadsheetgrids rather extensively. Lazarus/win32 MDI projects do not work well, and I found somewhere in the Forum that qt5 supports MDI. So I have prepared the attached project, compiled with the qt5 widgetset. I copied the required dll's to the project folder for simplicity (from qt 5.6.2 and mingw latest version). Runinng the program, clicking the button in main window creates an MDIChild one. Iit behaves well in the sense that minimizing the child window it remains within the main one as expected. But here the TSWorkshhetGrid shows a strange problem: go to any cell, type some text and press Enter: the text disappears. Press Enter again and the text will appear in the cell below.
This thing does not happen if I compile the project with the win32 widgetset, but there the MDI project does not behave correctly. I need the MDI environment for my project. What to do?
Lazarus 2.0.10 r63526 FPC 3.2.0 x86_64-win64-win32/win64 on windows 10 64 bits up to date.
Thanks
Fernando