lraynal Posted April 11, 2007 Report Posted April 11, 2007 Dear all, Is it possible to show the bloc diagram (with something like CTRL+E) when the application is running but the menu is NOT shown... (so we don't have access to CTRL+E...) Until now, I'm using this code, which show the menu (under a CTRL+M key down event), then gives me access to the bloc diagram via CTRL+E. http://forums.lavag.org/index.php?act=attach&type=post&id=5452 Does anybody have something smarter? Thanks in advance, but that's just for fun, so don't waste time on this... laurent Quote
Grampa_of_Oliva_n_Eden Posted April 11, 2007 Report Posted April 11, 2007 QUOTE(lraynal @ Apr 10 2007, 09:44 AM) Dear all,Is it possible to show the bloc diagram (with something like CTRL+E) when the application is running but the menu is NOT shown... (so we don't have access to CTRL+E...) Until now, I'm using this code, which show the menu (under a CTRL+M key down event), then gives me access to the bloc diagram via CTRL+E. http://forums.lavag.org/index.php?act=attach&type=post&id=5452''>http://forums.lavag.org/index.php?act=attach&type=post&id=5452'>http://forums.lavag.org/index.php?act=attach&type=post&id=5452 Does anybody have something smarter? Thanks in advance, but that's just for fun, so don't waste time on this... laurent Either find the VI's icon in another diagram (new VI drop VI in question ) or find the VI in the hiearchy. It either a crtl or a shift double click to open the diagram. Ben Quote
lraynal Posted April 11, 2007 Author Report Posted April 11, 2007 That's a good way (I knew), but I would like something "quicker" than that! I told you this is just for fun, I don't really need that, so I'm looking at a great way to do. Actually with the code above, CTRL+M and CTRL+E, I go to the point. In the future I would be able to show the bloc diagram without the menu with only with CTRL+E (or else!). But thanks for this tip, very usefull! Laurent Quote
jpdrolet Posted April 11, 2007 Report Posted April 11, 2007 QUOTE(lraynal @ Apr 10 2007, 10:12 AM) That's a good way (I knew), but I would like something "quicker" than that!I told you this is just for fun, I don't really need that, so I'm looking at a great way to do. Actually with the code above, CTRL+M and CTRL+E, I go to the point. In the future I would be able to show the bloc diagram without the menu with only with CTRL+E (or else!). But thanks for this tip, very usefull! Laurent You could trap Ctrl-E directly and then set the private VI property "Block Diagram Window:Open" to TRUE. See http://forums.lavag.org/VI-Scripting-Readme-First-t1207.html' target="_blank">Scripting to enable private properties in LabVIEW Quote
lraynal Posted April 11, 2007 Author Report Posted April 11, 2007 That looks pretty good, and definitely what I'm looking for. Thanks a lot for this really advanced staff!!! laurent Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.