Context-sensitive help
-
serendipity
- Posts: 3360
- Joined: 07 May 2007 18:14
- Location: NJ/NY
Context-sensitive help
Hi Don,
How difficult would it be to implement Context-sensitive help?
For example, if I press F1 while on Find files tab, help jumps to Find files section.
I use one program at work which has this and it greatly improves my understanding of the program.
How difficult would it be to implement Context-sensitive help?
For example, if I press F1 while on Find files tab, help jumps to Find files section.
I use one program at work which has this and it greatly improves my understanding of the program.
-
admin
- Site Admin
- Posts: 66381
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Context-sensitive help
I have context-sensitive help in the configuration dialog. It's not difficult.
FAQ | XY News RSS | XY X
-
serendipity
- Posts: 3360
- Joined: 07 May 2007 18:14
- Location: NJ/NY
Re: Context-sensitive help
Yeah those info tips in config are great!admin wrote:I have context-sensitive help in the configuration dialog. It's not difficult.
This is a low-prio for myself since i know XY fairly well, but could you put context-sensitive help to your list?
Thanks.
-
admin
- Site Admin
- Posts: 66381
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Context-sensitive help
Info Tips? I mean context-sensitive help (F1).serendipity wrote:Yeah those info tips in config are great!admin wrote:I have context-sensitive help in the configuration dialog. It's not difficult.
This is a low-prio for myself since i know XY fairly well, but could you put context-sensitive help to your list?
Thanks.
FAQ | XY News RSS | XY X
-
serendipity
- Posts: 3360
- Joined: 07 May 2007 18:14
- Location: NJ/NY
Re: Context-sensitive help
Wow! i did not know that.admin wrote:Info Tips? I mean context-sensitive help (F1).serendipity wrote:Yeah those info tips in config are great!admin wrote:I have context-sensitive help in the configuration dialog. It's not difficult.
This is a low-prio for myself since i know XY fairly well, but could you put context-sensitive help to your list?
Thanks.
That's already awesome, would be also nice to have such a thing in the main interface (especially Info Panel).
Like for example, i was trying something with dupes during the weekend and wanted to see help, it takes several clicks to get to help.
Like you have the help button in config, is it possible to have either a button or "?" icon in IP which takes user to relevant help section?
-
admin
- Site Admin
- Posts: 66381
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Context-sensitive help
I see no good place for such a button, but a context-sensitive F1 when the focus is in the IP would be possible.
FAQ | XY News RSS | XY X
-
neminem
- Posts: 94
- Joined: 13 Aug 2012 20:31
Re: Context-sensitive help
It's fairly common for dialogs to have Help buttons (generally in the bottom left corner) that show help for the dialog, but that the main form of a program just allows accessing context-sensitive help using F1. I agree, having the main form hooked up to a CSH system based on the focused tab would not be a bad idea. (I dunno how XY implements its help... in our case (I was the one who implemented CSH in the program I work on
), adding the system itself was pretty easy, but... actually locating and adding the name of the correct help page to every possible place someone might hit F1 was rather more effort. Worth it eventually? I'd say yes. Worth it right now? If this were my program, I'd probably say no. Not my program, though. :p)
-
serendipity
- Posts: 3360
- Joined: 07 May 2007 18:14
- Location: NJ/NY
Re: Context-sensitive help
Yes that's an option, but to be honest if there's no button (or visual indication of help), not many will know or remember to use F1 key.admin wrote:I see no good place for such a button, but a context-sensitive F1 when the focus is in the IP would be possible.
I don't want you to spend time on something if it will be overlooked easily.
btw, somewhat offtopic: i feel many XY features go unnoticed because it gets buried this way.
One example is the right-click (which is so universal to XY), not many newbies know that XY has lots of little gems hidden underneath that right-click. Another one is holding down a key while clicking something.
I know Don has added tooltips in several places to remind us of this, but there should be a more definitive way to drive this point to newbies.
@Don: Is "tip of the day" off by default? Whenever i try fresh XY install i don't see any tips.
-
admin
- Site Admin
- Posts: 66381
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Context-sensitive help
"tip of the day" is so unsexy, I decided to turn it off.serendipity wrote:Yes that's an option, but to be honest if there's no button (or visual indication of help), not many will know or remember to use F1 key.admin wrote:I see no good place for such a button, but a context-sensitive F1 when the focus is in the IP would be possible.
I don't want you to spend time on something if it will be overlooked easily.
btw, somewhat offtopic: i feel many XY features go unnoticed because it gets buried this way.
One example is the right-click (which is so universal to XY), not many newbies know that XY has lots of little gems hidden underneath that right-click. Another one is holding down a key while clicking something.
I know Don has added tooltips in several places to remind us of this, but there should be a more definitive way to drive this point to newbies.
@Don: Is "tip of the day" off by default? Whenever i try fresh XY install i don't see any tips.
buried: yes, this problem is not solvable IMO. Actually in my experience 50% of users would not see the feature if there was only one!
generally: multilingual support is next.
FAQ | XY News RSS | XY X
-
serendipity
- Posts: 3360
- Joined: 07 May 2007 18:14
- Location: NJ/NY
Re: Context-sensitive help
I understand it's somewhat intrusive and gets annoying. And probably unsexy because of the 90 entries there, nobody will read through them. If there were like 5 very good tips (and rest optional) users would be interested. Maybe make a poll to ask what those 5 are?admin wrote:"tip of the day" is so unsexy, I decided to turn it off.
I agree.admin wrote:buried: yes, this problem is not solvable IMO. Actually in my experience 50% of users would not see the feature if there was only one!(slightly exaggerating)
generally: multilingual support is next.
-
serendipity
- Posts: 3360
- Joined: 07 May 2007 18:14
- Location: NJ/NY
Re: Context-sensitive help
Code: Select all
+ Context Sensitive Help: Now most Info Panel tabs will pop Context
Sensitive Help on F1.
Btw i see it works only if i have focus inside the relevant tab. If for example i click on meta tag and immediate hit F1 it does not work. I have to also click inside the panel for context-help to work.
-
admin
- Site Admin
- Posts: 66381
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Context-sensitive help
Yes, I made it focus-dependent. You think it should even pop meta tab help when the focus is in e.g. the Tree?serendipity wrote:Thanks for this.Code: Select all
+ Context Sensitive Help: Now most Info Panel tabs will pop Context Sensitive Help on F1.![]()
Btw i see it works only if i have focus inside the relevant tab. If for example i click on meta tag and immediate hit F1 it does not work. I have to also click inside the panel for context-help to work.
FAQ | XY News RSS | XY X
-
serendipity
- Posts: 3360
- Joined: 07 May 2007 18:14
- Location: NJ/NY
Re: Context-sensitive help
Yes, definitely helps. Maybe other ui elements like list management, background jobs etc too?admin wrote:Yes, I made it focus-dependent. You think it should even pop meta tab help when the focus is in e.g. the Tree?
-
admin
- Site Admin
- Posts: 66381
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Context-sensitive help
I will add some stuff now and then.serendipity wrote:Yes, definitely helps. Maybe other ui elements like list management, background jobs etc too?admin wrote:Yes, I made it focus-dependent. You think it should even pop meta tab help when the focus is in e.g. the Tree?
But I think it should stay focus-dependent.
FAQ | XY News RSS | XY X
-
serendipity
- Posts: 3360
- Joined: 07 May 2007 18:14
- Location: NJ/NY
Re: Context-sensitive help
Sure, its already a huge help to have this. Especially to point newbies to the right place.admin wrote:I will add some stuff now and then.
But I think it should stay focus-dependent.
Thanks.
XYplorer Beta Club