Jump to content

huotom

Members
  • Posts

    46
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by huotom

  1. So glad to hear so many good news. And thanks.
  2. Hi, ShaunR, I would like to suggest you to check the Disp Query Get Service.vi. There is a wire mistake when TCPIP open. And I think that you should add a case "GETSUBSCRIBE" in Dispatcher.vi. Because there is no handler for Dispatcher Query.vi(Get Subscribers). Also should add a vi to deal with it. Thanks.
  3. I think maybe it is available in the app's config file whose extensions is *.ini or *.aliases.
  4. Did you try the lvsound2.dll in labview8.2.1? You can use it in LV2010 (maybe LV2011 works)
  5. Try to replay the lvsound2.dl with the same API at version 8.2.1. Good luck.
  6. Error occurs! LV could not find addons\_ICON Library\scripting\_icon_lib_scripting.lib.
  7. I like it. And I can see the power of OOP.
  8. huotom

    New Sub VI

    Congratulations! And I have a baby at 21th, Jan, 2010. So happay!
  9. I think it has not been fixed by the f2 patch. May be f3 or fn is OK.
  10. I accountered error when I'm using version 3.5.1. Please help me. And what's the problem? Thanks Tom
  11. Thank you, Mark. In LV, we could get the property/member one by one, not all at one time. Otherwise, we can get all properties shown in a Property Grid in C# by giving the "Selected Object" a .net object. And I think Property Grid is a good partnerf for OOP.
  12. Thanks a lot. I think there must be large differents between lvclass and .net or java class, although they are a bit similar. I want to use this method as I am interesting in the PropetyGrid in C# 3.5. In C# class, there is property except member or method which can be used for PropertyGrid~~ Oh, my god, I must write the propertyGrid in LV by myself now.
  13. Dear all, I meet some problems when I am using OOP in LabVIEW with .NET Container. How can I convert LVclass object to .NET object? In C#, we can show all the properties in Property Grid control. Now, if I want to show my lvclass object's properties in the Grid, how can I convert LVclass object to .NET object? I searched the functions inside LabVIEW but coult not find the properly one. The "To .NET Object" Vi dosen't support LVclass. Is there anyone who can help me? Thanks very much if you can give an example. I'm using a .Net container with a windows form 2.0->propertyGrid. The property being used is "selectedobject". We can get infomation about the PropertyGrid at MSDN. Thank you again.
  14. I think that maybe you havd installed other version of LabVIEW, such as LV8.6. Do you?
  15. I seldom use local variable except for path or boolean value because I'd like the error in/out cluster force execution order.
  16. aha, you can use Google search, or microsoft Bing.
  17. Wow, that's what I want, and I'll install LV2009 now. Otherwise, I don't need f2 or fn, thanks.
  18. Dear all, I change the Tab Control local variable with property node: Value, and it works. And I seldom use local variable except for Path or boolean value. PS: If we want the numeric value change event occures, we usually use the value(signal) property instead of value. Thanks. Tom.
  19. The number format as Hex may be helpfulm, I think. If it is a string, I'm sorry that I don't know why. Tom.
×
×
  • Create New...

Important Information

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