JavaHelp - Problems with HelpBroker
Hi, my HelpBroker (JavaHelp for an application) doesn't work in correct way, HelpSet is found but not shown (without an error-message). Has anybody an example-code of a working HelpBroker for me?Thanks *****
[243 byte] By [
spunk] at [2007-9-26 2:05:49]

Hi,did you try method setDisplayed() as inHelpSet hs = new HelpSet(null, myHelpSetUrl);HelpBroker hb = hs.createHelpBroker();hb.setDisplayed(true); Ulrich