jgcode Posted March 5, 2010 Report Share Posted March 5, 2010 Does anyone know why my icons have crosses in the bottom left hand corner? They seem to function ok, and I can drag and drop them on the BD? I made the palette manually. Cheers JG Quote Link to comment
Daklu Posted March 5, 2010 Report Share Posted March 5, 2010 That happens when the scope of the palette vis does not allow the active vi window to use them. If you open a vi that does have scope to use them, the x's will go away. 1 Quote Link to comment
jgcode Posted March 6, 2010 Author Report Share Posted March 6, 2010 That happens when the scope of the palette vis does not allow the active vi window to use them. If you open a vi that does have scope to use them, the x's will go away. Thx Daklu All the VIs in the palette are public VIs of a class that is wrapped inside a library and the class is public to the library. Therefore any VI I choose should be able to access them, and when I drop them on the BD, they all work fine! Weird!?! Quote Link to comment
Daklu Posted March 6, 2010 Report Share Posted March 6, 2010 All the VIs in the palette are public VIs of a class that is wrapped inside a library and the class is public to the library. In that case, I have no idea. Quote Link to comment
Ton Plomp Posted March 6, 2010 Report Share Posted March 6, 2010 Does the context window mention anything? Ton Quote Link to comment
Aristos Queue Posted March 6, 2010 Report Share Posted March 6, 2010 Those Xs also appear when the library is licensed and you don't have the license installed. ... but if you can drop them successfully, then that obviously isn't the problem. No idea what it could be. Quote Link to comment
jgcode Posted March 7, 2010 Author Report Share Posted March 7, 2010 Does the context window mention anything? Ton No, nothing from my documentation. The Control Palette is fine (no crosses) and they are in the same library and have the same scope (public) as the functions??? Quote Link to comment
jgcode Posted March 8, 2010 Author Report Share Posted March 8, 2010 Those Xs also appear when the library is licensed and you don't have the license installed. ... but if you can drop them successfully, then that obviously isn't the problem. No idea what it could be. Ok, in the palette I just noticed that the Owning Library is pointing to the .lvclass file - to which the VI belongs - but the class is actually wrapped in a library (.lvlib). Could this be an issue? Is it a bug? Also when I view the palette through Advanced>>Edit Palette Set there are no red crosses. I will try scripting the palette with the new Mnu File API and setting the Owning Library to the .lvlib file and see what happens. Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.