Duplicating or making objects exactly the same size.

Is there a duplication capability or a resizing ability that makes it easy to create a group of form objects with the same size. The best technique I have discovered so far is to copy and paste sizes.

This is not as fast as duplication or selecting a group and selectively making them a defined width or height (which I hope is possible). :?:

Ah ha! I see that a copy paste almost works but the fact that there is no offsett in some cases on the paste hides the fact that it is working from us rank beginners.

It looks like the first past is offset but subsequent pastes are all on top of themselves.

It offsets from the original object, not the already pasted copy.
Also you can control the offset in the preferences.

Hope this helps.

Hi Joel,

Just so you know, it is also possible to duplicate an entire form. See:

http://forum.servoy.com/viewtopic.php?t … +duplicate

It involves the use of a module. With modules the thing to keep in mind is that form names and global methods must be unique.

Dean

Westy:
Hi Joel,

Just so you know, it is also possible to duplicate an entire form. See:

http://forum.servoy.com/viewtopic.php?t … +duplicate

It involves the use of a module. With modules the thing to keep in mind is that form names and global methods must be unique.

Dean

Thanks Dean. That is a valuable tidbit that I am sure I will find useful some day.