Hello,
Up to now I had to deal only with static controls, hiding and disabling them, etc.
Now customer asks for some kind of real-time report designer. The idea is that user can select some controls (e.g. TLabel) from the menu, place them on a form, change their size, font, color, etc. and link to a predefined variables from a list. Such freely designed form, when activated, should show how the selected variables change in real-time (e.g. number of calls, number of operators, etc.)
Question is: is there a necessary functionality available in Lazarus to create, edit and drag controls at run-time?
PS I have read about FPReport Designer, seems it is a bit different thing.