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.

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" 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

  • 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?

  • 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'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

  • I have frequent instances of my Macbook Pro beeping 3 times and then I have to forcefully shut it down by pressing the power button. What is this all about? Please help. Thank you.

    I have frequent instances of my Macbook Pro beeping 3 times and then I have to forcefully shut it down by pressing the power button. What is this all about? Please help. Thank you.
    I saw this report being sent to Apple:
    Interval Since Last Panic Report:  581719 sec
    Panics Since Last Report:          10
    Anonymous UUID: F4CF708D-D85C-4EC5-8047-4FC22C6B03AF
    Fri Mar  7 13:00:14 2014
    panic(cpu 0 caller 0xffffff80002d1208): Kernel trap at 0xffffff800020c590, type 14=page fault, registers:
    CR0: 0x0000000080010033, CR2: 0x0000000000000000, CR3: 0x0000000007541000, CR4: 0x0000000000040660
    RAX: 0xffffff8000000000, RBX: 0xffffff800d35a870, RCX: 0xffffff800cf55cd8, RDX: 0xffffff80008a8fcc
    RSP: 0xffffff805e5f3d60, RBP: 0xffffff805e5f3da0, RSI: 0x000000001dcd6500, RDI: 0xffffff800d168778
    R8: 0x0000000000000001, R9: 0xffffff805e5f3e88, R10: 0x0000000000000011, R11: 0x0000000000000000
    R12: 0x0000000000000000, R13: 0xffffff800d168770, R14: 0xffffff800d168778, R15: 0x0000000000000000
    RFL: 0x0000000000010082, RIP: 0xffffff800020c590, CS:  0x0000000000000008, SS:  0x0000000000000010
    Error code: 0x0000000000000000
    Backtrace (CPU 0), Frame : Return Address
    0xffffff805e5f3a00 : 0xffffff8000204d15
    0xffffff805e5f3b00 : 0xffffff80002d1208
    0xffffff805e5f3c50 :
    Model: MacBookPro8,1, BootROM MBP81.0047.B27, 2 processors, Intel Core i5, 2.3 GHz, 4 GB, SMC 1.68f99
    Graphics: Intel HD Graphics 3000, Intel HD Graphics 3000, Built-In, 384 MB
    Memory Module: global_name
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xD6), Broadcom BCM43xx 1.0 5.100.198.104.5)
    Bluetooth: Version 2.4.5f3, 2 service, 12 devices, 1 incoming serial ports
    Serial ATA Device: Hitachi HTS545032B9A302, 298.09 GB
    Serial ATA Device: OPTIARC DVD RW AD-5970H
    USB Device: FaceTime HD Camera (Built-in), 0x05ac  (Apple Inc.), 0x8509, 0xfa200000 / 3
    USB Device: Hub, 0x0424 (SMSC), 0x2513, 0xfa100000 / 2
    USB Device: BRCM2070 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0xfa110000 / 5
    USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x821a, 0xfa113000 / 8
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac  (Apple Inc.), 0x0245, 0xfa120000 / 4
    USB Device: Hub, 0x0424 (SMSC), 0x2513, 0xfd100000 / 2
    USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8242, 0xfd110000 / 3

    Hmm. The problem still may be the RAM - Apple buys the RAM it puts in its machines from third-party vendors (usually Hynix) so it could be a RAM problem.
    There are a couple of things that you can do yourself before taking your machine into an Apple Store or an AASP... download and run an application named Rember that will run a RAM test for you - let it run for a couple of hours or even overnight. If it turns out that your RAM is faulty, Rember will let you know. If it is faulty, then you have a couple of options - replace the RAM yourself or (particularly if you're under warranty still) take the machine to an Apple Store or AASP and have them replace the RAM.
    If Rember finds no fault with the RAM, then you'll need to take it into an Apple Store/AASP and get a free diagnosis on the machine. Three beeps do usually indicate faulty RAM, but if it tests good with Rember you likely have another problem - it could be something as simple as the RAM, somehow, not seated correctly or signs of another hardware problem.
    Run Rember first... call back with results.
    Good luck,
    Clinton

  • A weird 'person sitting at a laptop ' icon pops up suspending the use of my Mac. I see a countdown for 3 minutes and a line of letters to type in to allow me to continue working. I have 2 minutes to work. Help. What is this!

    A weird 'person sitting at a laptop ' icon pops up suspending the use of my Mac. I see a countdown for 3 minutes and a line of letters to type in to allow me to continue working. I have 2 minutes to work. Help. What is this!

    Hate to say it. I isolated this to only be happening with email/Mail program. Then ran Sophos Virus detector on it and it did show a trojan virus in my email spam folder. I eliminated it ; ran disk utility a couple of times and  I am good now. Spent the whole day on it though before I thought of using a virus scan... as soon as I started running sophos it stopped sending me the two minute timer as well--so just opening the virus software was able to disengage whatever was happening. My computer is all mac --no PC interface added at all. Hope that was that. Thank you for responding.

  • Hi - I keep receiving the following error message on a song I purchased from itunes and am now trying to drag and drop to my iPad: "you must download items from icloud before you can copy then to iPad" what does this mean - please help! Thank you

    Hi - I keep receiving the following error message on a song I purchased from itunes and am now trying to drag and drop to my iPad: "you must download items from icloud before you can copy then to iPad" what does this mean - please help! Thank you

    Hi Poonam26c,
    If you do not have a local copy of a song which you have purchased (i.e. it is available via iTunes in the Cloud), you may need to redownload it before you can transfer it to your device. You may find the following article helpful:
    Apple Support: Downloading past purchases from the iTunes Store, App Store, and iBooks Store
    http://support.apple.com/kb/HT2519
    Regards,
    - Brenden

  • IPhone 4s not being recognized and cannot be activated for service--what does this mean? I can't sync with iTunes. Please help

    iPhone not being recognized and cannot be activated for service--what does this mean? I can't sync with iTunes. Please help.
    When I connect iPhone to USB iTunes is giving me the above message. Please advise if you know the fix.
    Thanks,
    Lina1116

    did you find a fix?

  • My software is STUCK on "Retrieving current session status" What is this and how do I fix it? i am not able to convert any files at all!! Please help!

    My software is STUCK on "Retrieving current session status" What is this and how do I fix it? i am not able to convert any files at all!! Please help!

    Hi JulietaQ,
    In order to help you better.
    Please let me know which application or Service of Adobe you are using. If this is subscription i would request you to log-out and log-in back and let me know if that helps.
    ~Ajlan Huda

  • I get a Notice of..."This iPad cannot be used because the apple mobile device service is not started....what is this and how do I fix it..Help please

    I get a notice when trying to sync my iPad. "this iPad cannot be used because the Apple Mobile Device Service is not started".....What is this and how can I fix it? Help please

    Here is a YouTube video which should guide you through a solution:  http://www.youtube.com/watch?v=VLFAo-FWLxE

Maybe you are looking for

  • Error while creating a client proxy for CBR.RU

    Hi! I need to consume web service. Here is the link: http://www.cbr.ru/DailyInfoWebServ/DailyInfo.asmx?WSDL I tried to make an own client proxy with SE80 transaction. (edit object->enterprise services -> client proxy -> create) After completing wizar

  • Export PDF and Ink Manager

    Hi I'm working on CS3 plugin which exports an InDesign file to PDF. Currently the plugin can export with the correct Preset using ExportProvider. Now I need to solve two issues. 1) Set "Output" > "Ink Manager" > "All Spots to Process" option programm

  • Package Compilatin takes long time

    Hi Guys, When i tried to compile package on dev server its takes long time its suppose to be compile within sec and it used but suddenlly its taking time. please guide me how can i start to resolve this issue Thanks

  • One JVM with different system.out / system.err files

    I have a menu application which allows me to launch different swingapps which runs inside one single JVM. All applications have their own properties.file which is read and handled at the start of each application. One property allows me to print all

  • My scenario is IDOC to FILE

    I have 3 clients(700,800 & 900) in R/3. Idoc(orders05) is comming from any one of the client. I am sending this idoc to non-sap system as it is. Please tell me the scenario, How to configure my Busyness Systems and flow?