Jump to content

Francois Normandin

Members
  • Posts

    1,209
  • Joined

  • Last visited

  • Days Won

    46

Everything posted by Francois Normandin

  1. It should work, but haven't tried it when I upgraded... (I did a clean install) Check this Microsoft article. Run the Upgrade advisor first... it will tell you if your settings are compatible with the upgrade or not.
  2. at Terminal 16: that's really over.

  3. Last LAVA dinner at NIWeek: meet @ 7PM in Hilton's lobby.

  4. In a few years, we'll be digging for those are call ourselves paleolabviewlogists.
  5. My luggage took the next flight. Lawn was confiscated...

  6. Repeat this quickly to me three times at the BBQ, without laughing, and I'll buy you a beer...
  7. See you all in Austin next week.

  8. If it increases the s/n ratio, that would be a start...
  9. Jon & Daklu, I'd like to join to see if there's something I can modestly contribute. I'm no LVOOP expert but I do love to play around with LVOOP & Scripting.
  10. There was a blog entry by Darren in early 2009 about this. I haven't seen any comments about LV2010 having this available. Anyone has had time to browse enough in 2010 to let us know?
  11. Yes, in the Utility folder... having them at hand without the need to put a link manually in the palette is great. Is it me or it's the only LVOOP goodie this year?
  12. Sorry I didn't understand what you meant. I was under the impression you wanted to edit the LabVIEW right -click menus just like it was a .mnu file. You can do the same as you stated above for other menus too (File, Help & Tools). See the wiki page here.
  13. Who's gonna be the first to post to LAVA using the new API?
  14. The new VI Scripting palette adds a shortcut to the Traverse for GObjects.
  15. You can make packages of your code in the oldest version you need to maintain. Then deploy and compile them if the version is more recent. No code duplication needed. Check out VIPM... it does all you want and more. It handles versioning, distribution and installation. It also integrates in the project environment.
  16. Shame on me... I installed TortoiseSVN and never used it. At least, I now use a Dropbox, which is my first baby step in the right direction.
  17. As of today, I know only of the Right-Click Framework from JKI to do that in the development environment. Don't know if NI plans something for the future. It's been a feature request for some time now. The RCF certainly does the job and you can customize it to your will.
  18. It's a little off-topic but I wanted to say that the RGT extension is still primitive (version 0.x, text documents only) and doesn't allow to save in PDF yet. Actually, last year when I started this project, the "Save as PDF" wasn't ready in the OADL 1.2 version I used as a backplane. I think it's ready now in a later version but didn't have time to work on it. And now back to your original programming.
  19. I'll have this for the next release... <object id="scPlayer" class="embeddedObject" width="1066" height="696" type="application/x-shockwave-flash" data="http://content.screencast.com/users/normandinf/folders/Jing/media/bab2a5b4-ba31-4e70-b258-6d0312c6c70a/jingh264player.swf" > <param name="movie" value="http://content.screencast.com/users/normandinf/folders/Jing/media/bab2a5b4-ba31-4e70-b258-6d0312c6c70a/jingh264player.swf" /> <param name="quality" value="high" /> <param name="bgcolor" value="#FFFFFF" /> <param name="flashVars" value="thumb=http://content.screencast.com/users/normandinf/folders/Jing/media/bab2a5b4-ba31-4e70-b258-6d0312c6c70a/FirstFrame.jpg&containerwidth=1066&containerheight=696&content=http://content.screencast.com/users/normandinf/folders/Jing/media/bab2a5b4-ba31-4e70-b258-6d0312c6c70a/2010-07-26_1224.mp4&blurover=false" /> <param name="allowFullScreen" value="true" /> <param name="scale" value="showall" /> <param name="allowScriptAccess" value="always" /> <param name="base" value="http://content.screencast.com/users/normandinf/folders/Jing/media/bab2a5b4-ba31-4e70-b258-6d0312c6c70a/" /> <video width="1066" height="696" controls="controls"><br /> <source src="http://content.screencast.com/users/normandinf/folders/Jing/media/bab2a5b4-ba31-4e70-b258-6d0312c6c70a/2010-07-26_1224.mp4" type="video/mp4;" /><br /> <b>Your browser cannot play this video. <a href="http://www.screencast.com/handlers/redirect.ashx?target=viewingembededhelp">Learn how to fix this</a>.</b> </video> </object>
  20. Hi Ton, I'm not sure I understand what happened to crash LV. Do you mean that the framework's semi-transparent selection superposition couldn't be closed (modal and in background)? If that's the case, I don't think I can do anything with my coding. That would be part of the framework itself. Anyway, the Unbundle suggestion is great. I'll try to implement it once I find the source code for the plugin... I seem to have develop that on a machine that I've since let go of. I hope I don't have to rebuild it from the vip file. (Well, if it comes to that, there are about twelve VIs to relink, so not a big problem).
  21. In the latter case, it's got to be dried for at least two weeks if you want to take it back with you. (Question 11d) On a related note, I was in Texas last February and attended a small rodeo event. I was browsing the shops and asked the cowboy hat vendor if his hats were American-made because I didn't want to buy something imported from the other side of the globe. He hesitated just enough that I understood it was made in Mexico, but since Mexicans also were cowboy hats, I thought it was authentic enough.
  22. Hi Mikael, Take a look at Tomi Maila's presentation on recursion with classes. To achieve what you want, he uses a LabVIEW Object in his List.lvclass and takes care of the typecast in the methods. If you put A.lvclass as a member of A directly, that's illegal... but put a Generic Object in your A.lvclass and you're good to go.
  23. I might have an explanation. Are you using the "Selected Cursor" property? If so, try "Active Cursor" instead. Here are three ways to get the values you want.
  24. LAVA 1.0 is no more

    1. Michael Aivaliotis

      Michael Aivaliotis

      A big Thank You! to all the LAVA moderators.

  25. I don't have a problem getting the correct value in LV2009. Of course, you would get a constant value for Y if you use free-dragging cursor, but X value should follow the cursor. If you think this is an issue with LV2010, I suggest you address the problem in the NI forum for LV2010 Beta until this version is officially released. As I am not a beta tester for LV2010, I cannot check if this is a bug or not. Can you try the same code in LV2009?
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.