MMF - Resizing Objects Problem
I have uploaded a test app in the file archive. Could someone check it for me. The code appears correct but it does not resize and reposition the objects correctly. Note the resize dimensions does not work.
"Testing Resizing Objects as Windows Changes" is the topic name in the file archive.
You should be able to drag the window and make it larger and the object should relocate and increase in size. They do seem to relocate but not resize.
Re: MMF - Resizing Objects Problem
I retested by adding counters. It appears that there is some sort of problem of setting valves in the Active System Box Object.
In the Active System Box I added Values like Top Margin and Left Margin.
Then in the code I said:
Active System Box: Set Left Margin to X("Active System Box")/ClientWidth("Window Control")
This will not work.
Have found this with other programs when trying to use the expression editor. Perhaps the problem lies there instead but there is a problem somewhere.