06-15-2012 02:47 PM
I was mistaken, UIs send message back to mediator which then calls new UI. They are not even children of original UI, they are siblings. Odd behaviors are documented throughout this thread and others recentiy posted: Front panels not working until recompiled, application just aborting execution with no errors I can trap, property nodes and references to controls seem to break randomly after changing the UI... It also just seems to take a long time to load vis, recompile, & build the .exe. Much longer than a project similar in size without LVOOP or AF. Just generally slow response in dev environment noticed but that I can handle.
Daklu wrote:
Is it just loading times that have suffered or is run-time performance degrading as well?
I have no test setup to compare timing but it seems to run pretty fast once loaded. My problem is it takes a very long time to load. I assume because a bunch of classes are being loaded that may or may not be called upon right away. If you have suggestion for that please start another thread and point me to it:)
06-15-2012 03:56 PM
jbjorlie wrote:
I was mistaken, UIs send message back to mediator which then calls new UI. They are not even children of original UI, they are siblings.
In that case I withdraw my comments.