Sparkette Posted March 30, 2009 Report Share Posted March 30, 2009 I was fiddling around with Cheat Engine and LabVIEW, and I found that it seems to be counting the number of times I access the context menu on a numeric constant. Does anybody know what's going on? This doesn't seem like something LabVIEW would need to keep track of! Quote Link to comment
Aristos Queue Posted March 30, 2009 Report Share Posted March 30, 2009 QUOTE (flarn2006 @ Mar 29 2009, 04:23 PM) I was fiddling around with Cheat Engine and LabVIEW, and I found that it seems to be counting the number of times I access the context menu on a numeric constant. Does anybody know what's going on? This doesn't seem like something LabVIEW would need to keep track of! You might be surprised at the easter eggs you discover somewhere around the 9,876th click (in a single session of LabVIEW). Quote Link to comment
Gary Rubin Posted March 31, 2009 Report Share Posted March 31, 2009 QUOTE (Aristos Queue @ Mar 29 2009, 05:42 PM) You might be surprised at the easter eggs you discover somewhere around the 9,876th click (in a single session of LabVIEW). Does it involve a remedy for carpal tunnel? Quote Link to comment
Justin Goeres Posted March 31, 2009 Report Share Posted March 31, 2009 I have a solution. Quote Link to comment
hooovahh Posted March 31, 2009 Report Share Posted March 31, 2009 Y-e-s [Enter] Y-e-s [Enter] Well, give me a Y, give me a…Hey! All I have to type is 'Y'. (to Marge) Hey, Miss Doesn't-find-me-attractive-sexually-anymore, I just tripled my productivity! Quote Link to comment
Val Brown Posted March 31, 2009 Report Share Posted March 31, 2009 QUOTE (Justin Goeres @ Mar 30 2009, 01:13 PM) I have a solution.<object width="425" height="344"><param name="movie" value="http://www.youtube.com/watch?v=Zewb8PcL5cs&hl=en&fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/watch?v=Zewb8PcL5cs&hl=en&fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object> You'd probably have to get that dress tailored a bit though to fit.... :laugh: Quote Link to comment
hooovahh Posted April 1, 2009 Report Share Posted April 1, 2009 QUOTE (Val Brown @ Mar 30 2009, 04:44 PM) You'd probably have to get that dress tailored a bit though to fit.... :laugh: I'd disagree it looks fine in my browsers (Firefox 3.0.1, or IE7) Quote Link to comment
Aristos Queue Posted April 2, 2009 Report Share Posted April 2, 2009 QUOTE (Aristos Queue @ Mar 29 2009, 04:42 PM) You might be surprised at the easter eggs you discover somewhere around the 9,876th click (in a single session of LabVIEW). I would just like to say at this point that I could not resist the temptation to set this up as an April Fool's joke. My apologies to those who spent an evening right-clicking. Since the original poster had a hex editor, I just assumed he'd set the count to 9875 and see what happens. For the record, I don't know why LV would be counting mouse clicks, but my guess is that it is a common strategy for marking objects that have been visited -- instead of using a flag that you have to clear after every traversal, use an integer and just increment it when you visit for a given traversal, so you can tell whether you've visited on this traversal or not. Just a guess. Quote Link to comment
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.