Questions tagged [helpcontext]

5 questions
2
votes
0 answers

Bulk-edit HelpContext and/or HelpKeyword of project files?

currently I'm editing the HelpContext and/or HelpKeyword properties of the appropriate controls one after another in my D2009 project forms, where applicable. Is there any tool which can collect all those mentioned properties from all project files,…
Michael
  • 23
  • 4
2
votes
1 answer

How Can I Get Context Sensitive He-lp in Delphi to Use Symbolic Names instead of HelpID Aliases?

I'm building my help system into my program, and I'm working on my context sensitive help which should bring up the appropriate help page for the active control when F1 is pushed. On each control, I can set HelpType to htContext and HelpContext to…
lkessler
  • 19,414
  • 31
  • 125
  • 196
2
votes
1 answer

Identify which help context ID is being sent to a help file?

I'm working on an application with hundreds of forms and a corresponding help file with over 2,000 topics. I have one particular form which I am assigning a Context ID, but when I press "F1", the help file opens on its default page (Which means the…
Jerry Dodge
  • 25,720
  • 28
  • 139
  • 301
0
votes
1 answer

identify helpcontextid in visual studio 2010 for windows application form

I am new to visual studio 2010 and c#.I am trying to locate helpcontextid in properties panel but i couldn't find it out.I have many questions as follows Is helpcontextid a property for windows application If yes where can I find the solution?If no…
HariPriya
  • 107
  • 1
  • 2
  • 14
0
votes
1 answer

Netbeans: Custom HelpCtx that open help in browser

I am trying to read the documentation in Netbeans, but I cannot figure out how to make the help open in the user's browser, instead of having to map help ids to some resources in the project. I have bean nodes with attribute "propertiesHelpID",…
Stmated
  • 411
  • 3
  • 16