Enhanced Icon Editor

cancel
Showing results for 
Search instead for 
Did you mean: 

Glyph path string is not reset

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

0 Kudos
Message 1 of 3
(5,099 Views)

That sounds really feasible

CAR 183609

Thx,

Tom

0 Kudos
Message 2 of 3
(4,203 Views)

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).

IE glyph path string pb.png

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

0 Kudos
Message 3 of 3
(4,203 Views)