Is it possible to place two or more controls in the same line in a dialog/page window?
I've tried to change the controls coordinates, but without luck.
I'm really tied of the "one control per line" concept.
In the pre- funnction the controls are not yet created, and therefore have no coordinates to move. But when I move the controls arround in the post- function, and some of them have the same top y-coordinate, they seem to dissapere. I can't se the value of the controls until I move the focus arround with the arrow-keys.....maybe I miss som updating of some sort??