Re: formatting of a chart works on a vi in labview but not with the same program as a .exe

2004-06-07 Thread tcmahone
The help for my version of labVIEW does not say where the property will work, it just says what the property does.

Re: formatting of a chart works on a vi in labview but not with the same program as a .exe

2004-06-07 Thread Jeremy Braden
I have not tested your code in 6.0 to verify the behavior. You are right about some properties not working in the Run Time Engine (RTE) but those properties work in the development environment. You can find out which ones by right clicking on the property >> help for (whatever the property name i

Re: formatting of a chart works on a vi in labview but not with the same program as a .exe

2004-06-07 Thread tcmahone
I am using labVIEW version 6.0.2. The example that I posted is only a small part of my program, but it is the part that I am having problems with. I was able to get this vi to work the way I wanted it to, and my main program is still having the same problem once made into a exe. This makes me th

Re: formatting of a chart works on a vi in labview but not with the same program as a .exe

2004-06-07 Thread Jeremy Braden
I read your thread, followed the directions and I was able to create a LV71 executable that allows the user to select from the menu ring, rerun the VI, and the multicolumn listbox is resized. Is this not what you intend or do you want the program to run continiously? This way you start it once, i

Re: formatting of a chart works on a vi in labview but not with the same program as a .exe

2004-06-04 Thread tcmahone
I was able to enable the menu but the problem still persists. Do you know of any other reason why this could happen? The number of columns shown in the table is always the number needed for the data that is selected when the text file is opened. It is just unable to change once a new selection i

Re: formatting of a chart works on a vi in labview but not with the same program as a .exe

2004-06-01 Thread ryank
My suspicion is that you are not distributing the runtime menu file (.rtm) for your drop down menus with your application. When you build your application, try including the .rtm file as a support file, or check out this knowledgebase and include it in a .llb with your VIs: http://digital.ni.com/p

formatting of a chart works on a vi in labview but not with the same program as a .exe

2004-05-27 Thread tcmahone
I am trying to make a labVIEW program into an exe using the application builder. I have managed to fix the other problems I encountered but there is one that I cant figure out. On the main screen of my program there is a chart with a drop down menu that displays different information. There is a