Three questions about the CS4 SDK Exporter

    Hello. I'm working to make an Exporter Plug-In that supports "Pro CS4" and "Elements 8.0" single binary.
    Please give me any advices to complete it. I show you the questions as follows:
How can I get the slider screen without checkbox (in parameter GUI)
How to enable an Exporter Plug-In at "Elements 8.0".
What is the difference between ver.4.0 and ver.4.2 in exExpoterInfoRec.
Details below.
1st:
    I tried PrSDKExportParamSuite::AddParam() with exParamFlag_slider and exParamFlag_optional.
    Both cases parameter GUI shows slider with checkbox. Please teach me a method to use simple slider (no checkbox) in parameter GUI.
    BTW, Standard plugins are seem to use "Premiere Export Private Statndar Param Suite". Are you planning to publish it?
2nd:
    The Premiere Elements 8.0 never shows any additional Exporter Plug-in, including SDK sample (ExporterSDK.prm).
    Please tell me if I need special installation procedures.
3rd:
    I found that the exExporterInfoRec is difference between 4.0 and 4.2. The exExporterInfoRec[ver. 4.2] is defined in CS4SDK_r1. But I can't find any definition of exExporterInfoRec[ver. 4.0] in the SDK.
    An Exporter Plug-In is build with CS4SDK_r1 never work on the Premiere Pro CS4 (4.0) / Media Encoder CS4 (4.0). I need definition of exExporterInfoRec[ver. 4.0] to support CS4 (ver. 4.0).
Thanks.

Below is the definition of the return values in Premiere Elements 8. The red values are unique to Premiere Elements 8, and shifted the subsequent return values 2 values higher than their definition in the Premiere Pro SDK.
enum
      exportReturn_ErrNone = 0,                 // no error
      exportReturn_Abort,                             // User aborted the compile
      exportReturn_Done,                              // Export finished normally
      exportReturn_InternalError,
      exportReturn_OutputFormatAccept,                // The output format is valid
      exportReturn_OutputFormatDecline,               // The compile module cannot compile to the output format
      exportReturn_OutOfDiskSpace,        // Out of disk space error
      exportReturn_BufferFull,                  // The offset into the audio buffer would overflow it
      exportReturn_ErrOther,                    //
      exportReturn_ErrMemory,                   // ran out of memory
      exportReturn_ErrFileNotFound,       // File not found
      exportReturn_ErrTooManyOpenFiles,   // Too many open files
      exportReturn_ErrPermErr,                  // Permission violation
      exportReturn_ErrOpenErr,                  // Unable to open the file
      exportReturn_ErrInvalidDrive,       // Drive isn't valid.
      exportReturn_ErrDupFile,                  // Duplicate Filename
      exportReturn_ErrIo,                             // File io error
      exportReturn_ErrInUse,                    // File is in use
      exportReturn_IterateExporter,       // Return value from exSelStartup to request Exporter iteration
      exportReturn_IterateExporterDone,   // Return value from exSelStartup to indicate there are no more Exporters
      exportReturn_InternalErrorSilent,   /*    Silent error code; host application will not display an error message on screen.
                                                                  Exporters can return this error code from compDoCompile if they wish to
                                                                  put their own customized error message on screen just before returning
                                                                  control.  */
      exportReturn_ErrCodecBadInput,            // a video codec refused the input format
      exportReturn_ErrLastErrorSet,       // the Exporter had an error and set a display string for it using the PrSDKErrorSuite.
      exportReturn_ErrLastWarningSet,           // the Exporter had an warning and set a display string for it using the PrSDKErrorSuite.
      exportReturn_ErrLastInfoSet,        // the Exporter has an info string to display and set it using the PrSDKErrorSuite.
      exportReturn_ErrExceedsMaxFormatDuration, // the Exporter (or the host) has deemed the duration of the compile to be too large
      exportReturn_VideoCodecNeedsActivation,         // the current video codec is not activated and cannot be used.
      exportReturn_AudioCodecNeedsActivation,         // the current audio codec is not activated and cannot be used.
      exportReturn_IncompatibleAudioChannelType,      // the requested audio channels are not compatible with the source audio
      exportReturn_Unsupported = -100           // Unsupported selector
 Obviously, this wasn't the right way to add these new return values.

Similar Messages

  • Three questions about the developer tools

    At my company we have evaluated this very handy tool, and we have only three questions...
    * Will the autocomplete feature be more intelligent. For example pl/sql developer recognize partially written table names and suggest a full name.
    * How to debug and step through the procedures?? This is a MUST!!!!
    * Is it possible to add source control integration (source safe) for the packages/procedures?
    With these features, it will be super!!
    /henrik

    When I was at the VSLive in San Francisco back in February, I spent some time at the Oracle booth and I asked for Source Control also.
    I was told to my happy suprise that lots of other developers had been asking for that also but I was shocked when the Oracle reps told me that they didn't understand why people would want this feature or how they would use it. They tried to convince me that "Generate Create Script" was what I wanted.
    Btw, "Generate Create Script" ticks me off. It always sticks the package owner in the create script and when I check it back in VSS I have to go in and edit it back out!!!
    It seems to me that the mindset behind many Oracle tools is to work "on the database". I will admit that I don't use many Oracle tools. I used Procedure builder a few times but thats about it. To me it seemed pretty clunky, but it was nice to be able to debug a stored procedure. Or it was until you crashed the SP and it became locked in the database and un-updatable without a bounce ;)
    Most developers that I know, prefer to work "on their hard-drives" and publish to the database or some variation on that.
    I would love to see a tool for editing SPs and Packages where I could check out my code, make a change, compile it on the DB, and check my changes back into the source control. One more catch, we use VSS's ability to update the version number in a source code file on check-in so the version that ends up in the DB should have the "new" version number in the comment header.
    Also, the "Auto Code Generation" tool is not geared towards the type of code I write. I thought we were supposed to get away from writing data access code in our forms? Yet, this tool throws all kinds of stuff in for doing just that and no tools to make it easier (that I could find) to create a data acces layer for wrapping my stored procedures and packages. Where are these tools, Oracle? Help us write better code, not worse.
    The autocomplete is nice, but I have trouble with it. For example, if I type a table name and "." it will bring up all the columns in the table. If I type "R" it scrolls to the first column that starts with "R". But if I type "S" next, instead of scrolling to the first column that starts with "RS" it spits out the currently selected column and sticks an "S" on the end. Other times it doesn't work at all.
    The "Query" window is next to useless. It should work more like a SQL Plus (DOS) window. Or at the very least more like a SQL Server Query Analyzer Query window. I'll keep my SQL Plus until this is way better.
    Hopefully the next version (or 2 or 3) will be better. I hope Oracle is listening. They did acknowledge that other developers were asking for some of the same improvements.

  • Three questions about the creation of secondary indexes in ODS design mode

    1. When we right click the Indexes folder in ODS design to select Create to create the Index folder 010, a small window pops up with a check box called "Unique", do we have to check this checkbox to create folder 010?
    2. If we would like to include 3 InfoObjects into the secondary indexes, then how many folders we need to create? Need to create 3 folders like 010, 020, and 030 and place the 3 InfoObj. into the 3 folder respectively or create only one folder 010 and place all the 3 InfoObj. into this one folder 010?
    3. In SAP documentation titled "BW Performance Tuning" about the Indices, it says "If the (uncompressed) F fact table is small, it is usually faster to drop the secondary (bitmap) indices before the load and build them up after the load"
    Someone here says secondary index is only for ODS other than for cubes, but from the above statement, F fact table is related to cubes, then how to explain it? Also the above statement is talking above the variant in process chain that when you bring in a variant to load data to cube, then the drop index and generate index variants will be automatically created, does it refer to this? And what's bitmap index?
    Thanks in advance and we will continue to give you reward points!

    Hi Kevin,
    Cube has Secondary index's. The index's that we find in the Manage of the Cube are the Secondary Index's. Please check the following link for more information.
    http://help.sap.com/saphelp_erp2004/helpdata/en/80/1a6473e07211d2acb80000e829fbfe/frameset.htm
    Also, to know about Unique indexes, use the following link
    http://help.sap.com/saphelp_erp2004/helpdata/en/9b/c743f5b40711d194f900a0c929b3c3/frameset.htm
    "The indexes displayed are the secondary indexes of the F and E fact tables for the InfoCube. The primary indexes and those defined by the user are not displayed. " (SAP help).
    This should answer your questions.
    Regards,
    Praveen.

  • Three questions about the MBA...

    Hiya,
    Here's my first question: What is the resolution on the iSight camera that's built into the MBA? Is it the same as the ones on the other MacBooks, or is it different? I was reading AppleInsider's review of the MBA and they say that the MBA uses "a similarly lower end video camera" that seems to have a lower resolution than the 1.3 megapixel iSight cameras on the other MacBooks and MacBook Pros. Also, Apple's own specs for the MBA doesn't say specifically what the resolution is for it. But AppleInsider is claiming that pictures taken with the MBA's iSight camera are "visibly softer" and don't work in Photo Booth for some reason. :S (If you'd like to see the AppleInsider review I was looking at, here it is: http://www.appleinsider.com/articles/08/02/04/macbookair_hdd_model_an_in_depthreview.html. Please go to page 5 of this review to see what AppleInsider is talking about with the iSight camera--it's pretty much the first thing they address on that page.)
    Also: Is it true that it's not possible to turn off the wi-fi on the MBA? I was doing some window shopping at a Micro Center in my neighborhood and happened to talk about the MBA with some salespeople in the (Windows) laptop department, and they claimed that the wi-fi on it couldn't be turned off. Or, rather, they said that there was no visible, physical wi-fi button on the MBA, so they took that to mean that there was no way to turn the wi-fi off at all. Personally, I find this really hard to believe--surely there's some internal system preference that allows someone to turn off the wi-fi because it's obviously not going to be needed all the time?--but I want to hear from MBA owners here and see what you guys have to say about this.
    And finally...assuming the wi-fi can be turned off, how many hours the MBA run? I haven't seen anyone answer this question yet, and I'd really like to know because I don't think I'll be using an MBA with the wi-fi always on.

    LOL! I figured as much. I figured that the MBA's like my iPod touch and the wi-fi controls are in the system preferences somewhere. But yeah...those salesmen at MicroCenter were really digging into the MBA as they struggled to turn off some security controls that they'd tripped in their own department and had to talk loudly over their security alarms. To be fair, some of what they said is true:
    --for the kind of money you'll have to pony up for even the cheaper MBA model, you can easily get a lot more laptop for the money. Of course, these (Windows) laptop salesmen weren't going to name any MacBooks that were in a different department in the store, but they started naming Sony Vaio's and such.
    --there's no built-in optical drive. (Well, DUH. I thought this was understood? And to be fair, a lot of ultraportables don't have optical drives either, right? So this is nothing new.)
    --the MBA is underpowered. And...yeah, I suppose that's true if you want to compare the MBA to other MacBooks or some other laptops in general. But if we compare the MBA to ultraportables or other slim/light notebooks, the MBA is still more powerful than them, isn't it? And speaking in terms of what I already have (a 5-year-old HP laptop running Windows XP), I'm sure that the MBA is more powerful and it's gonna run faster than this computer that I'm already using.
    And then those salesmen just had to throw in the wi-fi comment. I went "Uh-huh" and walked out and let them keep talking and figure out how to turn off their security alarms. I'm not sure what these salesmen actually know about computers, but one thing was clear to me as I walked out of their department--they're willing to say just about anything to get a sale. I'd hate to think what they would tell me if I was honestly shopping around for one of their Windows laptops--I'd hate to hear the kind of trash they might tell me to make me buy a laptop and/or other products for it. :S

  • Question about the CS4 educational version

    Hi,
    I got my adobe CS 4 (for education and individual use only) around 4-5 years ago when I first joined the lab at Hopkins. I had successfully activated the software with a full serial number that might need for activation. However, recently I have got a new Mac Air and have had all professional version of new CS 6 installed by the dealer. My younger sister has also just got a new Mac Pro. I would like to know if my CS 4 could be used on her laptop?! Is that as long as there is only one person who is using the software, there will be no problem for the software installation?!
    Also, will the licensing expire at some time point?! Should I show the student identity to you again?!
    Thanks,
    Emily @

    Emily no you can not transfer your education license for Creative Suite 4 to anyone.  This is part of the agreement you made when purchasing the software at the deeply discounted price provided to education users.

  • I want to change my secret questions where I had forgotten the answers to three questions about safe

    I want to change my secret questions where I had forgotten the answers to three questions about safe

    The Best Alternatives for Security Questions and Rescue Mail
        a. Send Apple an email request at: Apple - Support - iTunes Store - Contact Us.
        b. Call Apple Support in your country: Customer Service: Contact Apple support.
        c. Rescue email address and how to reset Apple ID security questions.

  • A question about the impact of SQL*PLUS SERVEROUTPUT option on v$sql

    Hello everybody,
    SQL> SELECT * FROM v$version;
    BANNER
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    PL/SQL Release 11.2.0.1.0 - Production
    CORE    11.2.0.1.0  Production
    TNS for Linux: Version 11.2.0.1.0 - Production
    NLSRTL Version 11.2.0.1.0 - Production
    SQL>
    OS : Fedora Core 17 (X86_64) Kernel 3.6.6-1.fc17.x86_64I would like to ask a question about the SQL*Plus SET SERVEROUTPUT ON/OFF option and its impact on queries on views such as v$sql and v$session. Here is the problem
    Actually I define three variables in SQL*Plus in order to store sid, serial# and prev_sql_id columns from v$session in order to be able to use them later, several times in different other queries, while I'm still working in the current session.
    So, here is how I proceed
    SET SERVEROUTPUT ON;  -- I often activate this option as the first line of almost all of my SQL-PL/SQL script files
    SET SQLBLANKLINES ON;
    VARIABLE mysid NUMBER
    VARIABLE myserial# NUMBER;
    VARIABLE saved_sql_id VARCHAR2(13);
    -- So first I store sid and serial# for the current session
    BEGIN
        SELECT sid, serial# INTO :mysid, :myserial#
        FROM v$session
        WHERE audsid = SYS_CONTEXT('UserEnv', 'SessionId');
    END;
    PL/SQL procedure successfully completed.
    -- Just check to see the result
    SQL> SELECT :mysid, :myserial# FROM DUAL;
        :MYSID :MYSERIAL#
           129   1067
    SQL> Now, let's say that I want to run the following query as the last SQL statement run within my current session
    SELECT * FROM employees WHERE salary >= 2800 AND ROWNUM <= 10;According to Oracle® Database Reference 11g Release 2 (11.2) description for v$session
    http://docs.oracle.com/cd/E11882_01/server.112/e25513/dynviews_3016.htm#REFRN30223]
    the column prev_sql_id includes the sql_id of the last sql statement executed for the given sid and serial# which in the case of my example, it will be the above mentioned SELECT query on the employees table. As a result, right after the SELECT statement on the employees table I run the following
    BEGIN
        SELECT prev_sql_id INTO :saved_sql_id
        FROM v$session
        WHERE sid = :mysid AND serial# = :myserial#;
    END;
    PL/SQL procedure successfully completed.
    SQL> SELECT :saved_sql_id FROM DUAL;
    :SAVED_SQL_ID
    9babjv8yq8ru3
    SQL> Having the value of sql_id, I'm supposed to find all information about cursor(s) for my SELECT statement and also its sql_text value in v$sql. Yet here is what I get when I query v$sql upon the stored sql_id
    SELECT child_number, sql_id, sql_text
    FROM v$sql
    WHERE sql_id = :saved_sql_id;
    CHILD_NUMBER   SQL_ID          SQL_TEXT
    0              9babjv8yq8ru3    BEGIN DBMS_OUTPUT.GET_LINES(:LINES, :NUMLINES); END;Therefore instead of
    SELECT * FROM employees WHERE salary >= 2800 AND ROWNUM <= 10;for the value of sql_text I get the following value
    BEGIN DBMS_OUTPUT.GET_LINES(:LINES, :NUMLINES);Which is not of course what I was expecting to find in v$sql for the given sql_id.
    After a bit googling I found the following thread on the OTN forum where it had been suggested (well I think maybe not exactly for the same problem) to turn off SERVEROUTPUT.
    Problem with dbms_xplan.display_cursor
    This was precisely what I did
    SET SERVEROUTPUT OFFafter that I repeated the whole procedure and this time everything worked pretty well as expected. I checked SQL*Plus documentation for SERVEROUTPUT
    and also v$session page, yet I didn't find anything indicating that SERVEROUTPUT should be switched off whenever views such as v$sql, v$session
    are queired. I don't really understand the link in terms of impact that one can have on the other or better to say rather, why there is an impact
    Could anyone kindly make some clarification?
    thanks in advance,
    Regards,
    Dariyoosh

    >
    and also v$session page, yet I didn't find anything indicating that SERVEROUTPUT should be switched off whenever views such as v$sql, v$session
    are queired. I don't really understand the link in terms of impact that one can have on the other or better to say rather, why there is an impact
    Hi Dariyoosh,
    SET SERVEROUTPUT ON has the effect of executing dbms_output.get_lines after each and every statement. Not only related to system view.
    Here below what Tom Kyte is explaining in this page:
    Now, sqlplus sees this functionality and says "hey, would not it be nice for me to dump this buffer to screen for the user?". So, they added the SQLPlus command "set serveroutput on" which does two things
    1) it tells SQLPLUS you would like it <b>to execute dbms_output.get_lines after each and every statement</b>. You would like it to do this network rounding after each call. You would like this extra overhead to take place (think of an install script with hundreds/thousands of statements to be executed -- perhaps, just perhaps you don't want this extra call after every call)
    2) SQLPLUS automatically calls the dbms_output API "enable" to turn on the buffering that happens in the package.Regards.
    Al

  • Question about the "iPod radio remote"

    I assume the "radio remote" is the same for every country and is under software control. I want to buy in Canada but use in UK and Canada.
    Has anyone got one and seen the RDS work, in the UK almost every FM channel is RDS. Do they have RDS in Canada (Toronto) can anyone confirm?
    And of course it says FM so this again I assume no AM, not that I need AM it was just an interest in if it could do it.
    What happens about headphones, you can plug a pair into the remote, can you still plug into the bottom of the iPod or does the remote connector get in the way.
    What is the story with "line out" I use this all the time as I amp my headphones. So I assume you cant use line out? or is the remote a line out also.
    And I assume the remote cable and you headphones act as the aerial, how is the quality? Is it any good indoors, some little FM radios I have used drop to mono indoors. Does this Apple one frop to mono if the signal is weak?
    Someone that has one can perhaps answer
    Cheers
    Ray

    I can at least answer some of the questions.
    The RDS function on this radio/remote is poor in the
    UK. You have to set the radio function on the iPod
    to "Europe" and when you do this RDS info is not
    displayed on almost all radio stations such as
    Virgin, XFM, Capital, GLR, etc. It does display on
    Radio 2 however. At least, this is my finding. So
    it's unpredictable at best. Setting the radio to
    "USA" on the iPod increases the likelihood of getting
    the RDS to display, but the downside is that you can
    then only tune the radio in increments of 2mhz which
    is a bit awkward if your looking for 89.1mhz!
    There are three settings for the radio which you
    choose via the iPod. They are USA/Europe/Japan. No
    setting for Canada, although I'm sure you will still
    be able to use it over there as I can still use mine
    here in the UK even if it's set to USA.
    No, there is no AM radio.
    You can plug headphones into the remote or the
    headphone jack on the iPod, or both at the same time.
    I'm not sure I understand your question about the
    bottom of the iPod. The radio plugs into the iPod
    via the dock connector.
    There is no 'line out' on the iPod. If you mean the
    one on the dock, then no you can't use it as you
    cannot place the iPod into the dock whilst the
    radio/remote is connected as they use the same
    connector.
    Yes the cable of the remote acts as the aerial.
    Reception is surprisingly good where I am, but it
    will of course depend on where you use it. I've
    used it indoors without any drop in signal or it
    dropping to mono.
    Lastly, you need to update the software for both the
    nano or the 5th generation for the radio to work
    (after you do this a radio function appears in the
    menu), and some users have found that doing this
    screws up the iPod. I have mine working on both the
    nano and the 5th gen without any problems.
    There is a review of the radio/remote here. I like
    mine and consider it a worthwhile accessory, but of
    course there will be those who disagree.
    iPod
    Radio/Remote Review.
    Thank you for the reply.
    Think your right USA or Europe will work in Canada.
    Yes I mean the line out via the dock, I just wondered if the remote become a line out socket (I also use a pocket dock for line out for headphone amp as I use a pair of Sennheiser HD600 with my ipod) but of course that is silly becasue you have a volume control on the remote and line out is normaly fixed.
    Based on your views I shall get one in March when in Toronto
    Cheers
    Ray

  • A question about the SPOOL command in sqlplus

    Dear all,
    I have a question about the SPOOL Command and I would appreciate if you could kindly give me a hand. Consider the following sql script.
    SPOOL result.txt
    SELECT * FROM mytable;
    SPOOL OFF;This works pretty well, and the whole content of the table "mytable" is exported to the text file "result.txt". However, sqlplus prints also the number of lines
    printed after each query. As a result, after running this script, at the end of the file, I have always a line like
    "20541 lines returned"How can I avoid this line (the number of returned lines) in my result file?
    Thanks in advance,
    Dariyoosh

    Peter Gjelstrup wrote:
    Hi Dariyoosh,
    As you are about to find out, SQL*Plus is a really powerful tool once the wonders of it are discovered.
    You really should study the reference
    http://download.oracle.com/docs/cd/E11882_01/server.112/e10823/toc.htm
    In your current case especially the SET command
    http://download.oracle.com/docs/cd/E11882_01/server.112/e10823/ch_twelve040.htm#BACGAJIC
    Regards
    PeterHello there,
    Thank you very much for your attention to my problem and in particular the interesting links.
    Kind Regards,
    Dariyoosh

  • Can a CS3 plugin be built with Xcode 3.1 and the CS4 SDK?

    My goal is to build a plugin that loads in CS3 and CS4 on both the Mac and Windows platforms. For the Mac development I have a machine with Xcode 3.1. When I try to build the automationfilter/hidden plugin sample I get a compiler error in PIDefines.h because some typedefs conflict with Apple headers. The CS4 SDK seems to have corrected these issues so I am now trying to build the samples from CS4SDK. The build is successful, but when I try to load the plugin into CS3 I get an error that causes Photoshop to abort (after a friendly dialog box telling me it is going to abort).
    I am wondering if the mix of tools and SDK versions that I am using would be expected to work, or if what I have done is known to fail.
    Thanks
    -- Bennett

    I found a solution to the question. The CS4 sample I was building (Automation/Hidden) was causing PS CS3 to fail when I tried to launch the plug-in. It turns out that the failure is due to one of the suites having a different version in CS3 than CS4. The sample was from CS4, so it was requesting a version of the suite that did not exist in PS CS3.
    To fix the problem I made a copy of the samplecode/common/sources/PIUSuites.cpp file. I placed my copy in the samplecode/automation/automation/common directory and modified my Xcode project to use it instead of the one from common/sources. In the file I changed this line:
    AutoSuite<PSActionDescriptorProcs> sPSActionDescriptor(kPSActionDescriptorSuite, kPSActionDescriptorSuiteVersion);
    to be like this instead:
    AutoSuite<PSActionDescriptorProcs> sPSActionDescriptor(kPSActionDescriptorSuite, kPSActionDescriptorSuitePrevVersion);
    Doing this causes the plug-in to load and execute just fine in CS3.
    Cheers
    -- Bennett

  • I have three questions about managing my music library

    Hello,
    I have three questions about managing my music library, I hope you can help me with them:
    1) Is there a limit of how many entries, songs, albums, art work, can iTunes handle? I have a hunch iTunes is like a database program and am curious about its capacity. I have two 2-TB drives and am wondering what is going to happen when I fill these two drives up. Other than disk space, what are iTunes limitations?
    2) Talking about these two drives. How can I use both as a source for my iTunes library. Can I have two folders selected as the source of my library? I am not sure if I have enough disk space to hold all my music, but I do also have a 1TB almost empty drive is need be.
    3) OK now comes te real question. I am sure that I have duplicates in my library and I sure would love to clean my library up.Possiby if I do get to clean it up, I can save some disk space and that is always a good thing. Any good techniques, software, techniques to follow while ripping music to help keep my library organized. Please be as detailed as you can.
    Thanks and I can't wait to hear from you.
    Waseem

    Wassimn wrote:
    Hello,
    I have three questions about managing my music library, I hope you can help me with them:
    1) Is there a limit of how many entries, songs, albums, art work, can iTunes handle? I have a hunch iTunes is like a database program and am curious about its capacity. I have two 2-TB drives and am wondering what is going to happen when I fill these two drives up. Other than disk space, what are iTunes limitations?
    As far as I know you're going to run out of disc space before you hit any limits. Each object in iTunes has a 64-bit key to access it. That said as your library grows it will get less responsive as bigger indexes take exponentially longer to process.
    2) Talking about these two drives. How can I use both as a source for my iTunes library. Can I have two folders selected as the source of my library? I am not sure if I have enough disk space to hold all my music, but I do also have a 1TB almost empty drive is need be.
    iTunes wants to manage everything inside one big folder. Some idiosyncrasies with the way it manages things if you have to move to a new drive means it is best if you can stick to that plan. If your library grows larger then you'll have to take manual control of where some or all of your content is stored. I use a variation of a script called ConsolidateByMoving which you could adapt for your needs.
    3) OK now comes te real question. I am sure that I have duplicates in my library and I sure would love to clean my library up.Possiby if I do get to clean it up, I can save some disk space and that is always a good thing. Any good techniques, software, techniques to follow while ripping music to help keep my library organized. Please be as detailed as you can.
    When it comes to deduping I've written another script for that called DeDuper, see this thread for background.
    And for some general tips on getting organized in iTunes see Grouping tracks into albums.
    tt2

  • Three questions about a single-folio publication

    We are finishing our first publication with DPS.
    We have a Adobe DPS Professional Edition, Annual version.
    1- I have been planning to launch the App in iPad and Android for free and in three days to put the price at $9,00. Is that possible?
    2 - How much time needs Apple to approve our appliction?
    3- I have read that you can't publish a single folio app in Android. Why?
    What is the option

    On android a .apk app is limited to 50 mb. Additional Content up to 4GB can
    be loaded by the app on its first start.
    This need a change in workflow for the android version on the viewer side.
    And it may be political, too.
    —Johannes
    (mobil gesendet)
    Am 17.01.2012 02:32 schrieb "Bob Bringhurst - Adobe" <[email protected]>:
       Re: Three questions about a single-folio publication  created by Bob
    Bringhurst - Adobe <http://forums.adobe.com/people/BobBringhurst-+Adobe>in
    Digital Publishing Suite - View the full discussion<http://forums.adobe.com/message/4145193#4145193>

  • Question about the function module (RFC_READ_TABLE)

    Dear everyone
    Could I ask you a question about the function module (RFC_READ_TABLE)?
    I was asked if it's possible to create a report which compares the data between different SAP systems (both production systems).
    Now, the easiest way would be to use the function module (RFC_READ_TABLE) within a SAP infoset query (SQ01 type query).
    But I heard the rumor that using the function module (RFC_READ_TABLE) is not advisable due to the security reason.
    However, I am not exactly sure what sort of security problems this function module can possibly have...
    Would you help me on this?
    I also would like to know if using "remote enabled module" type function module can always overcome this possible security issue.
    Or, are there any points that I need to be careful about even when I use "remote enabled module" function module?
    Thank you very much in advance.
    Takashi

    Dear Fred-san
    Thank you very much for your support on this.
    But, may I double check about what you mentioned above?
    So, what you were mentioning was that if some user executes the query with
    the function module (RFC_READ_TABLE), under the following conditions, he can access to
    the HR data even when he does not have the authorizations for HR transactions?
    <Conditions>
    1. the user has the authorization for HR database tables themselves
    2. RFC_READ_TABLE is called to retrieve the data from HR database
    <example>
    Data: LF_HR_TABLE like  DD02L-TABNAME value 'PA0000'.
    CALL FUNCTION 'RFC_READ_TABLE'
       EXPORTING
        query_table                = LF_HR_TABLE
      TABLES
       OPTIONS                    =
       fields                     =
       data                       =    .
    But then, as long as we call this function module for a non-critical tables such as
    VBAP (sales order) or EKKO (purchase order) within our query, it wouldn't seem to be
    so security risk to use RFC_READ_TABLE...
    Besides, each query (infoset query) has got the concept of user groups, which limits
    the access to the queries within the user group.
    ※If someone does not belong to the user group, he cannot execute the queries within that
       user group, etc
    So, my feeling is that even infoset queries does have authorization concept...
    Would you give me your thought on this?
    I also thank you for your information for SCU0.
    That is an interesting transaction
    Kind regards,
    Takashi

  • Questions about the IDE

    Hi all,
    I have some questions about the IDE's Help menu.
    First, without peaking....
    1. Why would you click the Help menu?
    2. What would you expect to find there?
    Now, you can peak
    3. Is there anything in the Help menu that surprises you (gee, I never would have thought to look there for that)?
    4. What is missing?

    That's a reasonable dividing line.  I don't know the official reason myself,
    but I'm glad there are now two forums because I will not lurk on the Flash
    Builder forum because I don't write any of the code for Flash Builder and
    therefore have no "expertise" there.
    I do write code that goes in the Flex SDK and generally know who to bug
    about other code in the SDK I haven't written so if one of my colleagues is
    really busy and not paying attention to forum postings I can point them to
    unanswered posts in their domain of knowledge.
    I would offer that the dividing line is really whether you are having
    trouble with the tools, including the code generated by the tools, or
    whether you are having trouble understanding with the components and
    infrastructure in the SDK.
    One cross-over point would probably be profiling.  Even though I didn't
    write the profiler for Flash Builder, I have lots of experience using it so
    if you are debugging memory leak or performance issues I would ask those
    questions on this forums.  If you are having trouble getting the profiler or
    debugger to run, though, ask that on the Flash Builder forum.

  • Questions about the ipod camera connector...

    Hi,
    i got some questions about the ipod camera connector.
    1)Is the camera connector compatible with the Sony camera DSC-P93A ?
    In fact, this camera got PTP protocol.
    PTP (Picture Transfer Protocol) Oui
    Marque PIM (Print Image Matching) Oui
    PictBridge™ Oui
    So, do the camera need to have the three following protocols to be compatible with the camera connector ?
    =>Mass Storage, PTP, and Type 4
    Or maybe does it need only one of it??
    2) Is it compatible with a USB memory card reader?
    Thank you

    Wel, if i've right understood what you said, my camera is compatible because it got PTP protocol ?
    That's weird, cause i wrote a mail to sony to ask them about the compatibility of my camera, but they answered that it wasn't. But of course, i'll prefer to believe you than them !

Maybe you are looking for

  • Dual monitor setup from laptop

    I am a college student and have a Dell d630 laptop and am stuck with it until I graduate. I have many hours of programming still ahead and am very sick of this tiny screen. I like to have a minimum of 4 windows open at a time and would love a dual sc

  • How to desaturate everything but one specific color?

    Hello guys, I had always been wondering how I could achieve the effect where everything within a frame is desaturated, only one object (for example car or persons red jacket) stays colored. I have heard that now it is possible to create this effect i

  • IWeb 08 and Photo Download Size not sticking to Original (Full Quality)

    I am using iWeb 08 to post personal webpages and photo galleries but even when I select *"Original (Full Quality)"* under Photo Download Size in the inspector it slips off full size and make smaller pictures. I almost always want to offer full resolu

  • Is this type of query possible (select with rows stopping based on match)

    I'm trying to write a SQL query and suspect it can't be done. Or at least, I can't mentally grasp it, despite various stabs with subqueries. I've simplified it by changing the metaphor here a little. Let's say I have a truck in some city (say, Chicag

  • Spry Accordion Close on Mouseout

    I've got two Spry Accordion menus on one page. Got them to open on mouseover, but would love for them to close on mouseout. How do I do that? http://onewomanproduction.com/brochure/index.html Thanks, Shirley Dreamweaver CS3