martonsagi / al-object-designer

AL Object Designer for Dynamics 365 Business Central development
MIT License
39 stars 21 forks source link

Page designer - display page parts #4

Closed martonsagi closed 5 years ago

martonsagi commented 5 years ago

Generate view for embedded page parts as well. Related Symbol can be found using pagepart name. This requires designer view generation from downloaded symbols also -> see #3

martonsagi commented 5 years ago

Page design generation takes notable time when symbols are involved, mainly because symbol-lookup is slow... Complex page design generation could be very slow if several symbols should also be showed.

I think I will leave the "Page Part" box there for now and work out a better solution for the next milestone.

martonsagi commented 5 years ago

Performance not a disaster when page parts are rendered as well. However, increased loading time is noticeable

martonsagi commented 5 years ago

renderPagePart setting has been added. A generic solution to handle future settings is also in place.

Preview: image