02-19-2009 01:47 AM
I don't have 8.6.1, but I gotta wonder if this was caused by someone trying to fix another bug and screwing up. 😄
02-19-2009 09:59 AM
Well, at least the functionality still works. For some reason I always find bugs in a program right away. Maybe I should try and get a job at NI :P.
Is there anyway I can submit bugs to NI, as oppose to starting threads in the forum?
02-19-2009 10:13 AM
Will S. wrote:
Thank you all for bringing this to our attention. A CAR has been made and R&D is looking into this issue.
Please post the CAR#.
Thank you,
Ben
02-20-2009 09:59 AM
02-24-2009 08:55 AM
Will S. wrote:
CAR# 147435 was created for this issue. Thanks again for posting your findings, all of your contributions help.
That CAR was tagged as duplicate. The new CAR is 147779.
Ben
03-03-2009 01:15 PM
03-03-2009 02:16 PM
03-09-2009 06:21 PM
03-10-2009 03:51 AM
tst wrote:I don't have 8.6.1, but I gotta wonder if this was caused by someone trying to fix another bug and screwing up. 😄
Would seem odd to me. The error you see here is probably that someone had both the caption and label visible but aligned above each other when displayed with all fonts being default. Fixing this should be a matter of hiding the Labels of all controls affected and only leave the Captions visible. Strange that this did not come up during testing of the foreign language versions of LabVIEW, though.
The error we see here is that the enumeration of the control reference to get the according properties seems to be messed up. According to the KB article the range properties shown are always from the same control no matter what control was selected. I find it strange though that this would only affect the Range properties as the properties dialog does get an array of property references to operate on and they should be the same for all tab pages!
Rolf Kalbermatter
03-10-2009 04:25 AM
Well, I wasn't seriously considering it, hence the smiley.
My understanding of the issue there is that someone used the same text both as the app font and as the dialog font. If it's the caption and the boolean text and both are localizable, it would not be noticable in foreign versions, only when you change either font (which is what I did). It should be an easy fix and was probably implemented in 8.6.1 if NI had the time, although I haven't looked.