Jump to content

Liang

NI
  • Posts

    31
  • Joined

  • Last visited

Everything posted by Liang

  1. It works on my PC. I'm not sure if your windows account is administrator.
  2. Here is the example of opening on screen keyboard, and closing it. taskkill osk.zip
  3. I'm not sure if this can help you. This document is about how I create and add help to my VIs. I use Dreamweaver to edit HTML and use HTML Help Workshop to create CHM. How to add help to customized VIs.zip
  4. Sorry, I found this property node can set the instance index.
  5. Hi I wanna create a VI with polymorphic subVI by vi scripting. My question is how can I change the instance of polymorphic subVI? Thanks
  6. when you create a new control, you need to drop a control from control palette to. Then change to Customize Mode to customize your control. You can replace existing image or add some decoration yourself.
  7. My VI is launched from menu, so it will be add to NI.LV.Dialog context. Before I invoke GSW by item tag, I will check if there are FP opened VIs, lvlib and lvproj in Application Instance context. What confused me is GSW can be invoked correctly at the first time only. After the first invoke, I've checked there are no FP opened VIs, lvlib and lvproj.
  8. By discussing here, I got alot of innovations to accomplish it. Now it's difficult to judge if there is only my VI running. There are VI windows and non-VI windows (such as lvlib, lvproj). And in my VI, it use other VI's reference. I'm confused.
  9. Yes, it cannot operate correctly even I launch the GSW from my tool by calling GSW VI. But by using the invoke node of "User Interaction.Invoke Menu Item" and setting the ItemTag to "APP_VIEW_GETTING_STARTED" to launch GSW can be operated correctly (GSW can be closed automatically after new...). In LabVIEW, you can launch GSW from menu launch when you've already opened a VI. So I think this can work correctly.
  10. Hi Jgcode, I do really want to launch GSW programmatic. I can launch GSW by VI server without close FP , but it's difficult to figure out when to launch. Thanks a lot
  11. Hi Rolfk, Thanks for your reply. Maybe I do not descript my question well. I really do not want to close FP, but to launch GSW I must. And I cannot figure out if there is only my VI running (to close) or GSW only (to open).
  12. Hi Jgcode, I try to use "Open VI as System", try to add my VI to other application context. But it do not work. If this can be achieved by FP.Close only, I wonder to know: 1. How can I know if it's time to CLOSE? 2. When to re-open the FP of my VI? thanks a lot
  13. Hi Jgcode, Have you resolved your problem? I'm having the same question you are. Could you help me on this? My VI has FP,and want to launch GSW while only my VI running. thanks a lot
  14. Hi GoGators, How did you make your string constant has "Force Unicode Text" item in right-click menu. Thanks
  15. Sorry SciWare, I misunderstand you... I know how to make it now. Thanks a lot.
  16. Hi SciWare, Have you download my attached *.ctl file and check it carefully? It's system button with glyph (not decoration), not 6 picture button with customized pictures. Thanks
  17. After looking the code of SexyGUI from Jonathan Cohn, I found a six picture button with a glyph. And I still cannot achieve it by myself. Dose anyone know how to make it? Thanks a lot. SexyGUI Address: http://decibel.ni.com/content/thread/3676 apply button.ctl
  18. Hi Phillip, That's a good idea. Very nice.
  19. Hi man, Before posting here, I've already search NI site. I just want to know if I can use other method not set a delay time. Thanks
  20. Hi, After building my VIs to executable file, I found it's too large and will take long time to launch. So I want to use splash screen to avoid this. But I do not find the way how to show loading information just like LabVIEW's. What I can make is using a VI that contains serveral seconds delay then hiden FP and run my main VI. Thanks a lot.
  21. Hi SciWare, Thanks, my problem has beed resolved. My VI Server setting is wrong. The Agent is great.
  22. Hi SciWare, I try to shut my firewall and open TCP and set my LabVIEW VI Server. But it cannot work. Error: VI Server Setting: Hi Jgcode, Thanks for your explanation. I'm learning it now.
  23. Hi SciWare, Thanks, this still can not work on my PC. There is a question, why use agent? Could you like to tell me the reason?
  24. Hi SciWare, I try to use Open Application Reference and use "localhost" as Machine Name input. And I also check the VI Server Configuration. But I still got the same results.
×
×
  • Create New...

Important Information

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