"What's This Help" import problem

Hi, I am updating my program to be compatible with Windows Vista. I had been using my old help file made in a prior version of Robohelp until now.
Now that my users are using vista, that help won't work. So I made a .chm file for the online help, and when the user selects File/Help, the help file shows. However, I haven't a second help file that is my context sensitive help. (What's This Help).  I tried to import it and received an error.  So I created a new What's this help file associated with my RoboHelp Html online help, made one test topic, and now I can access the online help and the ? help for that one test using .chm file.  However, I do not want to have to re-enter the thousands of context sensitive help topics!  I noticed that my old file saved the "What's This help" topics in an .rtf file and the new one saves the info in a context.txt.  Is there a way to convert the old .rtf to a context.txt or an easy way to get my data in?
Thank you!!

Hi there
Are you sure you aren't confusing What's This help with regular Context Sensitive Help?
For What's This help, you typically have a Text file. What's This is presented as simple text when clicking the Question Mark, followed by the object in question. As shown below:
Click image for larger view:
Cheers... Rick
Helpful and Handy Links
RoboHelp Wish Form/Bug Reporting Form
Begin learning RoboHelp HTML 7 or 8 within the day - $24.95!
Adobe Certified RoboHelp HTML Training
SorcerStone Blog
RoboHelp eBooks

Similar Messages

  • What's This Help not working for one entry in each header file

    I have a large RoboHelp project that I have imported into Version 8 from a previous version. Prior to the import into Version 8, all of the What's This Help in the project was working perfectly; now, post-import, I have a problem.
    Firstly, some background information.
    My project contains a large number of individual header (.H) files, one for each dialog within the software. These header files, which have been generated and provided by our developers, contain one entry for each field on the dialog to which the header file relates. The header files are all contained within a \HTML Topics\Fields\ folder (going from the root of my Help project).
    Each header file has a corresponding text (.TXT) file. These text files contain entries that correspond to the entries in the relevant header file. The text files are also contained within the \HTML Topics\Fields\ folder.
    Below is an example of the contents of a header file:
    #define IDH_HIERARCHY_APPEARANCE_HIEARCHY_LIST          16811
    #define IDH_HIERARCHY_APPEARANCE_ADD_APPEARANCE         16812    
    #define IDH_HIERARCHY_APPEARANCE_REMOVE_APPEARANCE      16813
    Below is the contents of the corresponding text file:
    .topic IDH_HIERARCHY_APPEARANCE_ADD_APPEARANCE
    Click this button to add a new row of hierarchical appearance settings to the grid.
    .topic IDH_HIERARCHY_APPEARANCE_HIEARCHY_LIST
    Use this grid to define hierarchy appearance settings. Each row in the grid represents a level of the hierarchy. For example, the appearance settings you define for the first row apply to the top level of hierarchy, the settings you define for the second row apply to the second level, and so on.
    .topic IDH_HIERARCHY_APPEARANCE_REMOVE_APPEARANCE
    Click this button to delete the selected row of hierarchical appearance settings from the grid.
    The What's This Help that was part of the original project still works perfectly. However, after upgrading the project to RoboHelp Version 8, I have had to update the project to reflect changes to the software. As part of this work, I have imported some new header files and updated some existing ones - and edited the corresponding text files accordingly.
    The What's This Help that is covered by the header files that I have imported since the upgrade to RoboHelp Version 8 does not work correctly; in each case, the What's This Help does not work for whichever field appears at the top of the appropriate text file. The position of the entry in the corresponding header file does not make a difference.
    If I manually edit a text file to move a different entry to the top then recompile the Help project, the What's This Help does not work for the field that now appears at the top of the text file - and the What's This Help for the field that used to appear at the top of the text file now works.
    I've tried everything I can think of to fix this, but nothing has worked. It seems as if there is a problem in the way RoboHelp is compiling the header and text files.
    If I use Microsoft HTML Help Workshop to decompile the CHM file, then view the contents of the resulting, decompiled text files, the affected files appear as follows:
    .topic IDH_HIERARCHY_APPEARANCE_ADD_APPEARANCE
    Click this button to add a new row of hierarchical appearance settings to the grid.
    .topic 16811
    Use this grid to define hierarchy appearance settings. Each row in the grid represents a level of the hierarchy. For example, the appearance settings you define for the first row apply to the top level of hierarchy, the settings you define for the second row apply
    to the second level, and so on.
    .topic 16813
    Click this button to delete the selected row of hierarchical appearance settings from the grid.
    Note how the entry at the top - which relates to the What's This Help that doesn't work - appears differently to the other entries which do work. The name of the ID appears after ".topic" rather than the appropriate ID number.
    Any help that anyone can provide me with would be very much appreciated.
    Thank you,
    Mark

    Its working now. We just kept trying to reinstall the tools and restarting indesign. On the 4th time the buttons started working. I can't explain why it finally worked, just that it is working now.

  • Error: Invalid project for What's This Help composer

    I am running RoboHelp 7, Word 2003, and Visual Basic 6.  I had Word problems when I upgraded (?) to RoboHelp 7 but they have been resolved.  However, I have a major problem.  When I open the What's This Help composer, I get an invalid .hpj error message and my Context.chj file does not open.  When I try to create a new What's this Help composer project and have it update from my VB6 project, all my VB6 forms show up in the Dialog Boxes pane of composer but when I click on one, the controls on the form don't show up in the control pane of composer.  I've spent a couple years building up my What's This Help and it appears that I have lost everything.  Fortuantely I backed my whole help project to a DVD before I installed RH7.  I've tried to go back to RH6 but it won't install, even after making sure I've completely unregistered and uninstalled RH7.  This makes my backup useless unless I can get RH6 to install. Any suggestions?

    Hi there
    I believe what is happening to you is that a "What's this" project is generally tied to CHM output. I'd be willing to bet a dollar against a dougnut that your primary layout type is WebHelp, FlashHelp or something other than Microsoft HTML Help.
    Try right-clicking the Microsoft HTML Help layout in the Single Source Layouts pod and nominating this layout as the primary.
    THEN click File > New and you will hopefully be pleasantly surprised.
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7 or 8 within the day - $24.95!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

  • What's this Help

    I am switching my appl in VC++ 2005 from winhelp to chm.
    winhelp works fine with .hlp file. Now, with html, context
    sensitive (F1) works fine, but What's this help doesn't work. In my
    CMainFrame class, he is my code tha takes care of that.
    void CMainFrame::WinHelp(DWORD dwData, UINT nCmd)
    DWORD myarray[]={
    ID1, IDH_1, ...and so on};
    if(!m_InContextHelpMode){
    ::HtmlHelp(m_hWnd,AfxGetApp()->m_pszHelpFilePath,
    HH_HELP_CONTEXT,dwData); // this works fine
    else{
    CPoint CurPos;
    GetCursorPos(&CurPos);
    CWnd *pWnd=WindowFromPoint(CurPos);
    //Find the window under cursor
    if(pWnd !=NULL){
    CSHContextHelp(pWnd->GetParent()->m_hWnd,pWnd->m_hWnd,0);
    // works fine for win help, Don't for Html
    //::HtmlHelp(pWnd->m_hWnd,".chm::/.TXT",HH_TP_HELP_WM_HELP,(DWORD)
    (LPVOID) array);
    Q1) for the Ids I use in the array, they work fine, but how
    can I use the Html call without calling the array, as I thought
    Robo help does the mapping and spits out chm file which is the only
    thing I need I think. Besides, I can't map 4000 Ids in my
    application, how do I get to make the what's this help Ids to work
    without any manual mapping? What do I pass for that call, or what
    do I pass instead of the array ?
    Q2) When I click on ? in dialogs, nothing happens, if I
    switch back to winhelp, it works fine using CSHContextHelp call
    above, I am hoping this comes alive if I get any of this to work.
    For the ? handling, I don't do any, I just return TRUE for BOOL
    ONHELPINFO function in the dialogs, and it works fine for winhelp
    but not for html..........
    I appreciate your feedback and comments.
    Thanks

    No problem. We all live and learn. I've added a link between
    the posts so you don't have to delete it. Try posting your query
    here.
    This is not a pure RoboHelp forum so you'll have to give a bit more
    detail but at least it is frequented by likeminded people. Best of
    luck.

  • Is "What's this" help for 64-bit applications available in latest version of Robohelp?

    We purchased Robohelp 9 recently. Before purchasing we called support to make sure context help ("what's this" help) is available for 64-bit applications. They told us that it's there. When we installed Robohelp 9, context help library for 64-bit applications was not there. We are thinking of returning the product. Has anybody come across this issue?

    Hi all
    Like Peter, I've not seen other reports. However, I'll temper this by saying that I'm on a 64 bit system and I do see an option for creating this type of help. I am aware of it and know how it works generically, but I've never created it and I am aware that it's fallen out of favor with Microsoft. So I am unsure of what "libraries" may be needed.
    My own guess here is that support simply looked at RoboHelp and saw an ability to get at the What's this area of RoboHelp running on a 64 bit system and concluded that because it was there all was well.
    Curiosity questiion here for alex-2012. Have you seen What's This help on any application running in 64 bit mode on a 64 bit system? Perhaps it's just a limitation of being in the 64 bit environment. I believe the ability for "What's This" is really governed by Microsoft. And since they have abandoned it, perhaps they never updated and distributed the supporting files needed on 64 bit machines. Just pondering that out loud a bit.
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7, 8 or 9 within the day!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

  • 'What's This' help in RoboHelp 6.0

    Hi,
    I recently moved my project from HTML Help Workshop to
    RoboHelp 6.0. I still compile a .chm. For field-level help, I
    imported my .h and .txt files in the project. These two files have
    the same names. None of the field-level help topics is showing up
    when I click the ? in the application. I get the error " Cannot
    open the file "C:\......\ABC.chm::topics.txt".
    Do I have to use the What's This wizard to create field-level
    help? Can't I use my old map and text files? Is there a step I am
    missing to get this to work properly? Is it necessary that my
    application's .exe file and the .chm file are in the same folder?
    Please help.
    Thanks.

    Hi. Text files can't be used as map files for CSH. You'll
    have to create another map file and aplly the mapid from your text
    file to that.

  • What's This Help crashing when using RoboHelp's HtmlHelp API

    I followed all the instructions described in the RoboHelp
    developer help file. The correct initialisation at the InitInstance
    of the application
    is called using the CSHInitialize(szHelpPath, TRUE). Then, I
    registered the dialog for the "What's This?" help, using the
    SHRegisterDialog(...) API. When I right click the mouse on any
    control in the dialog I always end up with a crash reporting the
    following error:
    "The exception unknown software exception (0x0000005) occurred
    in the application at location 0x4b78d471".
    When we debugged the problem we got the following message in
    the debugger which indicates that the crash is happining in the
    hhctrl.ocx library:
    "Unhandled exception at 0x4b78d471 (hhctrl.ocx) in hoblinkl.exe;
    0x0000005: Access violation reading location 0x00000000"
    In the meantime another image illustrates the call stack
    right before the crash (message not included).
    Note that for this application, we have the resouces loaded
    from a resource DLL. However, we were told that the help file was
    generated using these resource DLLs. We used this dialog as a
    testing platform because it is one of the simplest dialogs without
    the complexities of property pages etc., which do load certain
    dialog resources dynamically.
    However, to further test the problem, we implemented the
    context sensitive help on a more complex dialog using the standard
    HtmlHelp Api, where we are passing an array containing the mappings
    between the IDs and the Help topics (for now the mapping is fixed
    to one topic ID for simplicity) and I managed to make the context
    sensitive help work (not through the What's this menu but rather
    through the '?' button at the top right corner of the dialog.) The
    proper context help topic is displayed according to the mapped ID.
    Has anybody faced this problem and is there a solution for
    it? ;

    Unfortunately the update did not help. Using the field-level
    help in the dialog always ends up with a crash reporting the above
    error.
    The report generated from Microsoft's Windows XP is as
    follows:
    <?xml version="1.0" encoding="UTF-16"?>
    <DATABASE>
    <EXE NAME="HOBLinkL.exe"
    FILTER="GRABMI_FILTER_THISFILEONLY">
    <MATCHING_FILE NAME="HOBLinkL.exe" SIZE="466944"
    CHECKSUM="0xE180B629" BIN_FILE_VERSION="5.3.0.1"
    BIN_PRODUCT_VERSION="5.3.0.1" PRODUCT_VERSION="TE Version 5.3"
    FILE_DESCRIPTION="HOBLink Launcher" COMPANY_NAME="HOB GmbH
    &amp; Co KG" PRODUCT_NAME="HOBLink Terminal Edition"
    FILE_VERSION="5, 3, 0, 1" ORIGINAL_FILENAME="HOBLinkL.exe"
    INTERNAL_NAME="HOBLinkL" LEGAL_COPYRIGHT="Copyright © 2006,
    2007 - HOB GmbH &amp; Co. KG. All rights reserved."
    VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4"
    VERFILETYPE="0x1" MODULE_TYPE="WIN32" PE_CHECKSUM="0x5124E"
    LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="5.3.0.1"
    UPTO_BIN_PRODUCT_VERSION="5.3.0.1" LINK_DATE="01/29/2007 07:23:50"
    UPTO_LINK_DATE="01/29/2007 07:23:50" VER_LANGUAGE="English (United
    States) [0x409]" />
    </EXE>
    <EXE NAME="hhctrl.ocx"
    FILTER="GRABMI_FILTER_THISFILEONLY">
    <MATCHING_FILE NAME="hhctrl.ocx" SIZE="546304"
    CHECKSUM="0x38577544" BIN_FILE_VERSION="5.2.3790.2453"
    BIN_PRODUCT_VERSION="5.2.3790.2453" PRODUCT_VERSION="5.2.3790.2453"
    FILE_DESCRIPTION="Microsoft® HTML Help Control"
    COMPANY_NAME="Microsoft Corporation" PRODUCT_NAME="HTML Help"
    FILE_VERSION="5.2.3790.2453 (srv03_sp1_gdr.050525-1542)"
    ORIGINAL_FILENAME="HHCtrl.ocx" INTERNAL_NAME="HHCtrl 1.41"
    LEGAL_COPYRIGHT="© Microsoft Corporation. All rights
    reserved." VERFILEDATEHI="0x0" VERFILEDATELO="0x0"
    VERFILEOS="0x40004" VERFILETYPE="0x1" MODULE_TYPE="WIN32"
    PE_CHECKSUM="0x8B1D0" LINKER_VERSION="0x50002"
    UPTO_BIN_FILE_VERSION="5.2.3790.2453"
    UPTO_BIN_PRODUCT_VERSION="5.2.3790.2453" LINK_DATE="05/27/2005
    02:04:27" UPTO_LINK_DATE="05/27/2005 02:04:27"
    VER_LANGUAGE="English (United States) [0x409]" />
    </EXE>
    <EXE NAME="kernel32.dll"
    FILTER="GRABMI_FILTER_THISFILEONLY">
    <MATCHING_FILE NAME="kernel32.dll" SIZE="983552"
    CHECKSUM="0x4CE79457" BIN_FILE_VERSION="5.1.2600.2180"
    BIN_PRODUCT_VERSION="5.1.2600.2180" PRODUCT_VERSION="5.1.2600.2180"
    FILE_DESCRIPTION="Windows NT BASE API Client DLL"
    COMPANY_NAME="Microsoft Corporation" PRODUCT_NAME="Microsoft®
    Windows® Operating System" FILE_VERSION="5.1.2600.2180
    (xpsp_sp2_rtm.040803-2158)" ORIGINAL_FILENAME="kernel32"
    INTERNAL_NAME="kernel32" LEGAL_COPYRIGHT="© Microsoft
    Corporation. All rights reserved." VERFILEDATEHI="0x0"
    VERFILEDATELO="0x0" VERFILEOS="0x40004" VERFILETYPE="0x2"
    MODULE_TYPE="WIN32" PE_CHECKSUM="0xFF848" LINKER_VERSION="0x50001"
    UPTO_BIN_FILE_VERSION="5.1.2600.2180"
    UPTO_BIN_PRODUCT_VERSION="5.1.2600.2180" LINK_DATE="08/04/2004
    07:56:36" UPTO_LINK_DATE="08/04/2004 07:56:36"
    VER_LANGUAGE="English (United States) [0x409]" />
    </EXE>
    </DATABASE>
    Any other ideas how to solve this problem?

  • Hope this helps internet problems for some of you!!!

    Hi...I was experiencing the same problem a lot of folks on here have been dealing with. In short, our MacBooks or MacBook Pro's showing that we were fully connected to a network but unable to get on the internet. I'm by no means a tech expert, but I just got BOTH my MacBook and MacBook Pro working. I sure hope this helps at least a few of you b/c this has been a MAJOR pain for me and it is definitely isolated to the MacBooks. I've got three other Macs and they've never had this issue. Here's all I did:
    I unplugged and actually reset the wireless router by holding down the reset button for 10 seconds. Powered it back up.
    Came back to my computers and once again the signal strength showed I was fully connected. Still no internet though. So...I clicked on the Airport signal strength icon in the upper tool bar. To restate, this already showed that I was connected at full strength but I had no internet. Anyway, I clicked "Other" or "Join Other Network" in the drop down list. In the next pop-up window, I entered the "new" network name. I even just used the exact same network name over again. My particular network used a WEP password, so I put the original WEP password in, clicked OK and bam!...Without even rebooting the computers, the internet is working like a charm on both MacBooks.
    GOOD LUCK TO ALL! Lemme' know if it works!

    Hi...I was experiencing the same problem a lot of folks on here have been dealing with. In short, our MacBooks or MacBook Pro's showing that we were fully connected to a network but unable to get on the internet. I'm by no means a tech expert, but I just got BOTH my MacBook and MacBook Pro working. I sure hope this helps at least a few of you b/c this has been a MAJOR pain for me and it is definitely isolated to the MacBooks. I've got three other Macs and they've never had this issue. Here's all I did:
    I unplugged and actually reset the wireless router by holding down the reset button for 10 seconds. Powered it back up.
    Came back to my computers and once again the signal strength showed I was fully connected. Still no internet though. So...I clicked on the Airport signal strength icon in the upper tool bar. To restate, this already showed that I was connected at full strength but I had no internet. Anyway, I clicked "Other" or "Join Other Network" in the drop down list. In the next pop-up window, I entered the "new" network name. I even just used the exact same network name over again. My particular network used a WEP password, so I put the original WEP password in, clicked OK and bam!...Without even rebooting the computers, the internet is working like a charm on both MacBooks.
    GOOD LUCK TO ALL! Lemme' know if it works!

  • What does this mean:   import mx.remoting.RecordSet

    hello;
    I am adopting AS2;
    I get the import concept;
    my problem is the "mx.remoting.RecordSet";
    when I look in the Adobe Flash CS3 documentation (
    "ActionScript 2.0 Language Reference/ActionScript classes" ), I do
    not see 'mx' OR "remoting" OR "RecordSet" listed;
    so, in this example, is 'mx' a superclass? or what? and where
    do I find documentation on it as well as all other whatever they
    are??
    thanks
    dsdsdsdsd

    Hi
    This might help
    mx.remoting.recordset

  • Need help Import problem..

    My code works under websphere but I can't get it to work on Tomcat.
    Any help would be greatly appreciated.
    Here's my import called from a JSP :
    <%@ page import= "com.northgrum.lans.Sessctl_Row" %>
    <%@ page import= "com.northgrum.lans.AuthServ" %>
    <%@ page import = "java.io.*, java.sql.*"%>
    directory where the class are located.:
    test/WEB-INF/classes/com/northgrum/lans:
    org.apache.jasper.JasperException: Unable to compile class for JSP
    /jakarta/jakarta-tomcat-4.0.4/work/Standalone/localhost/examples/jsp/MLtest/SAPA_0005fHome$jsp.java:3: Class com.northgrum.lans.Sessctl_Row not found in import.
    import com.northgrum.lans.Sessctl_Row;
    ^
    /jakarta/jakarta-tomcat-4.0.4/work/Standalone/localhost/examples/jsp/MLtest/SAPA_0005fHome$jsp.java:4: Class com.northgrum.lans.AuthServ not found in import.
    import com.northgrum.lans.AuthServ;
    ^
    2 errors
         at org.apache.jasper.compiler.Compiler.compile(Compiler.java:285)
         at org.apache.jasper.servlet.JspServlet.loadJSP(JspServlet.java:548)
         at org.apache.jasper.servlet.JspServlet$JspServletWrapper.loadIfNecessary(JspServlet.java:176)
         at org.apache.jasper.servlet.JspServlet$JspServletWrapper.service(JspServlet.java:188)
         at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:381)
         at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:473)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:243)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:190)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
         at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:475)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
         at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2347)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
         at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:170)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:170)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
         at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:468)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)
         at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
         at org.apache.catalina.connector.http.HttpProcessor.process(HttpProcessor.java:1027)
         at org.apache.catalina.connector.http.HttpProcessor.run(HttpProcessor.java:1125)
         at java.lang.Thread.run(Unknown Source)

    The only times I see this is when the classes are not in the right place. What you describe should be the right place, but I am guessing that something more complex is happening...
    Are you using an IDE to run the Server? Are you sure that you have exactly one instance of Tomcat installed on your computer? Do you have a context.xml or <Context ...> element in the server.xml that tells the server to look somplace else for files?
    My suggestions would be to shut down tomcat, go to <TOMCAT_HOME>/webapps, make a new .jsp (by text editor, not IDE) that does the include and some simple output. Use the command line to start Tomcat (so you can be sure of how it is starting) and see what happens.
    Make sure you read your log files. It could be that if you have a problem with either the context or web.xml that your context is not starting properly... hopefully that would be logged.

  • Help- Importing problem

    When I import and the tape gets to about 5 minutes the computer freezes (even though the message on he screen lists 30 minutes max on imported clips). The camera keeps running and I get the spinning "beach ball' for about 2 minutes, I stop the camera and get the message that the end of the tape has been reached. This has only been doing this since my latest project.

    Apple delivers FCE updates via Software Update. It's odd that you missed this one. Here's the FCE page where that is described: http://www.apple.com/support/finalcutexpress/
    One thing to try when FCE begins behaving strangely is to trash your FCE Preferences. Here's how to do it: http://www.fcpbook.com/Misc1.html
    Good luck!

  • Importing What's This? Help

    I just upgraded from X3 to 6. Trying to import the What's
    This? context help, but it's expecting a Context.txt file. My old
    version has a Context.rtf file. I might be able to reformat the rtf
    file... does anyone know the format or can you suggest
    anything?

    Thanks Eric. I was considering that as an option, but now we
    have a requirement to run on Vista. Here's a response from Rob
    Chandler that I'm looking into:
    There are a number of ways to achieve popups.
    If the popup text is now in single HTML files then you may
    want to consider
    KeyHelp Popups (free activeX control from
    http://www.keytools.net/ ) I've
    used
    this very successfully myself.
    See also
    http://helpware.net/FAR/far_faq.htm#KeyHelpPopups
    When RoboHelp converts WinHlp to HTML Help, in creates
    individual HTML files for each Whats This Help topic. Adobe should
    provide an option to convert the What's This Help in WinHlp to a
    single TXT file that could be implemented thru a CHM as What's This
    Help.

  • What is this error code's on x79 Gd 65 8D (99),(B2),(B4)

    Hello Msi users My names shaaban and i am from turkey years old 24 i am complete my x 79 gaming case almostly, system part list is that
    board x79 a gd 65
    mem, 16 gig gskill cl 9 2133 mhz
    cpu 3930 k
    psu  x1000 platinum
    gpu we are tryied the my friend 6990 i am havent yet now
    ssd 120 gb s 3 corsair f gt
    we are installed the components carefully everythings fine but first time we are pushing the on button system power on well but system post ed us 3 debug code b2 b4 and 99 i find the manuel book and i did see this words "console outpu/input devices/console initiaalization and load option rom (vga, Raid, parallel ports, serial ports......) Whats is this graphic card problem? if it is but we are sucsessfull installed the windows and programs and 2 hours playing battlefield 3 with radeon 6990 average 88 fps on full hd and settings ultra work fine with non anything bios update or program update pure fabrication default board but we are 2 hours end restarting the system, windows 7 normal starting but we are taking the same debug codes 99 b2 and b4...
    ThNK   YOU FOR HELPİNG AND RESPONDİNG, AND SORRY BAD ENGLİSH I MUST FİX MY SPEAKİNG...

    Quote from: Stu on 13-May-12, 23:54:27
    They are not error codes, but checkpoint codes.
    If the system passes POST and boots into Windows, then there isn't an issue. And if you're playing games for several hours without any issues, then there is no problem.
    yes bro i am experiance the minimum 1.5 hour battlefield 3 game the ultra mode fps is wawing 45 to 160 but normal 90 at 6990 strange this codes not error codes allright? okey then my system working normally??

  • What's This? tool in RH 8

    I am researching new ways of presenting context sensitive help, instead of opening a topic from the full help. Cannot find info about What's this?
    I want to know what the output looks like. Is it in a 'bubble', does it appear when you hover over a field in the product, or must you click a link?
    Has anyone had success using this tool?

    Hi Sue
    If you want to see "What's this" help in actual use, hopefully you have Windows XP. I don't think I've seen any What's this since migrating to Windows 7. Not sure about Vista. Anyhoo, if you have XP, just open Microsoft Paint. (Click Start > Run > Type MSPAINT into the Run dialog and press Enter).
    From paint, click File > Save As and you should see a dialog similar to below. See the Question Mark in the upper right coner? Click it and the cursor changes.
    Click the item you want information on and if it's available, a description will be presented.
    Hopefully this helps with providing what you were looking for.
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7 or 8 moments from now - $24.95!
    Adobe Certified RoboHelp HTML Training
    SorcererStone Blog
    RoboHelp eBooks

  • Dear Ms. Qaya Ltfabh help me. I do not know why this is a problem that has been part of Russian Tvlbarmn(mozila firefox). What I Brgrdvnmsh Vnmydvnm again in En

    Dear Ms. Qaya Ltfabh help me. I do not know why this is a problem that has been part of Russian Tvlbarmn. What I Brgrdvnmsh Vnmydvnm again in English. Bkhvahydmytvnm send a screenshot if I tell you to see exactly my problem. Thank you
    I also say that in English I dont know if Nmdarm Mykhvahydbh help me help in the form of a video file or image...Anglysym your friends know I'm so weak, so therefore the description Vsvalattvn noticed something. If you have software that will solve my problem please let me download it, I probably am

    I don't understand what question you are trying to ask. Can you restate the question?

Maybe you are looking for

  • Is there a way to get the songs back after you do a sync and erase? I no longer have them stored on my harddrive.

    Thanks to a wonderful geeksquad agent all my songs have been deleted from my ipod. They had to restore my computer so the ones I downloaded are no longer on my harddrive or in itunes. Is there a way to get the songs back after you do a sync and erase

  • [AWESOME WM] How to define the size of textbox widget

    Hi, I have problem with network widget. When some transfer has place widget change it's value and move all widgets that are place before it. Is there any why to set it's width to some fix value so it have some margin for changes? To create widget I u

  • Importing classes to CORBA-client fails

    Hi! I'm trying to compile a simple CORBA-client but importing the classes fails. Test.java:1: package org.omg does not exist I'm running j2se 1.4 and j2ee 1.3.1 My classpath: C:\Program Files\jdkee\lib\j2ee.jar;C:\j2sdk\jre\lib\rt.jar;C:\j2sdk\lib\dt

  • CORBA and Oracle SOA

    How does Oracle BPEL PM / ESB enable CORBA applications to be consumed? Also, does the iDE support transformation of CORBA IDL to WSDL?

  • CUEAC 9.1.1.10 and CUCM 7.1(5) 64 bit TSP Plugin

    Hello, I have a customer with CUCM 7.1(5) who has purchased CUEAC 9.1.1.10 and wants to run it on Windows Server 2008 R2 (64 bit). According to the data sheet this should be supported but when I go through the CUEAC server installation process it tri