Open limelect opened 1 year ago
Ok, I found the answer. the container has to be on a pannel I did not see it mentioned.
No, it does not work. For a while it was OK then after a view compilation, it returns to not view properly.
I was trying to solve the size position buttons without any success. I moved the right down button to find a screen fmx and could not find a position. every compilation container changed. It seems there is a variable not defined.
This is the problem puting h,w fixe solve it but this is not the way
// WindowService.SetWindowRect(FFMXForm, RectF(0, 0, Width, Height)); WindowService.SetWindowRect(FFMXForm, RectF(0, 0, 600, 500));
I put the zip program on the blog The screen does not show correctly