LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How Intuitive Is My Button?

In context I'd guess you're picking between a full path and a relative path.

0 Kudos
Message 11 of 18
(757 Views)

Yes, it looks like it's specifying whether the path in the control is absolute or relative.

 

But is that necessary? It seems like any path starting with a volume would be absolute, and anything else would be relative.

0 Kudos
Message 12 of 18
(753 Views)

in context it makes it much clearer.

 

I think the intent is good, maybe with some sort of radio-button like tweak

I think seeing both glyphs helps getting it

 

just my 2 cents


We have two ears and one mouth so that we can listen twice as much as we speak.

Epictetus

Antoine Chalons

0 Kudos
Message 13 of 18
(750 Views)

Paths are hierarchical, so it does not make sense for the absolute path to go down, then up again. Maybe the downward branch would be sufficient.

 

I would leave out the bevels and make it flat. We have two equally valid choices and button in/out has no correlation to them.

 

I would add a good tip strip. ("fgh" is not reasonable. 😉

 

The black parts for the absolute path should be green

 

The black parts for the relative path should be grey (at least lighter than the path glyph, because it stands for something that is not there)

 

Personally, I would just use a text button with "abs." and "rel.", or maybe "abs.<path glyph>" and "rel.<path glyph>"

 

0 Kudos
Message 14 of 18
(736 Views)

Or maybe a radio buttons control or an enum, since you're picking one of a finite list of options. Seems more intuitive than a button.

0 Kudos
Message 15 of 18
(731 Views)

How's this?

"If you weren't supposed to push it, it wouldn't be a button."
0 Kudos
Message 16 of 18
(679 Views)

Better, but I know what it is supposed to mean now.

 

Seeing it for the first time... Root directory or other? 

 

I don't think I can even come up with an application where a user would have or need to select a "relative" or "absolute" path from a button.

 

I would really love to see where you are using this.

========================
=== Engineer Ambiguously ===
========================
0 Kudos
Message 17 of 18
(671 Views)

@RTSLVU wrote:

Better, but I know what it is supposed to mean now.

 

Seeing it for the first time... Root directory or other? 

 

I don't think I can even come up with an application where a user would have or need to select a "relative" or "absolute" path from a button.

 

I would really love to see where you are using this.


My original plan was to have the button as part of an XControl, whose display would always show the absolute path, but whose data value would be either the absolute path or a path relative to a base folder (and it would use text coloring to show the relative portion).  Instances of the XControl would be on a configuration VI; the paths to be stored with configuration data.  A relative path would be needed if the specified file is part of a project, that way if the files are moved, the paths aren't broken.  A path would need to be absolute if the file is outside the project.

"If you weren't supposed to push it, it wouldn't be a button."
0 Kudos
Message 18 of 18
(660 Views)