Execute photoshop script via illustrator cs5

Hi
Is it possible to execute Photoshop script via illustrator
I have 2 different script
script 1 work in illustrator with eps file and export as jpeg
script 2 where i want to trim the exported jpeg for illustrator in photoshop and save it back
I have 2 differnt script with me
can anyone help me to club both and run at same time..
Thank you
Appu

use BridgeTalk to have Illustrator talk to Photoshop, here's a sample by Mark
Illustrator script to open file in Photoshop
or use inter app communication
open PS, open a document
// start your illustrator script
var Aidoc = app.activeDocument;
continue with your script
// when ready, call your photoshop script
// this sample alerts the active document name and closes it
photoshop.executeScript("alert('document name: ' + app.activeDocument.name); app.activeDocument.close()");

Similar Messages

  • Call photoshop script in illustrator

    HI
    i want to call photoshop script via illustrator cs5 to open eps file and save it as Tiff
    i tried with following script i couldn't achive
    sourceFolder = Folder.selectDialog( 'Select the folder');
    var epsOpts =' new EPSOpenOptions();';  
         epsOpts+='epsOpts.antiAlias=true;';
         epsOpts+='epsOpts.mode=OpenDocumentMode.RGB;';
         epsOpts+='epsOpts.resolution=300;';  
         epsOpts+='epsOpts.constrainProportions=true;';
    if ( sourceFolder != null )
        files = sourceFolder.getFiles("*.eps");
        var outputFolder = new Folder (decodeURI (sourceFolder) + "/Output");
        if (outputFolder.exists == false)
        outputFolder.create();
    else
    alert ('their are no eps files in selected folder');
    if ( files.length > 0 )
       for ( s = 0; s < files.length; s++ )
            doc = app.open(files[s]);
              function check(doc);//i here call the illustrator function to check font color etc...
         var document = 'open(doc,epsOpts);';
         var psScript = 'app.displayDialogs = DialogModes.NO;';    
         psScript += 'app.open(' + document.toSource(),epsOpts + ');';    
         psScript += 'app.activeDocument.close( SaveOptions.SAVECHANGES );';     
         psScript += 'app.displayDialogs = DialogModes.ALL;';
         tiffSaveOptions = 'new TiffSaveOptions();';
        tiffSaveOptions+='tiffSaveOptions.imageCompression = TIFFEncoding.TIFFLZW;';
        psScript +='var docn='documentName.slice (0, -4);';
        psScript +='var newFile = new File (decodeURI (outputFolder) + "/" +docn+ ".tif");';
        psScript +='document.saveAs(newFile,tiffSaveOptions,true,Extension.LOWERCASE);';
        psScript +='document.close(SaveOptions.DONOTSAVECHANGES);';
    btMessaging( 'photoshop',psScript,epsOpts,tiffSaveOptions );\\here calling photoshop script to open the checked figure
    function btMessaging( targetApp, script,,epsOpts,tiffSaveOptions )
                       var bt = new BridgeTalk();
                       bt.target = targetApp;
                       bt.body = script;
                       bt.onResult = function( inBT )
                                alert( 'Done…' )
                       bt.onError = function( inBT )
                                     alert( 'NOT Done…' )
    help to open eps file through bridgetalk and save it as Tiff
    Thanks
    Appu

    Can you NOT just move the compoundPathItem's pathItems to another location before/after? Kind of like this…
    #target illustrator
    var docRef = app.activeDocument;
    with(docRef) {
         with(compoundPathItems[0]) {
              var x = pathItems.length;
              for (var i = x-1; i >= 0; i--) {
                   pathItems[i].move(compoundPathItems[0], ElementPlacement.PLACEBEFORE);

  • Placing Photoshop files in Illustrator CS5 results in wrong percentages of spot colors?

    When placing a native PSD file into Illustrator CS5 that includes different percentages of spot colors they will be different than what was specified in Photoshop. The spot colors are overlaying CMYK to create a see thru look.
    For example if the spot color is 40% it will end up being 16%. 100% will stay at 100%, but any other percentage will be different than what is entered in Photoshop.
    We are able to see the difference when creating a PDF or when the file is output to our high end printer. It can also be visually seen when putting an Illustrator CS4 and and Illustrator CS5 side by side.
    I can take the same PSD file and place it into Illustrator CS4 and it retains the percentage that is entered in Photoshop. All percentages match the percentages that are entered in Photoshop when a PDF is created or printed to our printer.
    I have tried saving the PSD file out as a Tiff file and a DCS2.0 file and get the same results in Illustrator CS5.
    Is there a bug in Illustrator CS5 or should we handle our Spot Color Scans a different way? We never had this issue with any previous version of Illustrator.
    Any suggestions or solutions would be appreciated.
    Thanks

    Hi Mike,
    I understand what your saying but I should have mentioned that the Spot Colors are actually overlaying the CMYK in Photoshop not in Illustrator CS5. When this scan gets placed in Illustrator the Spot Colors values are different. There is no art below the scan in Illustrator. Hope this makes it a little clearer on what were trying to do.
    Also remember that it works just fine in any version of Illustrator before CS5.
    Thanks

  • Executing powershell script via task scheduler

    Hello,
    I am trying to execute powershell script via windows task scheduler which will forcefully delete all email in a mailbox, but I am getting the below errors
    Operational Code - 2
    Task Category - Action Completed --- Task Scheduler successfully completed task "\IL98" , instance "{2b193375-cbd2-4986-918d-3cfd4027d6b6}" , action "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" with return code 0.
    Last Run Result - 0X0
    When I am adding additional cmdlets in the script "Set-ExecutionPolicy Unrestricted", I am getting Last Run Result 0X5 rest of the error remains the same.
    Powershell version - 3.0
    Task Scheduler version - 1.0
    If I try to run the script manually via Exchange Powershell the script executes without any errors
    Thanks in Advance,
    Ankush Shah

    I figured out the problem, there wasn't any problem with the script but I had to correct inputs in windows task scheuler
    Below is the resolution:
    Under Actions:
        Program/Script --> ws\System32\WindowsPowerShell\v1.0\powershell.exe
        Add Argument --> -noexit -command ". 'C:\Program Files\Microsoft\Exchange Server\V14\bin\RemoteExchange.ps1'; Connect-ExchangeServer -auto
    ; <filepath>"
    Eariler I was writing the filepath after double quote "
    Also I have selected the option "Run with Highest Privilages" to avoid
    0x5 error

  • Placing Photoshop file in Illustrator CS5 - why doesn't it work?

    I frequently place Photoshop files into Illustrator CS3 without issue.... the PS file places right into the file with transparent surroundings.
    I just upgraded to CS5 and for some reason, I "Place" the Photoshop file, but nothing shows up in Illustrator.  I must not have a preference set correctly.
    Can you help?
    Thanks.

    Hi Matthew - thanks for taking the time to check this issue out for me.
    I have just uninstalled Illustrator CS5, because I need to get things done - and reverted back to CS3..... however, I did duplicate a file to demonstrate what I'm doing.
    I created a sample file with a very simple, non-descript  green vector shape.... then, In Photoshop, I created a yellow image that says Photoshop Placed File.  I gave it a dropshadow...
    I then went back to Illustrator and selected 'File/place'..... and selected the photoshop file described above.  I then placed it on top of the green vector image in Illustrator CS3 and it layed on top fine - with NO white box around it as a jpg would do.  PLUS, the black dropshadow fades nicely over whatever image color you place it upon.... it 'gradually' lets the vector color below it show through as the fade diminishes to 0%.
    NOW - I tried to 'place' a file into Illustrator CS5 in this same manner.... and I get absolutely nothing!  The Raster photoshop image doesn't even show up in Illustrator CS5.  This is where I was at when I started the topic.
    Any ideas??

  • Unix Shell to execute photoshop scripts

    Hi,
    I am trying to execute .jsx Photoshop Scripts using a unix shell. Can anyone please guide me what the correct command would be?
    Thanks

    What Unix system do you have Photoshop installed on to run these
    scripts?
    Aandi Inston

  • Executing powershell scripts via Task Scheduler

    Hi,
    I have a powershell script that I wrote that when executed from the shell works fine but when executed from task scheduler does not work.
    In my script, an email is sent out based on the results of the execution.  When I run this from the shell, email goes out, when scheduled, no email and there is no indication of errors having occurred anywhere in the system.
    Has anyone run into a similar issue?
    I did change my powershell execution policy to be unrestricted (both in the x86 and x64 consoles).  I am running Windows 2008 R2.
    Thanks - Greg.

    Hi,
    In addition the above suggestions, please also refer to the below threads:
    Using Task Scheduler for a powershell script on server 2008
    http://social.technet.microsoft.com/Forums/en-US/ITCG/thread/e298d613-47b8-4492-92d1-0b55cc8497c1
     Using Windows Task Scheduler to execute Powershell Script frequently
    http://social.technet.microsoft.com/Forums/en-US/winserverpowershell/thread/5901a6ad-ba18-4817-82a9-f75d2d6b439f
    Hope this helps.
    Best Regards,
    Yan Li
    Yan Li
    TechNet Community Support

  • Executing PowerShell script via JAVA

    Hi,
    I have simple powershell script as below :
    # Filename: Hello.ps1
    Write-Host
    Write-Host 'Hello World!'
    Write-Host "Good-bye World! `n"
    # end of script
    I wish to run this script via JAVA by the below JAVA code -
    import java.io.*;
    public class PsJava {
    public static void main(String[] args)
    throws IOException{
            Runtime runtime = Runtime.getRuntime();
    String cmds = (String)
    "cmd /C powershell C:/Documents and Settings/vvenkata/My         Documents/Hello.ps1";
            Process proc = runtime.exec(cmds);
            proc.getOutputStream().close();
            InputStream inputstream = proc.getInputStream();
                InputStreamReader inputstreamreader =
    new InputStreamReader(inputstream);
                BufferedReader bufferedreader =
    new BufferedReader(inputstreamreader);
    String line;
    while ((line = bufferedreader.readLine()) != null) {
                System.out.println(line);          
    Thanks
    Now, why is that I am not able to see any print statements from Hello.ps1 ? Can anyone help me on this?

    Hi,
    I have place my powershell script in the 'C' directory. and i have changed my JAVA code as below, but it still doesn't give any output in my Eclipse Console.
    import java.io.*;
    public class PsJava {
    public static void main(String[] args)
    throws IOException{
            Runtime runtime = Runtime.getRuntime();
    String cmds = (String)
    "cmd /c powershell c:/Hello.ps1";
            Process proc = runtime.exec(cmds);
            proc.getOutputStream().close();
            InputStream inputstream = proc.getInputStream();
                InputStreamReader inputstreamreader =
    new InputStreamReader(inputstream);
                BufferedReader bufferedreader =
    new BufferedReader(inputstreamreader);
    String line;
    while ((line = bufferedreader.readLine()) != null) {
                System.out.println(line);          
    Please advice me on this. If I have to create a batch file, then can you let me know how do I do that?
    Thanks

  • Execute PowerShell Scripts via SAP NetWeaver Identity Management

    Hello,
    Has anyone implemented the execution of a PowerShell script from SAP NetWeaver Identity Management (7.1, 7.2, 8.0?).  Currently implementing 8.0, and our client is looking to kick off PowerShell scripts that would generate Active Directory accounts, Exchange accounts etc.
    Thanks!

    Hey Brendan,
    We've done this out of a 7.2 implementation for exchange 2010 admin processes.  We started with running powershell via a command line pass.  It worked pretty well but it wasn't plain sailing.  We used positional parameters to pass data to the scripts in question, we also had to come up with a return process that deals with any errors that might come of the powershell session.  We had some issues with the shell sessions closing after the script completed.
    We've since redesigned and now drop flat files to a constantly running powershell script that acts a bit like an IDM dispatcher (but obviously not integrated with IDM).  It kicks off other powershell sessions and monitors their progress allowing it to process time outs, stack work up, etc.
    We also found timing the processes to be an issue.  If you create an AD account in IDM and then try to immediately move onto mailbox enable (for example) the account we created wasn't yet replicated to exchange so we had to build wait time into various parts of the process.
    Thanks,
    Pete.

  • How do I get back PHOTOSHOP TOOLS in Bridge CS5.1?

    I used the PHOTOSHOP option under TOOLS in Bridge CS5 all the time.  I upgraded my InDesign to CS5.5 and with it I was automatically upgraded to Bridge CS5.1 but now ther is no longer a PHOTOSHOP option under TOOLS.  When I try to open the older Bridge CS5, it automatically opens CS5.1.  How can I get back the PHOTOSHOP option under TOOLS in Bridge CS5.1?
    Thanks for any information you might provide.

    How can I get back the PHOTOSHOP option under TOOLS in Bridge CS5.1?
    It seems related to the different versions and their start up scripts. First check Bridge Preferences Start Up Scripts has a PS script showing and see if the checkmark in front is checked. If not you have to copy the old script in the new location. Not sure if this works and without knowing if you have a Mac or Windows. For a Mac there is library at root level (so not in the user account).
    Here is the path: HD/Library/ Application Support/ Adobe / Start Up scripts. You probably have two folders, one called CS5 and one called CS5.5. Try to copy (copy, not move) the Photoshop script to the CS5.5 folder and try if that works. Theoretically Bridge 4.1 (that comes with CS5.5 - yes it is a bit confusing) should recognize the scripts. And basically Bridge 4 (CS5) and Bridge 4.1 (CS5.5) are the same. But If you set Bridge 4.0 it will probably not recognize the new InDesign start up scripts.

  • Illustrator cs5.1 installation gets stuck at 81%

    I have Windows 7 64bit and had to reset my system. After resetting, when I tried to install the complete Creative Suite 5.5, the installer got stuck.
    yet I could install single programmes, like just Indesign or Photoshop.
    However, Illustrator CS5.1 would not be installed. It got stuck at 81%.
    In the protocoll, I found error messages of this type:
    ERROR: DW049: Payload {EE85C227-0148-4825-B659-6A1E142571EE} has an action "repair" but no resultState
    ERROR: DW049: Payload {FD58D99B-9927-4226-8E00-959A4F76BD89} has an action "remove" but no resultState
    ERROR: DW049: Payload {FF5837B9-6F4D-1014-B2FA-C016F4A584FA} has an action "repair" but no resultState
    What can I do? I really need the software..
    Edit: I already used the Cleaner tool, but helped nothing...

    This is a duplicated thread > oracle 8i database initialization prob
    You don't need to post twice, it becomes more difficult for us to track the same issue on different threads.
    Please help us to help you.
    ~ Madrid

  • Reworking Photoshop layer renaming script for Illustrator

    The Photoshop scripting guru Paul R over at RetouchPro has created a really cool script to batch rename and number selected Photoshop layers. I haven't found anything similar on the Illustrator side.
    He's given permission for me to post it here in my hopes that some Illustrator scripting genius could come up with a similar script for Illustrator. Would it be terribly difficult to convert this into something Illustrator could use?
    http://www.mediafire.com/file/g7usr73u0236p0a/Rename_&_Renumber_Selected_Layers.jsx
    http://www.mediafire.com/file/dbah74x13bsa74c/Rename_&_Renumber_Selected_Layers.jsx.zip

    Hola Julio, I updated the script to rename visible Layers or Sublayers, and also fixed the Color
    #target illustrator
    main();
    function main(){
        if(!documents.length) return;
        //var allLayers = app.activeDocument.layers;
        var win = new Window( 'dialog', '' );
        g = win.graphics;
        //  var myBrush = g.newBrush(g.BrushType.SOLID_COLOR, [0.99, 0.99, 0.99, 1]); // CS5
        var myBrush = g.newBrush(g.BrushType.SOLID_COLOR, [0.50, 0.50, 0.50, 1]); // CS6
        g.backgroundColor = myBrush;
        win.orientation='stack';
        win.p1= win.add("panel", undefined, undefined, {borderStyle:"black"});
        win.g1 = win.p1.add('group');
        win.g1.orientation = "row";
        win.title = win.g1.add('statictext',undefined,'Rename Visible Layers or Sublayers');
        win.title.alignment="fill";
        var g = win.title.graphics;
        g.font = ScriptUI.newFont("Georgia","BOLDITALIC",22);
        win.g5 =win.p1.add('group');
        win.g5.orientation = "column";
        win.g5.alignChildren='left';
        win.g5.spacing=10;
        win.g5.st1 = win.g5.add('statictext',undefined,'New layer name');
        win.g5.et1 = win.g5.add('edittext');
        win.g5.et1.preferredSize=[250,20];
        win.g10 =win.p1.add('group');
        win.g10.orientation = "row";
        win.g10.alignment='fill';
        win.g10.spacing=10;
        win.g10.st1 = win.g10.add('statictext',undefined,'Serial Number');
        win.g10.et1 = win.g10.add('edittext',undefined,'1');
        win.g10.et1.preferredSize=[50,20];
        win.g10.et1.onChanging = function() {
          if (this.text.match(/[^\-\.\d]/)) {
            this.text = this.text.replace(/[^\-\.\d]/g, '');
        win.g10.st1 = win.g10.add('statictext',undefined,'Length');
        var nums=[2,3,4,5];
        win.g10.dl1 = win.g10.add('dropdownlist',undefined,nums);
        win.g10.dl1.selection=0;
        win.g15 =win.p1.add('group');
        win.g15.orientation = "row";
        win.g15.alignment='fill';
        win.g15.cb1 = win.g15.add('checkbox',undefined,'Reverse layer order');
        win.g15.cb2 = win.g15.add('checkbox',undefined,'Rename Sublayers Only');
        win.g100 =win.p1.add('group');
        win.g100.orientation = "row";
        win.g100.alignment='center';
        win.g100.spacing=10;
        win.g100.bu1 = win.g100.add('button',undefined,'Rename');
        win.g100.bu1.preferredSize=[120,30];
        win.g100.bu2 = win.g100.add('button',undefined,'Cancel');
        win.g100.bu2.preferredSize=[120,30];
        win.g100.bu1.onClick=function(){
            if(win.g5.et1.text == ''){
                alert("No layer name has been entered!");
                return;
            win.close(0);
            var sublayersOnly = win.g15.cb2.value;
            var visibleLayers = [];
            getVisibleLayers (app.activeDocument, visibleLayers, sublayersOnly);
            if(win.g15.cb1.value) visibleLayers.reverse();
            for(b=0; b<visibleLayers.length; b++){
                var LayerName = win.g5.et1.text + zeroPad((Number(win.g10.et1.text)+Number(b)), Number(win.g10.dl1.selection.text));
                visibleLayers[b].name = LayerName;
        win.center();
        win.show();
        function getVisibleLayers(container, visibleLayers, sublayersOnly) {
            for(var a=0; a<container.layers.length; a++){
                var ilayer = container.layers[a];
                if (ilayer.visible) {
                    if (sublayersOnly) {
                        getVisibleLayers (ilayer, visibleLayers, false); // false to process only 1 sublayer depth
                    else
                    visibleLayers.push(ilayer);
    function zeroPad(n, s) {
        n = n.toString();
        while (n.length < s) n = '0' + n;
        return n;

  • Can't export an EPS file from Photoshop CS5 and open in Illustrator CS5.

    I'm on Mac OS X Lion 10.7.5
    I am making DVD covers for print. The barcodes for the DVD covers have to be done in Illustrator. But the original designs are done in photoshop including the text. For years this hasn't been a problem. Right before adding the barcodes I create an EPS file from photoshop, open that file in Illustrator and all my text is automatically coverted to perfect crisp clean vectors, viola! I add the barcodes and export the PDF for the printers.
    But now I can't open my EPS files in Illustrator CS5 even though I'm exporting them the same way I always have from Photoshop CS5. Illustrator says... "The operation cannot complete because of an unknown error." --> Note it does not give an error number after this warning like I see it does for so many other people.
    I have been trying to fix this for over 10 HOURS spanning 2 days! I'm infuriated I can't get help from Adobe on this and have read all the forums and don't see my problem listed anywhere.
    I've tried:
    - Deleting the .plist file and the Settings folder & resetting my permissions
    - Uninstalling and Reinstalling Illustrator
    - Turning off all other applications
    - Creating more disk space on my hard drive (even though I have 200gb available)
    - Restarting the computer
    - Disabling my Font book and still I can't open the EPS file
    I thought maybe it's possible it's the font I'm using Fontesque OT so I even tried converting text to objects prior to exporting the EPS file from photoshop to illustrator and turning off my font book, but still it won't open. And if I open the PSD directly in Illustrator, text comes out a bit fuzzy in the PDF I export.
    If anyone can provide any solutions I would be so grateful! I'm at my wits end here, this should have taken under an hour to do and now it's ruining my entire weekend. I'm completely panicked because I was suppose to have these to my client over the weekend so they could turn them in for Print frist thing on Monday morning and of course Adobe provides no chat support or phone support after 7pm on weekday or on the weekend which is when this all started.

    I never even thought of reinstalling photoshop, but I think this was a font issue. I'd never saved an EPS with Fontesque OT Regular enabled, only Fontesque OT Bold. Somehow I think the font was causing the problem because ridding the font from the equation allowed me to open the EPS file.
    After 12 HOURS of trying different things I found a WORK AROUND...
    I had to:
    - Select the Text in Photoshop (with Fontesque OT enabled)  --> Select Create Work Path --> Covert to Shape on each of the text items
    - Save EPS file out of Photoshop
    - Disable Fontesque OT font in Font Book
    - Then open EPS in Illustrator add in my Barcodes and export the PDF
    (the barcodes have to be added in Illustrator because they need to be pure 100% black with no CMYK color in them. You can't save them out of Photoshop that way, only Illustrator, otherwise I would have made my pdf straight out of photoshop like any other normal human
    This work around is the only way I could get the EPS files to open in Illustrator and still have the text remain super crisp like a vector.
    NOTE to others in the future about crisp text from Photoshop to Illustrator:
    - Simply "converting to shape" did not preserve the vector. You have to Select Create Work Path --> then Covert to Shape on each of the text items (with the font enabled) for this to work and preserve the crispness of the text. Even creating "smart object" did not truly preserve my vectors or the text crispness in the EPS file once I imported it into Illustrator.
    DrStrik9 thank you SO MUCH for trying to help me. You did give me ideas that helped me figure out the workaround and also helped me feel not so alone as I struggled through this. I'm going to follow up with your other suggestions about reinstalling photoshop and also checking my RAM, etc. But I just want to that you so so so SOOOO much for all your time and consideration in this matter. I hope you have a wonderful amazing week ahead and that someone does something very nice and thoughtful for you too

  • Can only draw circle and square in Illustrator CS5 and Photoshop CS5

    I am experiencing a strange bug that seems to be affecting both Photoshop CS5 and Illustrator CS5. In Illustrator, when I try to draw a rectangle or ellipse I can only draw circles and squares. Also I can't change the color of selected objects. When I try to change its fill nothing happens. I can also only drag objects on the 0, 45 and 90 degree angles. Also I can no longer select off an object by clicking on the artboard. When I click on the artboard nothing happens.
    Similarly in Photoshop I can only draw straight lines using the brush tool. The  marquee tool is also not functioning properly. When I try to use the marquee tool the marching ants form a square but when I release the mouse it selects a rectangular portion. Strangely if I use the marquee tool and make selection I can press the shift key and add to it but this second selection's marching ants are not square but are properly rectangular.
    Since the problem seems to be affecting both Illustrator and Photoshop I'm thinking it's probably some kind of system conflict or perhaps an application running in the background is affecting it. Also if I restart my mac the problem goes away. Unfortunately the problem eventually returns.
    Anyway I'm pretty sure most of the suggested fixes involve systematically going through all the programs running in the background and trying to determine which if any might be affecting Illustrator and Photoshop but I just thought I'd post something in case someone else had the problem or knew of any fixes.
    I'm running CS5 on a MBP.
    Thanks!

    Ok I figured out the problem. It was another application called teleport which lets you control 2 macs with one mouse. It requires a hot key and in my case that was the shift key. Even though it was running it was still affecting me. Had to quit it and restart. If you're having a similar problem I'd check to see you're not running any other applications that can be activated with a hot key.

  • I created a file in Photoshop CS5 (a photo) and another in Illustrator CS5 (a graph) to place in my InDesign CS5 brochure. When the Photoshop and Illustrator files are placed in InDesign, they look blurry - whether viewed in InDesign, printed, or saved as

    I created a file in Photoshop CS5 (a photo) and another in Illustrator CS5 (a graph) to place in my InDesign CS5 brochure. When the Photoshop and Illustrator files are placed in InDesign, they look blurry - whether viewed in InDesign, printed, or saved as a PDF. Can anyone give me some tips on how to fix this? Thanks!

    Ask in the program forums
    This forum is about the Cloud as a delivery process, not about using individual programs
    If you start at the Forums Index http://forums.adobe.com/index.jspa
    You will be able to select a forum for the specific Adobe product(s) you use
    Click the "down arrow" symbol on the right (where it says ALL FORUMS) to open the drop down list and scroll

Maybe you are looking for

  • Why am I being asked for my credit card information on updates and then being told that my card is declined??h

    I Have three app updates on my iPhone 5c, and the App Store is asking me for my credit card information when it is on file and then it gets declined. What is the purpose of needing my CC info for free updates?? Do NOT make me drop my apple products a

  • Use of SUBSTR function

    Hi, I have a query like this: SELECT decode((select count(1) from patient_history b where (b.studyid =a.studyid and b.baseline_no= a.baseline_no and b.aeseq=a.aeseq and release_date IS not NULL)),0,'New','Current') status , a.* FROM patient_history a

  • Button in Swf triggest stream video in embedded WMV player

    Hey guys I have a SWF video menu basicially I have 12 buttons and I need each button when clicked to play a file in the embeded WMV player in dreamweaver. Ive tried a ton of things but cant figure it out. You can see what im doing at http://home.coge

  • Premiere Pro CC 2014 Crashes During Media Export

    Hi, I have diligently applied several of the fixes listed here: Re: Premiere Pro CC 2014 freezes frequently and crashes However, Premiere Pro CC crashes at about 10% of the video export -- it gets through the audio stuff as far as i can see.

  • Abysmal I/O with KVM guest

    Setting up my home server with KVM so I can replace several machines with it. All has been going well. I have three guests with root partitions set up on qcow2 image files. One machine I want to run a 500GB samba share on. I would rather the files be