R,

Have you had a look at:

http://www.ec-software.com/tutorial.htm
http://www.ec-software.com/comppage.htm

Not sure if it will solve your problem, but worth a look. I have also found these guys very helpful for adhoc queries such as yours when I have been stuck.

At 14:46 12/10/2001 +1300, you wrote:
Another Help question.
Is there a Delphi command that emulates the pressing of F1 for Help? Application.HelpContext requires a HelpContext parameter but only my main parent controls have HelpContext set.

More Info: I have a PageControl with 5 TabSheets, 1 of the TabSheets contains a further PageControl with 2 TabSheets.  I have only set HelpContext on the 6 TabSheets that require help.  If F1 is pressed while in a child control on a TabSheet, and that control doesn't have HelpContext set, then it knows to cycle back thru the parents to find one.  Can I emulate this on a Button without writing a parent search loop.

I'm also finding that even F1 doesn't work that well.  If I simply change tabs and press F1, it still only loads the MainForm help and not the helpcontext for that tabsheet.  I have to click in a child control before the helpcontext for the tabsheet works.  Any simple way around that?

Cheers,
Ross.


---------------------------------------------------------------------------
   New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                 Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED] with body of "unsubscribe delphi"
Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/

-- Donovan
----------------------------------------------------------------------
Donovan J. Edye [
www.edye.wattle.id.au]
Namadgi Systems [
www.namsys.com.au]
Voice: +61 2 6285-3460
Fax: +61 2 6285-3459
TVisualBasic = Class(None);
Heard just before the 'Big Bang': "...Uh Oh...."
----------------------------------------------------------------------
GXExplorer [
http://www.gxexplorer.org] Freeware Windows Explorer
replacement. Also includes freeware delphi windows explorer components.
----------------------------------------------------------------------

Reply via email to