Jump to content

keiran

Members
  • Posts

    38
  • Joined

  • Last visited

    Never

Everything posted by keiran

  1. I want to use Tree control realize the effect of PerfactTreeAction.swf(attachment 1),It can: 1,use checkbox image as the tree symbol; 2,when I click the Item, It must change the symbol(if the symbol is checked image,it turns unchecked image,and vice versa) So I use value change and mouse click to achieve this effect, Program.png is my Blockdiagram(I can't upload *.rar file, if so ,I should upload my program) but my program doesn't act like PerfactTreeAction.swf: 1,If I Drag the scroolbar, I get the Mouse Click events, I don't want to get this event when I Drag or Click the scroolbar); 2,When I Close or Open the Iterm in tree, I get the Mouse Click events, and I don't want to get this event when I open or close the Iterm in tree my Program act like mytreeaction.swf(attchment 2) Is there other way to achieve the effect of PerfactTreeAction.swf? any suggestion wellcome, thanks! BTW, forgive my english! the attachement is my program and images
  2. QUOTE(Aristos Queue @ Aug 8 2007, 01:43 AM) Is there some presentation(not only Demos) download? thanks!
  3. QUOTE(Jim Kring @ Jul 18 2007, 01:04 PM) Tks, Jim! Are there some tutorials about the using of OpenG Package Builder?
  4. I want to release some useful vis, and others can install it with OpenG Commander or VI Package Manage,But I don't know how I make ogp format files, use Package Builder? How?
  5. QUOTE(lraynal @ Jul 2 2007, 07:26 AM) Wow ,It's really cool, tks!
  6. In LabVIEW 7.1, If you Build a vi into application(exe style, for example the vi's name is testmain.vi, and testmain.vi include a named testsub.vi,you build testmain.vi as test.exe),then you can treat the test.exe as a library file and use "Libriarian List.vi" to list what's include in test.exe! But In LabVIEW 8.2, I can't List the files in an exe file that was build from LabVIEW 8.2! How NI orgnize vis in the application?
  7. QUOTE(Jim Kring @ Mar 29 2007, 11:52 AM) Let me know if you trip to China (PRC)! :beer:
  8. Yes ,I don't think that It's the Chinese OS make your program slower than English OS either. We use english verision of LabVIEW develop applications, and run it on Chinese or English OS, the effect is same.Check your program!
  9. In LabVIEW 8.2 , The Preference Dialog Appears Like Below; In the directory of resource\dialog\PreferencesDialog you can find the PreferenceDialog.vi, the UI looks like the image as below: and in the directory of \resource\dialog\PreferencesDialog\PreferencePages you can find all PreferenceDialog pages, such like prefPage_BlockDiagram.vi look like the image as below: so I guess the PreferenceDialog.vi embodied the page Vis User Interface,When user select one item, the PreferenceDialog.vi embody the selected page vi realtime, and I think this may be implement by subPanel, But I can't realize it. Any one know the secret of PreferenceDialog? thanks a lot? By the way, this is one way to implement plugins archetecture?
  10. No,I Probed my 0th element, It is one of table in my Database! Yes, I Can Create the Table, But I can not write data into a table and can not read it out from a table!
  11. No, I only can Create the Table, I can't Insert data! the Error Message is the Same! Yes ,the Created table is here, and the Columns is what I want to creat! It's only a test, so I am sure indexing out the 0th element is getting the table I expect and not one that already existed!
  12. Recently I use NI SQL Toolkit Connect MS Server, I use System DSN, It's OK to Connect the Database and It's OK to Create Table in the Default Database, but I can't ListTables and Can't List All Column's Information.Why? Please Help,tks! Then I use UDL File Path as the input of Open Connection VI, This time can Obtain All tables In the database ,but when I want to List All column's information of one specific Table, the Error described Below, must I set some permiition in database? why this error happened? tks! images below is the error dailog and the create table vi and the List Column vi
  13. After I redownload the labview 8.20 evaluation version software and reinstall it , I can open these Vis, thanks!
  14. But I can't open any vis in this file, it assert that the version of the vis in this file is newer than what i used!my labview is 8.20,why??
  15. 1st solution:switch your labview to 8.0; 2end solution:Continue use my Idear but add some control feature that you can look through all the elements in the array! Download File:post-356-1154187274.llb
  16. You can use an array of Cluster that include diffient controls(any type control you wanted!), and then customize the cluster and the array, make them frameless and transparant background and foreground. then you can use the property of the array --NumRows to control how many lines to be shown, IndexVals to control the beganing displaying line. forgive my english. the attached vi is an example that contain an boolean, a string, an numeric. it's an array of cluster, but if you don't know the diagram of it, you may be not know it's an array of cluster, :laugh: Download File:post-356-1154002729.vi
  17. I want to add some items into Internet Explorer's Popup Menu, Such as "do my program", after click that item, my application Program should start running and response that click. I know I can Edit the Registry to add items to Internet Explorer's popup Munu, But how to bind this item with my Application Program based on Labview??any idear?? thanks...
  18. When I want to Get some VI's Lock State Programmly, I found some VI's Lock state is "Invalid Lock State", so what this "Invalid Lock State" mean? It's not locked at all! why labview treat it as Not locked state? what the difference between "invalid Lock State" and "Not Locked"?
  19. I Launch my Exectable Application which build from my LabVIEW Project, But the Statu Bar display two Icons,How to Hide one Icon and display only one icon? Thanks a lot!
  20. Hi,Brian,Thanks for your help! Actually you are my guide on using NSIS! Because when I use your LabVIEW Version Chooser, your Chm file attract me(in your chm file, you tell that you use NSIS to make the setup file!). Then I am absorbed in NSIS, It's very Cool! I know I run LabVIEW runtime Engine with Command Line:<installer file> [quiet options] [reboot options],But I don't know how can I install LabVIEW Runtime Engine incompletely so that the setup file is small enough. If I include the full runtime engine, the setup file will be too large, how can i slim it? any idear? thanks !
  21. I want to develop a install application using NSIS, and I want to silently install LabVIEW Runtime Engine Using NSIS Scripts. So I must know whether LabVIEW runtime Engine was be installed in Windows,How to? search registry? which Key?? Thanks!
×
×
  • Create New...

Important Information

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