05-30-2007 10:30 PM
Finally I found a workaround...
Create a VI (XX.vi) with your Top level VI in it. In your build specification you add the Top level and the XX.vi as a Startup VIs. Compile and Lunch your your app.
You will see two Front Panel, your Toplevel VI and the XX.vi. Now lunch the Debug Application. And you will see two VI that is connected to the two Startup VI's. Now you can open the block Diagram of XX.vi with Window:Show Block Diagram. After that you can Ctrl-DoubleClick the Top level contained in XX.vi and you will get the the BD of your top level VI that use a custom menu.
If you get the brake point tool when you press Ctrl you have the automatique tool selection enabled. You will need to disable it by Shift-RightClick then select the hand tool. And now you can Ctrl-DoubleClick your top level VI.
Dany
05-30-2007 10:37 PM - edited 05-30-2007 10:37 PM