Creating GUI based Help File!!!

Can anyone point me to a resource where I can find information for creating Help for a GUI based application? I know that javadoc can create API specification for standalone programs but I like something for GUI based application like the one found on MS Word under Help menu.
Need help plz.
--DM                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

If anyone is trying to find out how DM777 implemented help. I would guess that he found JavaHelp.
Here's a search to get you started
http://onesearch.sun.com/search/developers/index.jsp?and=javahelp&nh=10&phr=&qt=&not=&field=&since=&col=javadoc&col=javatecharticles&col=javatutorials&col=devarchive&col=devall&rf=0&Search.x=0&Search.y=0

Similar Messages

  • How can I create a Java help file (*.hs)?

    How can I create a Java help file (*.hs)?

    Thanks a lot.
    I know it is rather poorly used, but I still need it for our current software
    Mit freundlichen Grüßen / With best regards
    Hans-Jürgen Hengsbach - Produktmanagement / Product Management (-227)
    Von: Peter Grainge [email protected]
    Gesendet: Dienstag, 29. April 2014 16:48
    An: Hengsbach.Hans-Juergen
    Betreff: How can I create a Java help file (*.hs)?
    Re: How can I create a Java help file (*.hs)?
    created by Peter Grainge <http://forums.adobe.com/people/Peter+Grainge>  in RoboHelp - View the full discussion <http://forums.adobe.com/message/6340535#6340535

  • Create Directories based on File Names

    I have a Folder with all of my digital photos. All of the photos are named using a %Y%m%d_%H%M%S.jpg format. I am trying to write a script that would go through, and create folders based on the %Y%m%d portion of the name. Then move the photos into the appropriate folders. Then, create folders named according to %Y%m of the newly created folders, and move the %Y%m%d folders into the %Y%m folders. So that my folders would be organized as /%Y%m/%Y%m%d/%Y%m%d_%H%M%S.jpg or 200809/20080905/20080905_083026 - for a photo taken today.
    Any tips for getting started on this? As always, thanks in advance.

    There are a number of ways of doing this, here's one model:
    set topFolder to (choose folder with prompt "Please select the folder containing your images")
    tell application "Finder"
      repeat with eachFile in (get files of folder topFolder)
        -- get the file name and date elements
        set filename to name of eachFile
        set YMD to characters 1 through ((offset of "_" in filename) - 1) of filename as text
        set YM to characters 1 through 6 of YMD as text
        -- make sure the subfolders exist. If they don't then create them
        if not (exists folder YM of topFolder) then
          make new folder at topFolder with properties {name:YM}
        end if
        if not (exists folder YMD of folder YM of folder topFolder) then
          make new folder at folder YM of folder topFolder with properties {name:YMD}
        end if
        -- now move the file
        move eachFile to folder YMD of folder YM of folder topFolder
      end repeat
    end tell

  • Problem to create MXP with help files

    Hi,
    I have 2 components I'd like to create. The creation is ok,
    but while installing the second one with the Extension Manager,
    there is a conflict with the help files (help_toc.xml).
    What I want, is 2 MXP which install my 2 components under a
    directory "myComponents/myFirstComp" and
    "myComponents/mySecondComp". And that in each panel (Actions,
    Component, Help).
    Here I have posted a ZIP with 2 examples which reproduce the
    error when you install both components :
    Zip File
    If you find the good configuration to make what I want,
    please tell me.
    Thanks.
    Sam.

    I explain better:
    I have a Class -> InterfazFactoriaPaneles, with this main
    public static void main(String[] args) {
              SwingUtilities.invokeLater(new Runnable() {
                   public void run() {
                        InterfazFactoriaPaneles application = new InterfazFactoriaPaneles();
                        application.getJFrame().setVisible(true);
    in the Frame I add a JPanel with an image, to load the image I override this method, where com.constructor.imagenes, it's the path where I've got my images :
    public void paintComponent(Graphics g){
              Dimension tamanio = getSize();                    
              ImageIcon     imagenFondo = new ImageIcon("./src/com/constructor/imagenes/patronConstructor.jpg");     
              g.drawImage(imagenFondo.getImage(),0,0,tamanio.width,tamanio.height,null);
              setOpaque(false);
              super.paintComponent(g);
    the with a menu, I remove the panel with the image I load other panel with components (JTextField, JTable, JLabel,...).
    If run the program from eclipse, everything it's ok, if I export into jar file, it works if the jar it's inside the project folder, but if I put the jar in other location, doens't load images, I google from answer and I read to put images path like that: new ImageIcon(getClass().getResource("/com/constructor/imagenes/patronConstructor.jpg")); , but if I do that, and run in eclipse, everything it's ok, but If I export into a Jar, I load the image, but when I try to change to other panel it doesn't work.
    So I do not what's the answer, if someone check my code, and try to make a jar, and the move the jar file into other location, will be able to see images doesn't appears.

  • Creating folders based on file creation date

    Hi,
    I have a folder full of images and I am looking for an Automator workflow/app/script that can look at the files sequentially, read the creation date and then create folder name based on the file creation date (Year-Day-Month). Then move the file to the respective folder.
    Appreciate any input you can provide.
    Regards
    Tom Erik

    Open the AppleScript Editor in the /Applications/Utilities/ folder and run:
    tell application "Finder"
    repeat with this_file in (get files of window 1)
    set the_date to creation date of this_file
    set folder_name to ((year of the_date as string) & "-" & day of the_date & "-" & month of the_date)
    try
    make new folder in window 1 with properties {name:folder_name}
    end try
    move this_file to folder folder_name
    end repeat
    end tell
    (75533)

  • Help with "Help File"

    Hi all,
    I have an almost-complete application to which I'm adding a help file. I am using the a VI called "Online Help file" or some thing to that effect (I would check but this internet station isn't my work station so I don't have access here...). I have created an HTML based help file using "Windows HTML workshop." This file opens correctly on any XP or 2000 system I open it with. However, I created a VI to open the help file when the "Help" tag on the menu bar is activated and this seems to work on my LabView developement system, but not on other systems (after having installed the application). No errors are posted, the help file simply doesn't open. I'm beggining to think that I may be missing some additional installers that I didn't realize were necessary for this application. I currently install LV8.2RTE and the VISA Run-time 4.0. These are the only installers I have been including. Do I need other installers for the help file to work correctly (keeping in mind that this VI works flawlessly in the application on the developement system, but not on other PCs)? If not could someone shed some light on my problem? Thanks a bunch!
    Ryan
    PS: If needed I can try to post some pics.

    Hello,
    Ok ok... only 4 stars for that effort... let's see if we can do better  
    First, I see the same behavior upon closing the application I originally attached - the chm also closes
    Apparently what's happening is that when we use the online help control VI, the chm file is opening in the calling application's context, in this case the LabVIEW app/runtime engine instance.
    We can get around this by making a call which will open the chm file explicity in Windows - we can do this from LabVIEW with the command exec VI.
    I have attached the code this time as well - everything is zipped up (lvproj, vi, & exe).  You'll notice I have used a diagram disable structure so you can see both implementations - the previous one is disabled of course.
    I hope THIS is what you were looking for
    Best Regards,
    JLS
    PS - if you want your LabVIEW application to close by itself after it completes execution, you can use the Exit LabVIEW function at the end of the VI and rebuild the exe.
    Message Edited by JLS on 04-20-2007 12:25 PM
    Best,
    JLS
    Sixclear
    Attachments:
    launch lv help.zip ‏43 KB

  • How do I tell the installer to put my html help files in the helpdir symbolic location?

    I used the File>>Print function to create an HTML help file for my application and specified in the VI Properties for the app to use <helpdir>:\ApplicationHelp.HTML as the Help Path. This should pop up the help file when a user selects "Help for This VI" from my custom menu. It works from my development directory because I installed the help files into the help directory manually, but I can't figure out how the get the installer to put the files in the correct location on the target system.  I tried putting them in [LabVIEW 2010 Help] in the Destination View for the Source Files category, but that didn't work.  Anyone know the right way to do this?

    kgarrett88 wrote:
    Hey MrSmith, 
    In LabVIEW 2010 SP1, if open the Project and right click My Computer, you can add the help file as a source. After you have added this file, you can then create an installer. Under the Destination header, you can add your desired destination path. After you have done that, you can go to the Source Files header and add the help file to that destination you created. 
    Hope this helps. Good luck with your application!
    ~kgarrett
    Thank you for the reply! I had already done the steps you suggested, so let me put up some screen shots that should help you understand my issue better. First, I specified the path to the help information on the Documentation screen of the applications Properties:
    Next I had added all the help files (DetectorFT.html and all the .png files) to the source in a virtual folder I named Resources.
    Next, for the release build I specified the files to be Always Included on the Source Files header.
    Next I created a Resource Directory as a destination for the release build.
    Then I specified the Resource directory as the destination for the files for the Release build.
    After creating the Release build, I created an Installer build and told it on the SOurce Files screen to put the help files into the [LabVIEW 2010 Help] directory.
    I had assumed that putting the files in the [LabVIEW 2010 Help] destination would put them into the correct directory when the installer ran.  When I ran the installer on the target system, the ran the application I tried to select the "Help for This VI" tab on the menu, but it was grayed out indicating it could not find the file in the proper location.  So the question I have is, what IS the proper location for the files to be installed to so the the application will find the Help files when it is looking for them at the <helpdir> Symbolic Path location? Thanks again!
    Jim Smith

  • How to call .chm help file in java ?

    Hello everybody, at first i am sorry for my bad English. I am doing a project. It request that i have to create a help file for application. But when i create a .chm help file. I can't launch it from my application. Error : Invalid win32 Application. I used Runtime.getRuntime().exec(" file name "); to call .chm file . But it is incorrect. Please help me.
    Thanks in advance.

    do
    Runtime.getRuntime().exec("hh.exe \"file name\"");

  • How to update the Help Files

    Hi Team,
    I am in the process of creating a customized help file.
    In the All Projects Tab,under Help Menu can I go and replace the existing pdf downloads with the customized help files?.If yes ,then kindly let me know  the steps.
    Regards,
    Avinash

    You do this in the BP Setup of the BP in question.  So, if this BP lives in the All Projects shell, you could navigate to that shell and switch to Admin mode.  if it is in a Project under that shell, you can navigate to that project and switch to Admin mode.  Then, go to Setup > Business Process.  Open the desired BP and open the general BP setup. You should see a Help File field in the General tab. Remove the existing file and add a new file, as desired.
    This will add the file for that particular shell instance only, so if you want this to be the new help file for all instances of that shell, you can follow the procedure above for a shell template of that type, then update the shells.
    Sean

  • Multi Help File Search

    Hi Guys,
    I don't think this is possible without a great deal of
    scripting knowledge, but I thought I would check before I say no to
    my client. I have create 5 seperate Help files for a client all
    with Flash output, what I now need to know is there any way a
    creating a new single page file the I can use the search feature to
    search all 5 help files & the display results. Pretty
    complicated I know but one of those client that expects the world
    but does not want to pay for it.
    If anybody has any ideas I would be greatful (the output does
    not have to stay a FlashHelp, we just used that for ease of
    distribution)
    Thanks in advance
    Mark Baker

    Mark -
    I believe a merged WebHelp or .chm help system is what
    you're looking for - when you merge projects, a full-text search
    across help files is automatically included, provided you include
    the Search tabs or buttons when generating.

  • Help files for users

    I'd like to provide a help facility for users of the desktop programs I'm developing. The last item on the Menu Bar should be Help, and the first item on that menu should lead to instructions on how the program works.
    I find it curious that in the tutorials and textbooks I have researched, I haven't found any mention of a Help File System. Is there no standard Java way of presenting user help information?
    One obvious solution is to place the information in a set of HTML files. But the missing link is invoking the browser from within a Java desktop application. I've discovered how to do that in Windows using rundll32, but that's implementation dependent. Is there a standard way of asking the default browser to display a given URL?

    As cotton says, one can use JavaHelp to provide help information.
    Perhaps an easier but dirtier way is to display some information such as an HTML-based help file in a JEditorPane.
    Depends on how professional you want your help to look like.

  • Create a group based on file contents

    Hello!
    I'm investigating options to create a dynamic group based on periodic check of file content. I have a Shavlik updater which is patching custom groups based on file contents. I would like to create a dynamic group which should return all Windows Computer
    classes that are found from this file. Anything close to sensible was found at https://www.youtube.com/watch?v=gxASdzHFTOU where author created an attribute of based on "SELECT * FROM CIM_DataFile" and then created a group out from it - but it checks
    file existence, not content, would launch against all Windows Clients (and we have 1000+ of these monitored) - certainly not a valid way.
    Is there any way I could do that in a simple, straightforward way?
    Thanks in advance

    Ok, I got it. Have you tried modifying the group membership with powershell?
    Modifying Explicit Group Membership in SCOM 2012 with PowerShell
    http://blogs.msdn.com/b/rslaten/archive/2013/06/27/modifying-explicit-group-membership-in-scom-2012-with-powershell.aspx
    Automate your group creation with Powershell
    http://blog.coretech.dk/kra/automate-your-group-creation-with-powershell/
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • I want to create xml file using photoshop script and also i can easily add, modify, delete based on file name

    Hi,
    Please help me for this.
    I need to create XML file for mentioned below. when i run the photoshop script i need deatails for active document name, date, time and status.
    <?xml version="1.0" encoding="UTF-8"?>
    <sample>
    <filename>Cradboard_Boxes_Small.tif</filename>
    <date>today date</date>
    <starttime>now</starttime>
    <status>delivered</status>
    </sample>
    <sample>
    <filename>Cardboard_Boxes_Student_Vaue_Pack.jpg</filename>
    <date>today date</date>
    <starttime>now</starttime>
    <status>delivered</status>
    </sample>
    I need read that xml after creating and modify based on file name. i need to modify status after file finished.
    if the file name is already exist i want to modify or delete or add whatever i need.
    Kindly help me simple way

    You may want to look into getting Xtools ps-scripts - Browse Files at SourceForge.net then.  Most of the support is for ActionManager script code where XML code is use as an intermediate step.  There are quite a few Photoshop script in XTools .   Ross Huitt is an expert javascript programmer though is is fed up with Adobe's lack of support for Photoshop scripting particularly the bugs in ScriptUI he is still maintaining tool he  has created for us free of charge. Tools like Image Processor Pro. None of his scripts are save as binary so you can read all of his code there is a wealth of knowledge in there....
    Also there is a scripting forum Photoshop Scripting

  • Java code to create a new .txt file in FTP server  --- Help

    Hi,
    I wrote a standalone java app which creates a .txt file in my local machine and transfers it to FTP server. But my requirement now is to create a new .txt file with the same content in FTP server itself instead of creating locally with basic java code.
    I'm aware of transfering file from local machine to the FTP server using STOR command of FTP. But i never tried creating a new file & writing content into that in FTP server.
    So, if any one did this before please help me out with source code or any idea ???
    Thank you.
    Vj.

    simply_vijay wrote:
    thanks for your reply. yes i've seen the Apache Commons NET API , but there is no method or class to create a new file in FTP server. I'm really worried how to solve this problem ???Sure there is.
    There's a method where you can write data to a file on the server using an OutputStream, right? Well, instead of writing to a FileOutputStream, write to that OutputStream instead. Remember to close the OutputStream and call the method which says you're finished with the command (I forget what it's called).

  • How to create a help file for a VI

    I want to create a help file describing my VI. How do i do that by clicking a control. How do I store the help file.

    Hi Mudda;
    Assuming you are using Windows, with LabVIEW, you can create the necessary files to create a help file, but you can't create the help file. In order to create your help file, you need a WinHelp compiler.
    Also, what LabVIEW allows you to do is to create a file that correspond to the documentation of you VI, so you need to fully document you VIs first.
    To document you VI, go to File -> VI Properties and select "Documentation" from the menu. You can access the VI Properties also by Right-clicking the VI icon in the top-right corner of the Window. To document the controls and indicators in your VI, Right-click the control or indicator and select "Description and Tip...".
    To create the documentation files, go to File -> Print. At some point
    , you will have the option to select a Destination. Select "RTF File" to generate the files a WinHelp compiler understand.
    As you will see too, you can also create html files for your VIs. It can be a good alternative for WinHelp files.
    There are some nice Help editors outhere. I use HelpScribble. You can see a very simple help file I created with HelpScribble in my small projects VI Background Check and VIs for DeployMaster.
    Regards;
    Enrique Vargas
    www.visecurity.com
    www.vartortech.com

Maybe you are looking for

  • Jsp's deployment in 9i AS 2.0.0.1rc

    I have developed a website in jsps and mysql datbase,in this i had 3 beans for databse connectivity,user and administration ,now i want to use 9i 2.0.0.1rc datbase and Oracle 9i Application server for this,could any one help me where to place these j

  • HELP WITH SCROLLING DELAY ANYONE?

    I did a software upgrade with the latest security update on 9/24 and since that update I have weird scrolling issues and clicking issues. When I click on a button, it usually doesn't recognize the click on the first click unless I click super hard. U

  • Wifi problem with nokia x7 belle....

    i cant access my wifi with my nokia device when i connect it says connection failed or connection unavailable....

  • Is there a way to block calls on FaceTime on IOS Mavericks?

    i Keep getting unsolicited calls on my macbook air  is there a way to stop them like blocking them as you can on IOS

  • Can't manually update songs through iTunes

    I have had my iPod mini and iTunes set to let me manually transfer songs for almost a year now and updated to iTunes 5.0 a few weeks ago. I didn't try to update my iPod until tonight, and now iTunes is not letting me click and drag my songs to my iPo