-
Posts
31 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Gallery
Everything posted by Liang
-
It works on my PC. I'm not sure if your windows account is administrator.
-
Here is the example of opening on screen keyboard, and closing it. taskkill osk.zip
-
Best way to generate chm files
Liang replied to Rammer's topic in Application Builder, Installers and code distribution
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- 21 replies
-
- help
- documentation
-
(and 1 more)
Tagged with:
-
-
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
-
I love this community.
-
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.
-
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.
-
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.
-
Hi GoGators, How did you make your string constant has "Force Unicode Text" item in right-click menu. Thanks
-
Sorry SciWare, I misunderstand you... I know how to make it now. Thanks a lot.
-
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
-
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
-
Hi Phillip, That's a good idea. Very nice.
-
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
-
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.
-
Hi SciWare, Thanks, my problem has beed resolved. My VI Server setting is wrong. The Agent is great.
-
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.
-
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?
-
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.