You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cayenne.apache.org by "Thomas Bernhard (JIRA)" <de...@cayenne.apache.org> on 2007/10/19 12:36:51 UTC

[JIRA] Created: (CAY-886) CM Usability:Help Menu Item with User Guide Link

CM Usability:Help Menu Item with User Guide Link
------------------------------------------------

                 Key: CAY-886
                 URL: https://issues.apache.org/cayenne/browse/CAY-886
             Project: Cayenne
          Issue Type: New Feature
          Components: CayenneModeler GUI
            Reporter: Thomas Bernhard
            Assignee: Andrus Adamchik


CM already has a nice User Guid that comes with the installation in:
"cayenne-xxx\doc\Documentation\Modeler Guide\index.html"

Add a menu item under Help that starts the above URL with the default browser.

This is very simple to implement, it's done by many desktop applications to allow the users to quickly access the docs, and there are many examples how to do it in Java. One of them that just works:
http://www.centerkey.com/java/browser/
or it could be combined with this one:
http://www.ulfdittmer.com/code/BrowserLauncher.java
to work even better (until Java6 is used - because it solves the problem)

More details about starting the borwser here:
http://www.javaworld.com/javaworld/javatips/jw-javatip66.html


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (CAY-886) CM Usability:Help Menu Item with User Guide Link

Posted by "Andrus Adamchik (JIRA)" <de...@cayenne.apache.org>.
     [ https://issues.apache.org/cayenne/browse/CAY-886?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrus Adamchik closed CAY-886.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 3.0

There is a link to the online docs in the CM already.

> CM Usability:Help Menu Item with User Guide Link
> ------------------------------------------------
>
>                 Key: CAY-886
>                 URL: https://issues.apache.org/cayenne/browse/CAY-886
>             Project: Cayenne
>          Issue Type: New Feature
>          Components: CayenneModeler GUI
>            Reporter: Thomas Bernhard
>            Assignee: Andrus Adamchik
>             Fix For: 3.0
>
>
> CM already has a nice User Guid that comes with the installation in:
> "cayenne-xxx\doc\Documentation\Modeler Guide\index.html"
> Add a menu item under Help that starts the above URL with the default browser.
> This is very simple to implement, it's done by many desktop applications to allow the users to quickly access the docs, and there are many examples how to do it in Java. One of them that just works:
> http://www.centerkey.com/java/browser/
> or it could be combined with this one:
> http://www.ulfdittmer.com/code/BrowserLauncher.java
> to work even better (until Java6 is used - because it solves the problem)
> More details about starting the borwser here:
> http://www.javaworld.com/javaworld/javatips/jw-javatip66.html

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.