Is is possible to pass a reference to a display element from vi A to vi B under the following cirumstances vi A is already running, vi B is being started by another vi(having a reference to vi A) using "open vi reference"(the path is determinded at runtime), i.e. I cannot use "call by reference node"... ?
I got it fixed myself... must have made some mistakes when casting the reference to the display element. Now I pass a reference to the window and assess the reference to the display in vi B.