03-18-2017 09:43 AM
Hello All, please post your suggestions for features/changes/bug reports in User Interface Manager in this forum.
Link to UIM: http://forums.ni.com/t5/UI-Interest-Group-Documents/User-Interface-Manager/ta-p/3539490
Thanks!
06-07-2017 12:56 AM
Hi Piotr,
I just have installed the UI Manager over VIPM, but the UI Manager (UIM Tool.vi) seems to be missing.
Is it wanted like that or where can i find the UI Manager?
thanks in advance
Norbert
06-08-2017 05:31 AM - edited 06-08-2017 05:32 AM
It should be visible as another option in the Tools menu in LabVIEW. Do you see it there? Also the package installs a palette into LabVIEW into the addons.
06-08-2017 05:34 AM
That was too easy.
I was irritated, because in the example project were unsolved dependencies, which told me that the manager is missing.
thank you!
Norbert
06-08-2017 06:46 AM
DO you mean that the project you had in your examples folder informed you about missing UI Manager Tool? This should not happen. Can you please confirm this and send me screen shots?
06-08-2017 07:01 AM
I meant the UI Manager.lvproj which has unresolved dependencies
The Project in the example folder is working
06-08-2017 08:54 AM
Yeah, you should not use that project. It's only used internally. Use only the tools menu and the palette. Good luck with UIM. Let me know if you need anything else.
10-03-2017 08:04 AM
Hi my name is Niels,
First off the concept of this UIM is great! I do have a question about the interaction with clusters, i pack all my data into one cluster. So every button is in a cluster or in a cluster within a cluster. When i try to use the UIM, it only effects the main cluster property's. Is it possible to effect the buttons within a cluster ?
Thx in advance!
10-04-2017 03:01 AM - edited 10-04-2017 03:08 AM
Yes but for this you have to use the API directly. The capture state and apply state methods have an optional input for traversing clusters. Since this is not something that can be easily implemented i didn't add it into the basic tool in the menus. Use the API to capture state and you will have what you need.
10-04-2017 04:02 AM
Thx for the fast response, ill try it out when i get home asap! Have a nice day, ill keep you posted.