i wanted to ask when the onResize Funktion by the TIWCGJQFrame is triggered?
For a better understanding i have the following structure:
A colleague has set the Width and Height of the Region1 (for scrollbars at Pc's with a lower resolution)
- Code: Select all
procedure TfrBaseFrameLayout.IWCGJQRegion1Create(Sender: TObject);
begin
IWCGJQRegion1.Width := WebApplication.FormWidth-270;
IWCGJQRegion1.Height := WebApplication.FormHeight-38;
end;
Now i have the Problem, when i drag the whole Window from a lower resolution to a higher the Width and Height will be the same. Because they are not recalculated.
The easy way would be a autoresize option at the TIWCGJQRegion and TIWCGGroupBox but his option is not given. So i tryed to get a onresize-event but the onResize of TIWCGJQFrame is not triggered.
Maybe u can explain when the onresize will be triggert or u guys may have any other solution.
Thx for the Help.
Yours truly
Noshui