07-13-2009 07:03 AM
Hi all
I created the big VI.
My VI has more then 260 items : bottons, numeric indicators ...
I want created the Tip Strip for the numeric indicator.
But now the Tip Strip don't remember.
Befor this I created the Tip Strip .
Why can't I create the Tip Strip?
My be My VI has too many items.
Best regards
Iskander
07-13-2009 07:10 AM
Iskander,
i have tested 512 numeric controls. The VI is getting very slow, but the tooltip is still displayed correctly.
So maybe there is a certain control type needed for the behavior you are observing or there is something else messed up.... but definetly, the UI with 512 controls is awefully slow, so i suggest you to redesign the UI in order to keep it useable and maintainable.
If you have LV 8.6.1 you maybe don't have hotpatch f1 installed. I highly recommend you to do so.
hope this helps,
Norbert
07-13-2009 08:37 AM
Hi Norbert
Thanks
I have LV85
My VI work fast
And I have only this problem
I can't set the Tip Strip for the Numerik Indicator
Respect
07-14-2009 10:45 AM
Hi Iskander,
How are you setting up the Tip Strip? Are you right-clicking the numeric indicator, selecting Properties, and then entering your Tip Strip on the Documentation tab? Are you making sure that you are using the pointer hand tool when you hover over the numeric indicator?
Thank you for choosing National Instruments.
Aaron Pena
National Instruments
Applications Engineer
07-14-2009 03:25 PM
Hi Aaron Pena
Thanks
I am using Properties and then Tip Strip on the Documentation tab
I created VI with more than 250 indicators & controls.
When my VI was small I created Tip Strip.
But now I can't.
Now I selecting Properties ->Tip Strip on the Documentation tab and write. Then I do OK.
When I open Properties again ->Tip Strip on the Documentation tab - the Tip Strip is empty.
Regards
Iskander
07-15-2009 08:00 AM
Iskander,
i checked again using 512 numeric controls. Everything works fine. So i ask you: do you have "stacked" data types (cluster)? What is the maximum "depth"?
Norbert
07-17-2009 02:04 AM - edited 07-17-2009 02:05 AM
Hi Norbert
Thanks
Yes, I have Claster.
What do meen maximum "depth"?
I did the record my ERROR.
Regards
Iskander
07-17-2009 02:14 AM
Iskander,
i don't have Camtasia installed so i cannot watch your video. I suggest you to post a VI showing the issue with a short description on how to reproduce it.
thanks,
Norbert
07-20-2009 01:09 AM
Hi
I created the *.AVI with my ERROR when I didn't member TipStrip.
Respect
Iskander
07-20-2009 02:10 AM
Iskander,
watching your AVI makes me think:
What happens, if you write the tip strip in cyrillic as well? Does LV "remember" the tip strip then?
Regarding the "depth" of structures: In the video, we see a tab control which contains several elements (numeric, boolean, listbox,...), but those are not collected into additional structures (like clusters). So the depth seen in the video is 2 (tab control -> control). Is there a deeper nesting of controls somewhere?
How big is the VI on disk? What are the coordinates of the controls?
Norbert