Skip to main content
Known Participant
October 1, 2008
Question

Help becomes inaccessible

  • October 1, 2008
  • 2 replies
  • 482 views
Hi,

I'm having a problem where I can't access the opened help window after opening a second dialog window. Let me try to explain.

When I open a dialog in my application (written in C++) and click the Help button, the help launches correctly. When I open a second dialog in my application and try to access the same help window that's already been opened, I can't. It remains in the background and is inaccessible.

Has anyone else run into this problem? I'd appreciate any help because this is a showstopper for my company and they are considering just scraping RoboHelp altogether if this doesn't work.
This topic has been closed for replies.

2 replies

Peter Grainge
Community Expert
Community Expert
October 1, 2008
I believe that is down to them rather than the help tool. You'll find out after you have tried a few more HATs.

Look forward to seeing you back here. :-)

Use the menu (bottom right) to mark the Best Answer or Highlight particularly useful replies. Found the answer elsewhere? Share it here.
Peter Grainge
Community Expert
Community Expert
October 1, 2008
So they've tested this isn't an issue with other HATs?

Take a look at Calling WebHelp on my site. There is some information on this issue there.

Use the menu (bottom right) to mark the Best Answer or Highlight particularly useful replies. Found the answer elsewhere? Share it here.
Known Participant
October 1, 2008
Hi Peter,

No, nobody at my company has tested this specific problem with other HATs. It's unfortunate that we are not going to see this through, especially after all the work I put into it.

Yes, I did have the programmers look at your site (nice site, btw!), but they said it's not what they're looking for. They want to be able to call the help, show the help, have the user go back and forth between previously viewed pages and have the help always in the foreground (sigh!).
Inspiring
October 1, 2008
It's a C++ issue. Your app "remembers" the instance that is still open, thus your "problem." Need to call a new instance from the app. This could also call a new tab to display the topic.

Regards,
GEWB