I've run into an issue where PowerBuilder freezes when opening RoboHelp via the ShowHelp function. If I pass a keyword that has multiple topics associated with it in RoboHelp, I am presented with a dialog to select which topic I'm interested in. However the dialog does not actually allow a selection to be made since the cursor changes as if processing is occurring. The entire application freezes and must be closed via the Task Manager.
Calling on ShowHelp otherwise works. F1 opens the chm file as expected. Also calling on ShowHelp and passing a unique keyword opens RoboHelp and displays the appropriate topic. The issue only exists when there are multiple topics associated to the keyword provided.
Has anyone experienced this before? Is there a property or setting in PB or RoboHelp that I am overlooking that allows the user to make a selection if multiple topics exist?
If not, I'll remove the possibility of topics sharing like keywords, but I would rather provide that convenience to the user if possible. Any recommendations are appreciated. Many thanks.
-M