Closed nnahito closed 5 years ago
Can you do something like this instead?
proc layout() =
panel.layout:
staticBitmap:
left = panel.innerLefT
right = panel.innerRight
top = panel.innerTop
bottom = panel.innerBottom - 95
@bunkford Thank you for your reply! I try your code and it can run as expected!
Thank you!
When I use wNim in old version, static bitmap area could resize following code:
However It seems impossible now. Please tell me how to resize the object like about StaticBitmap.
Thank you.