04-12-2024, 10:47 AM
(04-11-2024, 09:27 PM)Alexandre Machado Wrote: I found the issue causing this problem and it has been already fixed in our code base. We are building a new release that will be available soon.
Hopefully the same or maybe a different cause:
If you place two regions (A and B) in one another (1), then the following works in Form1:
IWRegionA.Width := IWRegion1.Width DIV 2;
IWRegionB.Width := IWRegion1.Width DIV 2;
It doesn't work in Form2: Same problem as with CenterInParent!
Another issues:
If you place an IWMemo in a form or in a region with Align=alTop/alBottom/alClient, the left and/or top margin is not adjusted.
The way to success is always under construction ... but i see a light at the end of the tunnel

