Form Layout

Started by ., May 28, 2013, 03:47:10 PM

Previous topic - Next topic

.

All Forms appear still with flow layout. This is ok, but sometimes we need a form which appears in the same look as in the 4fd-File. Can I create a layout-style like the "Null-Layout" in Java?

regards
Johanna

Leo S.

Hi Johanna, googling after Java NULL layout I found that you mean absolute positioning (probably pixel based).
This has never been possible with Genero, all fields are either layed out in grid's or Hbox/VBox containers.
If you want to add some spacing between elements you might use the [" "] trick by adding  an HBox using one or more spaces as labels.
HTH and Kind Regards, Leo