marcick Well-Known Member Licensed User Longtime User Oct 4, 2012 #1 is it possible to copy a button, label etc (with all its graphics properties) from an activity to another or also in a new project ? Marco
is it possible to copy a button, label etc (with all its graphics properties) from an activity to another or also in a new project ? Marco
Erel B4X founder Staff member Licensed User Longtime User Oct 4, 2012 #2 Currently it is not possible to copy part of a layout. You can however save the layout with Save As, remove the other views and then use this layout file in another project (or the same one). Upvote 0
Currently it is not possible to copy part of a layout. You can however save the layout with Save As, remove the other views and then use this layout file in another project (or the same one).