About TextFileFormatProject SDK sample,  Windows, CS2

I copied the TextFileFormatProject sample folder to another, for example, XXXFileFormatProject. and open the project in the new foler use VS2003,
change some code in the fileFormatHandler file, for example the file extension and name parameter of AddFileFormat function, build the project and copy the result aip to the AI formats plugin foler with a different name, as well as copy the TextFileFormat.aip to the same folder.
launch the AI, Ctrl+O, in the file type list, the TextFileFormat plugin and the new plugin have the same extension filer, (*.TXT, *.XXX), why the AI add them together? they are two different plugin.

CS2 seems to be buggy for file extensions. However, you may be able to get around your particular problem by being sure to only return 0 from "goCheckFormat" for the correct format and kUnknownFormatErr otherwise. You will probably have to do it for both plugins.

Similar Messages

  • Illustrator SDK sample: Windows plug-in error when exporting to EMF

    Hi All,
    I'm trying to create a plug-in that exports a whole AI document or just a selected portion of it to an EMF file.
    I've used classes from [SnippetRunner] SDK sample, i.e. from \Code Snippets folder, and I've encountered a very strange behavior when calling
    SnpDocumentActionHelper::ExportDocument(ActionDialogStatus dialogStatus, AIActionParamValueRef parameters)
    with formats such as WMF, EMF etc.
    If function sAIActionManager->PlayActionEvent() is called with 'kDialogOff' status an error message "The plugin cannot complete because of an unknown error" appears, although the export is completed and the return code is 'kNoErr'.
    If I try exporting with a dialog interface (omit parameters or 'kDialogOn') everything is fine.
    I checked it both for CS3 and CS4 SDK, as well as for WinXp and WinVista.
    I also tested with the actual sample plug-in (SnippetRunner), same behavior.
    Is this an SDK bug? Any ideas?

    I don't have a lot of experience with this kind of problem, but the first thing I'd check is the parameter block you're passing the action call. I don't know why it would matter if the dialog appeared or not, unless the export settings block wasn't being filled in with everything it needs?
    You might try recording an export you perform manually via the action palette, and then saving it to a file. You can open it up manually and compare it (even if it's a binary block) to what you're doing in code. You might spot something that way.
    I don't know what else to suggest though. It's unlikely to be an SDK bug, though it could be a bug in the action-aware part of the exporter.

  • How to play offline content using Smooth Streaming Client SDK for Windows 8.1 and/or Windows Phone 8.1

    Hi there,
    The Smooth Streaming Client SDK for Windows 8.1 at
    https://visualstudiogallery.msdn.microsoft.com/0170c67c-c183-4fee-8dd4-c2b44d710d40 specifies "Offline playback scenarios via Downloader Plugin*". I have been searching the web to find info on how to download content for offline playback scenarios
    using the Downloader Plugin, but can't find nothing, so is there any samples, API docs or blogs out there showing how to do this?
    Sandip Ahluwalia

    Hi Sandip,
    As stated in the sample you linked:
    For feedback and future requests please use IIS.net forum and related forum tread which can be accessed from
    here
    --Rob

  • How to install or enable Acrobat X SDK for Windows

    Ok down that I have downloaded Acrobat X SDK for Windows. 
    DUUUU How do I install it?? The only setup.exe is located in Visual Studio App Wizard. 
    I have Professional X.....do I add it from this program some how? 
    thanks
    mike

    There is nothing to install as such.
    SDK is basically set of public headers , documentation related to them and some samples to demonstrate the usage of these public APIs to write third-party plugins/samples.
    You can write your own Acrobat/Reader plugin/App using the SDK.
    The setup.exe you found is the plugin-wizard which will install template for Acrobat Plugin on VS9. If you are developing on VS9, it will be useful for you to install this template.
    Please refer to the SDK Documentation for the details on how to use the SDK (for writing plugins).

  • AcrobatActiveXVB SDK Sample - Links in PDF Not working

    Hi,
    I am trying to create an application in VS.net (similar to AcrobatActiveXVB SDK Sample) to display PDF files in my application.  PDF file opens fine.  But external links in PDF file are not working.  I trying to display a main index pdf file, which contains external links to 10 other PDF files.  All 10 PDF files are located in my local hard drive (main index pdf file is also located in the same folder).  If I open the main index file in Acrobat Reader then it the links are working fine.  It is not working only when it is opened inside the AcrobatActiveXVB SDK Sample.  Please help.
    Please Note: Links are not grayed.  I get the hand mouse pointer, when I mouse over to the links.
    Windows OS - XP SP3
    Acrobat Reader - Tried it with 9.1.3 & 9.3.3.  Un-installed and re-installed multiple times
    Thanks in advance.
    Rajaram

    hello, the pdf viewer is still somewhat experimental and under very active development - you could try if the same error is occurring in the current development version, which you can download as an addon from http://mozilla.github.io/pdf.js/extensions/firefox/pdf.js.xpi
    in case it has the the same rendering problems, you could then file a bug report at https://github.com/mozilla/pdf.js/issues (a github account is necessary for it though) - please also provide a sample document where the error is apparent!

  • Live sdk for windows 7 desktop

    I have only windows 7 on my computer....should I download live sdk 5.6 or 5.5?
    I see sdk samples and managed api support mentioned only for store and windows phone 8.
    for windows 7 desktop apps, what are the options?
    is it sdk 5.5 and REST calls with webrequest?

    I've verified the following desktop sample code works in Windows 8 desktop mode. It seems like it'd also work in Windows 7 as well.
    https://github.com/liveservices/LiveSDK-for-Windows/tree/master/src/Desktop

  • Illustrator CC 2014.1 sdk sample not loadable

    Hi all,
    I have build one of the SDK sample plug-ins and moved into the plug-ins folder. Illustrator tells me the plug-in is not loadable.
    I used the MSVC 2012 IDE; the only change I made was the include inside the resource file: instead of including afxres.h I include windows.h.
    DependencyWalker says that 3 DLL's are missing (API_MS_WIN_CORE-KERNEL32...), but this is tha same like for the CS5 plug-in, and CS5 loads it.
    Has anyone build a sample plug-in and load it in CC 2014.1?
    Thanks, kb_alfa

    Default setting for samples was Win32; changing to x86 solved the problem.

  • SDK on Windows XP x64?

    Hi,
    Has anyone used the SDK on Windows XP x64 Edition? The SDK wouldn't install (Error message: "Requires Windows XP") so I installed the SDK on a 32-bit XP computer and then transferred the files over to my x64 workstation.
    I can build the projects in Visual Studio 2005 on my x64 PC but it appears that there are some problems. For example, in the Skeleton effect plugin compiled on x64, when I click the 'About' hyperlink in AE, nothing happens.
    But the same plugin code compiled on a 32-bit PC works correctly.
    I'm worried that other things (more important than 'About'!) won't work if I compile on my x64 PC.
    Thanks,
    Neil

    Neither After Effects nor the SDK has been fully tested on 64-bit Windows.

  • Fingerprint reader sdk for windows 8.1

    Hello
    I'm working on an application for a Tablet HP Pro X2 612 G1 which according to Windows device manager, has a synaptics finger print reader.  Watching its description more closely, the original manufacturer was a company named validity which at
    some point was absorbed by synaptics.  I sent emails to synaptics about the SDK for this device and I even called to them unsuccesfully.  Does anybody know where can I get the SDK for this device?
    kindly advice
    Edotom 
    cognosoft

    Happening to me too, the download link goes to a blank page.
    (On one of my machines I get an XML parse error from the server:
    XML Parsing Error: no element found
    Location: https://www.microsoft.com/click/services/Redirect2.ashx?CR_EAC=300135395
    Line Number 1, Column 1:)

  • Has Apple acknowledged the problem yet with itunes aborting preview of songs after about 10 seconds on windows 7 and if so is there an answer other than ipconfig?

    Has Apple acknowledged the problem yet with itunes aborting preview of songs after about 10 seconds on windows 7 and if so is there an answer other than ipconfig?  IPConfig /flushdns doesn't help at all.  Until they fix it I will be previewing and buying my songs thru Amazon.

    Doublechecking ... do you still get that if you update to iTunes 10.6.3.25 (just released today)?
    http://www.apple.com/itunes/download/

  • Recently, iTunes upgraded.  My 7th generation iPod is now not recognized and I cannot sync.  The troubleshooting talks  about being visible in Windows (iPod is invisible)  No other options and nothing about windows 8

    Recently, iTunes upgraded.  My 7th generation iPod is now not recognized and I cannot sync.  The troubleshooting talks  about being visible in Windows (iPod is invisible)  No other options and nothing about windows 8

    I have had similar issues with mine, happens mainly if I transfer songs and then decide to disconnect my iPod to listen to them with my IEMs (I use Interenet Explorer in my case and it is not neccessarely up when this happens, so I seriously doubt it is an issue conencted to the web browser). I have no patience for this so my trick is I try to eject it from iTunes, if that does not work, then I bring Windows explorer up, right mouse click on the iPod mounted drive and select Eject. It gives me the same warning but there is a third button selection called Continue. When I choose that it just disconnets the drive anyway and the iPod is finally disconnected. It seems to work each and every time I do it so this solution is fine for me. Would be intersting to see what the real root cause of this is because I started getting this problem with the newer iTunes 11.

  • Since the latest update, my iTunes is EXTREMELY slow. I'm about to turn to Windows. Can it go back to previous versions?

    Since the latest update, my iTunes is EXTREMELY slow. I'm about to turn to Windows. Can it go back to previous versions?

    Slow in what respect?  Please be specific.
    ClarkeJM wrote:
    Since the latest update, my iTunes is EXTREMELY slow. I'm about to turn to Windows.
    Ummmm, could you ellaborate on how you plan to turn to Windows because iTunes (an application that runs on Windows) is running slow?

  • How to contact developer support for QuickTime SDK for Windows

    I have been trying to find a number to contact developer support regarding an issue with QuickTime SDK for Windows.
    https://discussions.apple.com/thread/6214740?searchText=ICMCompressionSessionEnc odeFrame
    I always ended up with AppleCare support and they directed me to this page http://support.apple.com/kb/ht3459#discussions which has broken links..
    If someone has contacted them before please let me know.
    Thank you very much in advance.

    Hi:
    Please call the business products support number for the country you live in at the link below for assistance.
    http://www8.hp.com/us/en/contact-hp/ww-contact-us.html

  • Selection in the 'Sample Window'

    Hi,
    I am using the sample window in logic to select parts and save them, e.g kicks etc.
    What i want to know is, is there a way to adjust the start and end region (the dark region) of what you have selected?
    I select a part of the audio file i want to save, but then if i zoom in to tighten up the start or end position, my previously selected selection dissapears.
    Any help or advice would really be appreciated.
    Many thanks.

    Hold down the shift key to drag the region ends, this will allow you to alter the length of the region you have selected.

  • Where do i get OEG SDK sample ?

    Hi All,
    I have installed OEG latest version and going through OEG tutorial. But don't see SDK samples in its installation as mentioned in the tutorial [http://docs.oracle.com/cd/E21455_01/common/tutorials/general_filter.html#build_classes]
    I have a requirement to write some custom filter.
    Any idea on where do i get these SDK samples ?
    Thanks
    -- Shyam

    Post Author: amr_foci
    CA Forum: .NET
    check you business Objects installation path, you will find the SDK files there for java
    C:\Program Files\Business Objects\common\3.5\java\lib

Maybe you are looking for

  • Hi everyone, I have windows 8.1 my ipod touch 5th gen wont connect to itunes no matter what i do any help ?

    my ipod also connected to my laptop just does not comeup under devices in itunes......I have done all the updats and re instilations of all my software and that related to apple and the usb hardrives... i have contacted apple and gone in person with

  • Check Printing on two Different pages

    Hi all, Is it possible to print one page PLD on two Different pages. Actually my client  wants  to print one PLD on two different pages, he wants that one page print the acknowledgement letter and then vendor name, amount, date, amounts in words shou

  • Best way to manage small pieces of a 13 minute clip?

    A client has given me some AVI footage to cut in with some of my material. He's said 'at 13 min, 40 seconds' use 5 seconds. 'at 12 min, 10 seconds, use 8 seconds'. There will be some fades and I'll be adding text, etc. in Motion. What's the best way

  • Ical very slow!!  18,145 .calender folders!!

    I just upgraded to Panther the other day... no problems. I go into work Monday and mail start to run slow also iCal takes forever to load and when it does iCal has double and tripled the events on the left... and by tripled i mean their are 100's. I

  • Messages missing

    Recently I've been having a problem with Mail. Messages that are moved to the Trash are saved there unless I delete them manually. I was always able to retrieve messages without a problem, but recently half my messages come up with this message: The