[InDesign CS4] - Spell() function does not get called in CHLinguistic Sample

Hi,
I am investigating CHLinguistic Sample plug-in on Windows InDesign CS4. I noted that in InDesign CS4 a new function is added FindError.
I always get call to function FindError() but I don't get calls to other functions like Spell(), IsCorrectGrammer().
Has Adobe changed something in InDesign CS4.
Any help will be appreciated.
Thanks and Regards,
Ian Wood

Hi Marko,
I have SDK Build Verison 352 September 2008. With this SDK it has CHLinguistic sample. It has the following info in readme file under Known Issues -
The CHLinguistic sample does not dynamically redraw misspelled
words after adding them to the user dictionary.
I have the old SDK. You have SDK Build Version 352 October 2008, so you must be correct.
I will download the latest SDK and post my results on the forum.
Regards,
Ian Wood

Similar Messages

  • I recently bought and installed Adobe InDesign CS4. It does not have some fonts I want, e.g., Papyru

         I recently bought and installed Adobe InDesign CS4. It does not have some fonts I want, e.g., Papyrus Bold. I copied it from the Windows XP Fonts folder into the InDesign Font folder, which, for starters, was empty (even though when I open the InDesign application its inherent fonts are available). I have gone to online Help and tried different things, but I still cannot get Papyrus Bold when I open my file.
         Where are the InDesign fonts stored, if not in the InDesign Fonts folder?
         How can I make the fonts that are in my Windows XP to be available in InDesign?
         Thank you.
         Andrew

         Peter,
         Thanks for your quick reply.
         I don’t see why there should be a problem with the Papyrus font I copied from Windows, since it works just fine in Word.
    It is listed in the Windows XP/Fonts folder as Open Type, although in brackets beneath it has “True Type.”
         Note: the Adobe InDesign Fonts folder was empty when I first viewed it (except for my attempted copies of Papyrus and a couple of Lucidas). Where are the inherent InDesign fonts stored, if not there?
         Thanks again for your attention.
         Andy (ColorsAce)

  • Update function in logical data source does not get called.

    I created a logicial datasource that contains two functions, one read and one update. The test runs and returns the expected values, however the update is not actually updating the database. Any reason this might occur? Thanks.

    A common problem with this issue is that the datagraph that the client is sending does not indicate an update. Search for : testing update in ALDSP edocs, somewhere around the third search result there will be a document describing how to test updates - including how to capture datagraphs generated by the Test View. (search is broken at this moment, otherwise I'd give you the link ) Then you can make changes in the Test View, click on "Submit" and you will see the corresponding datagraph to make that change.
    At the very least, the datagraph will need an 'old value' in the changeSummary. For instance, the datgraph to change a customers first name from John to Jonathan would look something like ...
    <datagraph>
    <changeSummary ... >
    <FIRST_NAME>John</FIRST_NAME>
    </changeSummary>
    <CUSTOMER>
    <LAST_NAME>Smith</LAST_NAME> <!-- all the new/current values -->
    <FIRST_NAME>Jonathan</FIRST_NAME> <!-- the one that was changed - there is an 'old value' for it -->
    </CUSTOMER>
    </datagraph>

  • Script does not get called

    Hi there, I am trying to setup a quad view on my stage by
    placing 4 sprites on the stage with the same 3D cast member. I then
    apply a behaviour script that initalizes the 4 sprites in their
    correct positions and sets up the 4 different camers as follows...
    topView
    perspView
    sideView
    frontView
    ... however, doing so, the script gets called only on the
    first sprite and the other 3 sprites do not react with the
    behaviour script. As a matter of fact, I also have a sendAllSprites
    command inside the behaviour script and it does not send the
    message to all of the sprites with that piticular behaviour script.
    Is the reason why the behaviour script does not work on the other 3
    sprites because I need a diferent 3d castmember for each
    sprite?

    Hello,
    You don't need to place 4 sprites of the same W3D cast member
    in the score.
    1- Place a single occurence (sprite) of the W3D cast member
    in the score
    2- Create 4 cameras either in your 3D package or by code
    using member.newCamera():
    topView
    perspView
    sideView
    frontView
    3- Set the rect of the four cameras so they correspond to
    each corner of the screen
    4- Use sprite.addCamera() in order to add the four cameras to
    the W3D sprite
    That's all you need.
    Best regards,
    Karl Sigiscar.
    http://www.chromelib.com

  • Function Module not getting called

    Hi Experts,
    I am calling a Z function module created by me like this:
    When I do F5 while debugging, the debugger does not enter the FM at all.
    CALL FUNCTION 'ZZBAPI_BUPA_ROLE_ADD' IN UPDATE TASK      
            EXPORTING
               businesspartner                = ls_but000-partner
               businesspartnerrole            = 'BUP002' .             "Prospective Customer/Prospect
    It is working in sandbox system but is not working in development system.
    I have put the same attribute in processing type as update module and start immediately in the attribute section of the FM. I have also activated it but it is not working in development system.
    Can anybody tell me the fix for this problem?
    Regards,
    Sangeeta.

    Hi Ankur,
    I have explictely specified commit work after the FM in update task call but it is throwing dump.
    This particular code which I have mentioned above is working in sandbox but not in development.
    Also, since I am doing from Web UI, so I have put external debugging. When I am trying to save the particular update setting in debugging which you  need to debug this kind of FMs, it is not working.
    Regards,
    Sangeeta.

  • Method in custom controller not getting called from view

    Hi experts,
    I have a very strange problem. My web dynpro application works fine on the development portal. i am in the process of deploying to the production portal there is no issue it deploys perfectly without any problems. However i have noticed that some methods in my custom controlller which are called from the view do not run. there is no error message or anything data just doesnt get picked because the execute function which fills the context are in the custom controller methods.
    For some reason the method in the custom controller does not get called even though i'm calling it for the view. I have this problem with two methods. the other methods work without any issue.
    Now i overwrote what i have on production at the moment so am stuck and in need for a solution.
    I have tried undeplying, restarting and re-deploying to no avail. what could be wrong?
    thanks and regards,
    dilanke

    Deal all
    This is the code. basically im calling it from the plug on the detail screen.
    This is the method that doesnt get called anymore.
    wdThis.wdGetGetPurchaseOrderCustController().getPODetail();
    The reportSuccess() works fine.
    regards,
    Dilanke
      public void onPlugFromListView(com.sap.tc.webdynpro.progmodel.api.IWDCustomEvent wdEvent )
        //@@begin onPlugFromListView(ServerEvent)
         try
             String po = wdThis.wdGetGetPurchaseOrderCustController().wdGetContext().currentContextElement().getPO_Id();
              wdContext.currentZGETPODETAILS_INPUTElement().setI_Ebeln(po);
              wdThis.wdGetGetPurchaseOrderCustController().getPODetail();
              wdComponentAPI.getMessageManager().reportSuccess(po);
              String fileName = "F://XML_Downloads//" + po + ".xml";
              IWDResource resource = WDResourceFactory.createResource(new FileInputStream(new File(fileName)),fileName,WDWebResourceType.XML,true);
              wdContext.currentContextElement().setXml_Resource(resource);
         catch(Exception e)
              e.printStackTrace();     
        //@@end

  • My iphone 4 does not register calls made to it. if i make a call from another phone, i can hear it ringing, but it does not register on the iphone. also, i do not get any messages when this happens. then after a day or two it decides to start working.

    My iphone 4 does not register calls made to it. if i make a call from another phone, i can hear it ringing, but it does not register on the iphone. also, i do not get any messages when this happens. then after a day or two it decides to start working.

    Clean iPhone charging port with clean dry toothbrush. See if better. If still problem clean charging port again with toothbrush and small amount of Isopropyl Alcohol.

  • Server side function not get called after dispatching cairngorm event second time on same page

    Hi All,
    I am facing a urgent issue regarding cairngorm event. Actually my page contain 3 button add,delete,save
    and  clicking of any button I do the respected functionality. For ex:
    I click the add button & on clicking of add button I fire a cairngorm evnt & after getting response from server side that the record is added
    I displayed a message that the record is added & update the data source.
    After addition of the record , with out going to other page if I perform the same functionaly(Like adding another record) on same page the cairngorm
    event not call the server side function  -  after debugging I find out that cairngorm event  reach to the corresponding excutecommand function & called that function  but it is not calling my server side function & I also din't get any error message .
    I dont know why  the server side function not get called?. similarly if I try for delete or update case the same things happend. Only for the first time it works properly but not for the second  time.
    Could any of  you please tell me why the cairngorm event not calling the server side function.
    Thank you for your kind assistance.
    Regards,
    Ujjwal

    Okay, well I think I've worked out the problem.
    In ASP.NET we would typically bind repeating controls such as DataLists and Repeaters manually using <i>Control</i>.DataBind(), because we're usually using a separate class library containing collections for our objects. Seems the SAP Table control doesn't like this approach.
    I changed the code so that the databinding is specified on the control, and call the Page's DataBind() method and it all worked fine.
    One tip: because the collection I used to bind to is in a separate class library, I receieved a <i>BC306523: Reference required to assembly MyAssemblyName...</i> message, even though I had a reference to the assembly in my project and the DLL is being properly deployed. To fix this, you must include the following directive at the top of the component's ASCX file:
    <%@ Assembly Name="AssemblyName" %>

  • SQLite encrypted Database does not get attached Using Adobe Air,Why?

    Hi,
    Any one knows the solution, am trying to attach the encrypted SQLite database adobe air-adobe flex bulder , it does not get attached using sqlconnection.attach throws error, though the given key is correct, but it gets open using sqlconnection.open with the same key, any one knows the solution, how to attach the encrypted data base, since am using two data base one is opened and another must be attached to the existing ,thanks in advance. using adobe air- flex related. i use the following code
                   databaseFile1 = File.applicationStorageDirectory.resolvePath("Sample_1.sqlite");
                   databaseFile2 = File.applicationStorageDirectory.resolvePath("Sample_2.sqlite");
    dbConnection.open(databaseFile1, SQLMode.CREATE, false, 1024, secKey);
    dbConnection.attach("db2",databaseFile2,null,secKey);
    got the following error.
    ERROR #3125 Unable to open the database file.

    And I would say more "this is the issue" !
    It should be possible as it is clearly stated in the doc :
    public function attach(name:String, reference:Object = null, responder:Responder = null, encryptionKey:ByteArray = null):void
    with 
    encryptionKey:ByteArray (default = null) — The encryption key for the database file. If the attach() call creates a database, the database is encrypted and the specified key is used as the encryption key for the database. If the call attaches an existing encrypted database, the value must match the database's encryption key or an error occurs. If the database being attached is not encrypted, or to create an unencrypted database, the value must be null (the default).
    so with a same encryptionkey, I (and this should be the same for FinalTarget) can open the encrypted db but not to attach it... quite strange.

  • Function Module Not Getting Activated

    Hi,
    We are using a customised function module which we are calling in a user exit. We would like to call this function module in update task in the user exit to populate data in a custom table.
    We have given the following parameters to the function module
    Import Parameters
    ITAB     LIKE     ZPRUNDAT
    Export Parameters
    l_subrc     TYPE     sy-subrc
    On the attributes tab of the function module, Update Module has been selected under processing type.
    When we try to activate this function module we get the following message
    EXPORTING parameters are not allowed in the update task.
    and the function module does not get activated. What should we change to get the function module activated?
    Mick

    Hi,
    Please try this....
    In function module
    In tables Section add this...
    RETURN TYPE BAPIRET2 and then activate.
    if its useful reward points

  • CS4 "You cannot open the application Adobe InDesign CS4 because it is not supported on this archit

    Just installed CS4. Ai and Ps open fine. i get this prompt with InDesign.
    You cannot open the application Adobe InDesign CS4 because it is not supported on this architecture.
    any clues on how resolve this?
    thanks!

    I'm having exactly the same problem with InDesign from CS4 Design Standard (Photoshop and Illustrator both work), and I don't know what to do. I've called up the Adobe support line five times, and received five different answers, none of which have worked (and on three other occasions, my call was dropped, once after an hour on hold).
    One of the Adobe tech support people said to me "None of CS4 works with either 10.5.8 or Snow Leopard. We will issue a patch for that soon" - which directly contradicts what Adobe itself says on this site. I also went to see a Mac Genius, who couldn't help either.
    I have a 2GHz Macbook with 2GB RAM running 10.5.8. I've run the uninstall, and the Adobe Clean Script, I've repaired permissions on my drive (which isn't case sensitive), restarted, reinstalled, tried installing on an external drive and then tried downloading the trial, in case it's the install CD - nothing works. 
    Any suggestions, anyone? Might there be a problem with my library that is stopping the install? Something else?? I bought CS4 for InDesign primarily, this is not good.

  • You can't open the application "Adobe InDesign CS4" because it is not supported on this architecture"

    A day or two ago I went through installing Adobe InDesign CS4 on Leopard OS X.5.8.  After what appears to be a successful installati
    on, in launching InDesign CS4 the message " You can't open the application "Adobe InDesign CS4" because it is not supported on this
    architecture" comes up".  Calling in to support and speaking with the agent who read through previous posts, suggested to me that I
    should try the same fix that has been suggested when I ran across an error when installing Adobe InDesign CS4 on another separate ha
    rd drive externally connected to this computer running Snow Leopard OS X.6.1 for the error reading: "Damaged &/or incomplete install
    ation" when launching afterwards.  The support technician told me to first delete with the uninstall Adobe InDesign CS4, InDesign.
    Following this I am told to run the CS4 Cleanup Utility.  I restart the computer each and every time after running each of the utili
    ties.  Now I am told to install InDesign as a trial version from the DVD and after installation to go ahead & enter the serial numbe
    r.  When launching InDesign CS4 after installation got back the same error as before: "You can't open the application "Adobe InDesig
    n CS4" because it is not supported on this architecture" comes up".  Followed KB404711 article and no success.  What else can be don
    e to fix this issue?
    This morning contacted Adobe Support regarding this response:
    After having a detailed reserach on your issue i acme to the conclusion
    that the problem you are having is not related to Adobe software but its
    in fact related to your MAC version ( OSX-5.8). While reseraching your
    issue i came across
    to many forums where a lot of postings were about the similar error but
    with different products the only comon thing was all the Errors were
    with Mac machine , also when you check the system requirements  for
    Adobe Indesign Cs4
    by going to the following link
    http://www.adobe.com/products/indesign/systemreqs/?promoid=DRHXE  you
    will find the Mac OS version supported are from Mac OS X
    v10.4.11–10.5.4. but we do support Snow Leoprad , so i would like
    to advise to you to either contact your system manufacturer or upgrade
    to Snow Leopard ( mac os x 10.6)
    I have been told that my case is being sent to Level 2 agents and that it can take 24-48 hours for a response.  In the meantime I decided to see what the Support Forums can do for me.  Until then I am down.  Thanks for the help.

    In the application folder there is a folder 'Adobe InDesign CS4' within which there is just the application file. I would expect there should be more file there??
    I've un-installed and installed again - still the same.
    Even downloaded the dmg again and done thwe whole thing over again.

  • Palm Desk Top 6.2 Address Look Up Function Does Not Work In Windows 7

    I recently upgraded my desk top computer's operating system from Windows Vista Home Premium to Windows 7 Home Premium.  I synchronize with a Palm Tx PDA.  HP PalmOS customer support Chat helped me work through a compatibility issue that was preventing display of Address, Calendar, Memo and To Do items on my desk top computer via the Palm Desk Top 6.2 application.  I now find that the address look up function does not work (although it worked fine when I was running Vista).  Without success, I tried running the repair tool as well as reloading the software (both overlay and clean reinstall).  I would appreciate any help or suggestions to fix?
    Post relates to: Palm TX

    Hi,
    844869 wrote:
    CREATE TABLE TEST_EMPLOYEES
    FIRST_NAME VARCHAR2(26 CHAR),
    GRADE VARCHAR2(5 CHAR)
    INSERT INTO TEST_EMPLOYEES (FIRST_NAME, GRADE) VALUES ( 'William', 45 ); ...Thanks for posting the CREATE TABLE and INSERT statements; that's very helpful.
    William&45     1
    Robin 43     1
    Raymond          43     1
    Richard          43     1
    Karen          28     1
    Michelle               1
    Jonathan               1
    Mark               1
    Ann               1You may have noticed that this site normally doesn't display multiple spaces in a row.
    Whenever you post formatted text (such as query results) on this site, type these 6 characters:
    \(small letters only, inside curly brackets) before and after each section of formatted text, to preserve spacing.
    This is one of the many helpful things found in the forum FAQ {message:id=9360002}
    Are the results above what you're getting with some existing query, or are they the results you want? 
    If those are your current results, post your query.  In that case, what are the results you want?  Do you want this?FIRST_NAME GRADE RNK
    William 45 1
    Robin 43 2
    Raymond 43 2
    Richard 43 2
    Karen 28 5
    Michelle 6
    Jonathan 6
    Mark 6
    Ann 6
    Edited by: Frank Kulash on Feb 21, 2013 2:39 PM
    I see you've added the desired results to your original message.
    Here's one way to do that:SELECT first_name
    ,     grade
    ,     RANK () OVER (ORDER BY grade NULLS FIRST)     AS rnk
    FROM     test_employees
    ORDER BY grade          DESC     NULLS LAST

  • Audigy 4 Pro - I/O Hub does not get any po

    Hello all,
    I purchased an Audigy 4 Pro a few days ago and I cannot get the external hub to power on.
    This somewhat sumarizes what I tried so far:
    . Uninstalled all drivers and software of my old Soundblaster Li've 5. Platinum
    2. Also removed all entries of the old soundcard from Device Manager
    3. Powered down the PC fully, took out the Li've 5. and powered it back on and logged on to my Windows XP (SP2).
    4. Just to be sure before installing the drivers for the Audigy 4 Pro I cleaned out the cookies, temporary internet files, all other Temp folders, the Prefetch folder and also ran a program to clean the registry.
    5. De-activated my Norton AntiVirus Corporate Edition's Real-time protection, it's services and also my ZoneAlarm Pro from starting up the next time I reboot Windows.
    6. Powered down the PC again, took the power cable out, made sure there was no power whatsoever left and carefull inserted the Audigy 4 Pro card in an empty PCI slot.
    7. Connected the larger AD_Link to the card, then to the hub
    8. Connected the smaller AD_Link to the card, then to the hub
    9. Finally connected the power convertor cable to a free systems power unit
    0. Double-checked the entire hardware setup a few times and power the PC back on
    . Windows XP detected and installed the OHCI Compliant IEEE 394 Host Controller and the 394 Net Adapter
    2. Canceled to proceed looking for a driver when it found the Audigy 4 Pro card
    3. Installed the drivers and applications that came with the Audigy 4 Pro. Everything went smooth - no error messages during the installation.
    4. Rebooted PC after prompting to do so.
    5. With ZoneAlarm and my Norton Antivirus de-activated, all drivers and programs installed properly the external I/O hub does NOT get any power. I also made sure to check this with the remote control.
    I have ofcourse no sound coming out that hub when plugging in my headphone and also cannot use my microphone.
    6. I ran the Diagnostics program that was installed automatically with the other Creative applications: It claims there aren't any problems.
    7. Powered down the PC again, checked all connectors, powered the PC up again: Same problem... no power.
    8. Installed the latest 4-in- drivers found on viaarena.com: Same problem
    9. Uninstalled and reinstalled the drivers and applications: Same problem
    20. Uninstalled and reinstalled the drivers and applications after taking out all other PCI cards and placing the Audigy 4 Pro card into an other PCI slot: Same problem
    2. Set my BIOS to factory defaults: Same problem
    22. Formatted the PC and reinstalled Windows XP (SP) with every update thinkable... Same problem
    23. Formatted the PC AGAIN ( ! ) and reinstalled Windows (SP2) with updates .... Same problem
    Another problem: Sent a detailed e-mail to Creative Support Europe.... Still NO respons after 48+ hours.
    Anyone else should have a solution I would appreciate trying out, or if all fails I'll go for a Terratec model.
    Thanks in advance!
    PC Stats: Asus A7V266 - VIA KT266 Chipset (VT8366 North Bridge with VT8233 South Bridge) / BIOS version: 0 / AMD Athlon .4GHz / 52Mb
    Message Edited by HilTek on 07-05-2005 :04 PM

    Amazing, I got mine about 3 days ago and have been pulling my hair out trying to resolve the same problem. I have checked power connections, reinstalled drivers. I think something is wrong with the box. I tried to call support yesterday, which was a Saturday, but they aren't available til Monday. I guess I will call them Monday. Let me know if you find anything out in the mean time.
    Thanks
    John
    AMD Athlon(tm) 64 FX-57 Processor
    A8N-SLI Premium
    NVIDIA GeForce 7800 GTX
    GB RAM
    WIN Pro x64

  • New iMac (10.9.4) & now my HP Photosmart 6520 "scan to computer" function does not work

    Recently upgraded to a new iMac running 10.9.4.  Printing works well from this computer and all other devices (iPad, iPhone, etc.).  However, the "scan to computer" function does not work.  In the "Scan" section of HP Utility when I click on "Scan to Computer" the error message reads "Scan to Computer Cannot Be Enabled. The software required for Scan to Computer could not be located on this computer. Please download and install the latest HP recommended software for your device from http://www.hp.com/support, and then try again.
    Of course I have done this... twice... still no luck.  Also ran Software Update and there was an update, but it made no difference.

    Yes, did all that... in order.  It did not resolve the problem.  However, I did find what appears to be the answer.  After re-installing the driver software DO NOT immediately follow the prescribed steps.  Instead, quit the installer, restart the Mac, and an Apple software update will appear after restart.  Install that software update, and even though the computer and software do not call for it, restart the Mac again.  Only then add the printer and follow the balance of the steps.  It works!   Thank you for your help.

Maybe you are looking for

  • BPC Script logic : WHEN condition on two members of the same dimension

    Hello experts, my particular need is the following one ; I have to write an initialization logic for a planning application but I have to match 2 conditions to perform the initialization : (dimensions are PERIOD / RATIO and few other not interesting

  • How to get PhotoBooth module in mail ?

    hi, after trying some fun with Photo Booth, i've just tryed to send the photos to friend(and me, to test). mail was send, but on my Macbook Pro i get a nice : "Module missing" as mail content someone have the same problem?

  • Oracle 10g DB and OID

    Hi, I am looking for information about a way to authenticate Oracle 10g database access by using OracleiAS10g OID (Oracle Internt Directory) in another server. Can anyone give information about documentation or any sites? Thanks in advance.

  • How do I fix an "Insane Object" Error ?

    I am receiving an "Insane Object" error when I load one partuclar VI. Is there any way to "copy" the diagram to a new file to fix the corrupted Object ? I am using Win N/T 4.0 and LabView 6i. The module was originally designed using LabView 5.X and t

  • Using Liquid, what is the best practice for handling pagination when you have more than 500 items?

    Right now I can only get the first 500 items of my webapp, and don't know how to show the rest of the items. IN MY PAGE: {module_webapps id="16734" filter="all" template="/Layouts/WebApps/Applications/dashboard-list-a.tpl" render="collection"} IN MY