04-26-2010 09:05 AM
ThSa wrote:The official bug fixes will get released with LV 2010.
The ZIP file contains only fixes that are bowled already.
Tom
I can wait.
"...bowled already" a cricket term?
Ben
04-26-2010 09:08 AM
04-26-2010 09:23 AM
ThSa wrote:
I will try to get the majority of the bugs fixed for the next LV release, but I can only fix those I know about. Hence, I am curious why it crashes when you navigate to a glyph/pick a glyph. What do I need to do to reproduce this crash?
My method to reproducing this was:
Unfortunately (fortunately?), step 4 no longer causes crash! But step 3 still occurs, such that I lose my user content when trying to edit the icon. For example, this is my icon in the original subvi
But when I open the editor, this is what it gives me:
You can see that it's removed all my user content (except the text, obviously).
04-26-2010 10:40 AM
Thoric,
I don't really have an explanation why it behaves like that.
Is the original subVI a *.vit?
Do you mind to post a VI that has this behavior, where the actual icon looks completely different than what the Icon Editor pulls from the VI.
Thanks
04-26-2010 10:52 AM
04-26-2010 11:05 AM
I think I know what happens.
The VI icon itself is different from the stored icon data (which is written by the icon editor itself). Can you check the icon editor properties if the option 'merger layers' is enabled or disabled pls.
Thanks!
04-27-2010 02:48 AM
ThSa wrote:I think I know what happens.
The VI icon itself is different from the stored icon data (which is written by the icon editor itself). Can you check the icon editor properties if the option 'merger layers' is enabled or disabled pls.
Thanks!
Hi, sorry for late reply (GMT +0 over here in sunny UK)
The IE settings are unchecked for "merge all layers on commit".
Interestingly, for only a brief moment, the icon is correct, but it is very quickly replaced with what I show in the screenshot above. So the IE knows about the user layers, but very quickly decides to erase them?
04-27-2010 03:06 AM
04-27-2010 08:20 AM
Actually, if you would have this box checked, the IE doesn't store any information with the VI, which means, that you would always get only one user layer which would be the VI icon itself.
Let me ask another question: Have you had a Beta version of LabVIEW installed on the machine or any other form of the Icon Editor which got pulled from the web somewhere?
Does it only happen on VIs that got saved by using 'Save as...' or does it happen with every VI?
04-27-2010 09:11 AM
Hi ThSa,
I did some experimentation for you.
I made a copy of that troublesome vi (Save Copy As), and it also had the same icon troubles. So I presume the problem is with the VI itself.
I created a whole new vi, and opened the editor to create a replica of the icon.
I first deleted the default icon from the User Layers list, then went to Text teb and entered PROFILE into the top field. This is what I got:
It appeared that IE created a new User Layer with a thick vertical line in it. So I deleted that, put spaces in the other three text fields (to push the word PROFILE to the top) and created the other User Layers, as so:
I clicked OK, and saved the VI. The icon looks ok:
If I double click the icon to open IE, I see all the user layers intact 🐵
If I Save As, the new VI is also good - the icon has all the layers.
If I copy the icon to an empty vi by dragging and dropping, that also works but the new vi icon has only 1 layer that contains all the imagery combined into one.
So, I've been unable to replicate the problem of the original bad vi icon.
No - I've never had a Beta of LabVIEW on this machine. I know that because this was a clean install of Windows 7 about 6 months back and I've only put LV 2009, then SP1 on here. (I keep my Betas and past installations in VirtualBox Environments)
Is that helpful? I'm guessing not as I've not managed to replicate the problem...