You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2022/11/23 20:56:40 UTC

[GitHub] [netbeans] tmulle opened a new issue, #5003: Possible to hide, remove, or override Help button on Platform Applications?

tmulle opened a new issue, #5003:
URL: https://github.com/apache/netbeans/issues/5003

   ### Apache NetBeans version
   
   Apache NetBeans 15
   
   ### What happened
   
   Not really a bug, so feel free to move this ticket to another location.
   
   Since we can't use JavaHelp in the Platform Applications we build with NetBeans, is it possible to remove/hide the Help button?
   
   The reason I ask is that if we decide to use NetBeans for our commercial application we are going to get customer issues because they see a help button but it doesn't work.
   
   So, we would like to do either of the following:
   
   a) Hide the help button
   b) Get Java Help integration working again (I know it's a license issue which is why it's not there)
   c) Have the help button enabled but be able to override the functionality to open a remote website with HTML documentation being hosted. This way we can use the Help button in all the places it automatically shows up but bring the customer to our hosted documentation.
   
   Thanks!
   
   
   
   ### How to reproduce
   
   Click on any Help button and nothing will happen.
   
   ### Did this work correctly in an earlier version?
   
   No / Don't know
   
   ### Operating System
   
   Mac OS
   
   ### JDK
   
   JDK11+
   
   ### Apache NetBeans packaging
   
   Apache NetBeans binary zip
   
   ### Anything else
   
   _No response_
   
   ### Are you willing to submit a pull request?
   
   Yes
   
   ### Code of Conduct
   
   Yes


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] tmulle closed issue #5003: Possible to hide, remove, or override Help button on Platform Applications?

Posted by GitBox <gi...@apache.org>.
tmulle closed issue #5003: Possible to hide, remove, or override Help button on Platform Applications?
URL: https://github.com/apache/netbeans/issues/5003


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] tmulle commented on issue #5003: Possible to hide, remove, or override Help button on Platform Applications?

Posted by GitBox <gi...@apache.org>.
tmulle commented on issue #5003:
URL: https://github.com/apache/netbeans/issues/5003#issuecomment-1334021605

   Thanks everyone, I think we'll use option A and then add a new menu item for Help Contents like the NetBeans IDE does.
   I'll close this issue now..
   
   Just out of curiosity, are there any detailed instructions on how to get JavaHelp reintegrated in a Platform Application using the external jars?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] neilcsmith-net commented on issue #5003: Possible to hide, remove, or override Help button on Platform Applications?

Posted by GitBox <gi...@apache.org>.
neilcsmith-net commented on issue #5003:
URL: https://github.com/apache/netbeans/issues/5003#issuecomment-1326121065

   b) and c) are already achievable in a platform application.  For c) look at https://bits.netbeans.org/dev/javadoc/org-openide-util-ui/org/openide/util/HelpCtx.Displayer.html


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] trixon commented on issue #5003: Possible to hide, remove, or override Help button on Platform Applications?

Posted by GitBox <gi...@apache.org>.
trixon commented on issue #5003:
URL: https://github.com/apache/netbeans/issues/5003#issuecomment-1328037196

   For a) I use
   System.setProperty("netbeans.winsys.no_help_in_dialogs", "true");
   as per https://bits.netbeans.org/dev/javadoc/org-openide-windows/architecture-summary.html
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists