QuantumATK Forum

QuantumATK => General Questions and Answers => Topic started by: berlin on September 8, 2016, 09:56

Title: [Bug] VNL LabFloor on *.xyz file
Post by: berlin on September 8, 2016, 09:56
if in my Project folder has a *.xyz file, we can see is obj on LabFloor of VNL main page.
But when we move mouse to that obj, the fellowing err comes out:
Code
TypeError: invalid result from LabView.viewportEvent(), an integer is required

VNL 2015 does work fine,
Both 2016.0 and 2016.1 have this err.
Title: Re: [Bug] VNL LabFloor on *.xyz file
Post by: Ulrik G. Vej-Hansen on September 8, 2016, 11:54
Could you also provide the file? It will help us in finding the error.
Title: Re: [Bug] VNL LabFloor on *.xyz file
Post by: Anders Blom on September 8, 2016, 21:13
This might happen if the "title" of the file (the second line in the file) is empty. It's not a big problem, what's supposed to happen is that a tooltip pops up, showing the title (which is empty anyway for your file).
So, a tiny bug which we can fix, but nothing for you to worry about.
Title: Re: [Bug] VNL LabFloor on *.xyz file
Post by: berlin on September 9, 2016, 17:24
This might happen if the "title" of the file (the second line in the file) is empty. It's not a big problem, what's supposed to happen is that a tooltip pops up, showing the title (which is empty anyway for your file).
So, a tiny bug which we can fix, but nothing for you to worry about.

Thank you very much!
I do believe this is not a big bug. That is why I post it here.
The only thing I need to worry is that make sure do not move mouse to that kind obj.
One time move to it, only get a err window. But too much time or times on those objects, my VNL will crash, and what I can only do then is to reboot VNL.
Title: Re: [Bug] VNL LabFloor on *.xyz file
Post by: berlin on September 9, 2016, 17:32
The way to solve this problem temporarily is type some thing in the second line of *.xyz files.

Thx