06-15-2007 08:09 AM
Hello to everybody!
I’ve created a UserInterfaceFile in LabWindows/CVI 8.0. After I’ve saved it in v7.0 and now I'm able to open it with LabWindows/CVI 7.0, but I don’t be able to open it with LabWindows/CVI 6.0.
I see, in the KnowledgeBase, that “LabWindows/CVI 7.0 offers backwards compatibility with .uir files such that 7.0 can open up 6.0 user interfaces” (http://digital.ni.com/public.nsf/allkb/46D14C6C68897E1B86256DB70068B56A), but if I try to open it with CVI v6.0, after that I click to “Continue” in the warning message, is impossible to open the UIR file.
Anyone can help me?
Thank you very much and have a nice day.
Gianluca
06-15-2007 08:59 AM
Well, seems you haven't noticed the following sentence in that KB entry: "LabWindows/CVI 6.0 will have no problem opening up a LabWindows/CVI 7.0 .uir as long as LabWindows/CVI 7.0 only features haven't been used. "![]()
If you have a CVI7 installation working you could try to save the panel in TUI format (Options >> Save in text format menu item) and next try to load int into CVI6 (Options >> Load from text format: you should be prompted with the error corresponding to invalid controls (I got an error "Invalid 32-bit number at line xxx) so that you can determine which control must be downgraded to the corresponding cvi6 style.![]()
Ciao
Roberto
06-15-2007 09:33 AM
Hello Roberto!
Nice to read you: I know you are one of the three Certified CVI Developer in
I like your suggestion: I think it is good and I try it in the next days. After, I'll inform you about the result.
Grazie mille, Roberto.
06-15-2007 09:35 AM
06-15-2007 09:39 AM
Hi Gianluca,
nice to see that the club is growing up
Hope we can meet in some of the next NI meetings in Italy ![]()
06-16-2007 10:24 AM
Hi,
I followed Roberto's suggestion and I found the problem: all the images are not compatible with the version 6.0. I unload them (in v7.0) and now all is working correctly in v6.0.
It's strange, because when I reload the images in the version 6.0, after the previous operation, this time the program works.
Maybe the CVI version 7.0 uses a different codification (for the images) betwen the 6.0 version.
Thanks to Roberto and Jonathan.
Gianluca
06-28-2007 12:07 PM