It will be very usefull if we could have an page template/master so all application screens could inherit from the template/master the same look and feel.
Whatever you put in the template/master will be repeated in all pages.
So, for example, if you need to change the size or color of a rectangle that is repeated in all pages, you do not need to go page by page to change it, you just need to change it in one place, the template/master.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@vfortesThere is a way to do that now until the features are extended to provide template usage. You can format your first rectangle, then reference that rectangle when formatting others. This way if you change the first rectangle, then all of them will change.
Looks something like this:
Rectangle_3.Fill = Rectangle1.Fill
We are working to improve this, among other things related to reuse for formats.
Thank you for your continued patience and feedback,
Audrie