08-20-2009 12:24 PM
Possible bug:
I think that when a glyph is dropped (or when a new category is selected) that the glyph path string should be reset (since there is nothing selected at that point).
New feature:
It will be nice to have the glyph path string update as we mouse over the different glyphs (so we can learn their name faster).
Note: This could be done with template too.
PJM
08-20-2009 12:27 PM
That sounds really feasible
CAR 183609
Thx,
Tom
08-20-2009 02:30 PM
Thomas,
I just realized that you may not be able to fix this one until the next LV release because it will require a change to the localized main UI.
What is happening, is that the "update glyph string" should only be call inside the "Mouse Down_Glyphs.vi" [more specifically inside "Glyph_MouseDown.vi"]. The reason is that when you double click (the way it is right now) you will always end up with the glyph path string visible (which is incorrect).
Additionally, this highlight another bug where scrolling the glyph array should not update the glyph path string (this bug is there for the same reason mentioned above).
PJM