I am trying to position a from using macros, but I cannot find any specs on form properties.
I can resize a form using:
thisComponent.currentController.Frame.ContainerWindow.setPosSize(intXPos, intYPos, intWidth, intHeight, 15)
But positioning doesn't seem to work.
Any help is appreciated
ruud