Is there a way to do any of the following with
HTMLHelpController objects:
1)
Restore the window after it has been minimized?
e.g. I use an accelerator key (F1) to bring up the
help window in my program. If the window is minimized
and the F1 key is pressed again i'd like to restore
the help window. Is this possible?
2)
Raise the window after it has been pushed behind
another window?
Again I use an accelerator key (F1) to bring up the
help window in my program. If the window is pushed
behind another window and the F1 key is pressed again
i'd like to bring the help window to the front. The
only way I have found to bring the window to the front
is to call the DisplayContents method which
unfortunately sets the page back to the contents page.
Is there any way to raise the window without changing
the page?
3)
I create the help window with this call:
self.hc = wx.html.HtmlHelpController(style =
wx.html.HF_TOOLBAR | wx.html.HF_CONTENTS | \
wx.html.HF_INDEX |
wx.html.HF_SEARCH | wx.html.HF_PRINT)
After doing so, the help tree on the left side of the
window is always collapsed. Is there any way to have
the help tree expanded by default?
···
__________________________________
Do you Yahoo!?
Yahoo! Mail - Find what you need with new enhanced search.
http://info.mail.yahoo.com/mail_250