Generating images (GIF) from iViews

Hi,
I am looking for a way to generate GIF images from my iView.
If I use a regular servlet as a portal component and set the response type to "image/gif", I get an empty HTML page.
Another approach would be to use a normal AbstractPortalComponent. But it seems that an AbstractPortalComponent can only produce HTML/XML/RSS.. output, but no binary format.
To include images as IResources works for static files, but not for Portal Components. Of course it would work to save my image to a file and use that, but I want to avoid that approach.
Has anybody done something like this ?
Regards,
Heiko

Hello Heiko,
If you want to create an image in AbstractPortalComponent you can do the following:
public void doContent(IPortalComponentRequest request, IPortalComponentResponse response){
HttpServletResponse servletResponse = request.getServletResponse(false);
servletResponse.setContentType("image/gif");
OutputStream os = servletResponse.getOutputStream();
byte[] gifbytes;
BufferedOutputStream out = null;     
          try{
               gifbytes= <get byte array of the GIF image>;
               out = new BufferedOutputStream(os);
               out.write(gifbytes);
          }finally{
               if (os!=null){
                    os.close();
basically the same approach will work with a plain servlet code.
Best Regards,
Dmitry

Similar Messages

  • Generate image assets from within Smart Object

    Hi,
    When designing for phones I create a large canvas with all screens spread out accross it. Every screen is a Smart Object. To me this has many advantages.
    When editing a screen I open the Smart Object. Now I turn on Generate Image Assets. I notice that no resource folder is created.
    Seems like Generating Image Assets from within a smart object is not possible.
    Is that correct? If so, why isn't the menu option greyed out?
    UPDATE: I found that you can use Generate Image Assets from within a Smart Object. But NOT if the Smart Object is part of a PSD. In other words, only if the Smart Object (psb) is a seperate file.
    I wonder why.
    Cheers,
    H

    Old thread, but I had the exact same problem.  It turns out (on Windows at least), that you can find the generated assets folder for a smart object, but you have to know where to look.
    With the smart object "opened" in Photoshop, click "Save as". This shows the location of the current smart object being edited. For me, it was: C:\Users\Jeff\AppData\Local\Temp\Layer112112121.psb
    And lo and behold, right next to the layer temp file was the image asset output folder with my generated assets in it:
    C:\Users\Jeff\AppData\Local\Temp\Layer112112121 - assets
    You can right-click and "Open in a new window" to get a file explorer window in that folder (see image below).
    (Possibly important note: Close or cancel the Save As dialog, we don't actually want to save the layer to a different location.)
    This location makes sense, but it does seem to be a poor user experience design. Presumably temp files should output their asset folders to the desktop, just like unsaved PSD files.

  • Dynamically generating a gif from Flash

    I've written a Flash program that lets users design their own
    fantasy character. One they've completed the design, I'd like them
    to be able to generate a gif from it that they can save. Anyone
    know how to do this? Thanks in advance.
    You can find the program here:
    http://www.thelionscall.com/activities/character_builder_v2.cfm

    Check out:
    http://www.sephiroth.it/tutorials/flashPHP/print_screen/index.php

  • Dynamic Image (.gif) from URL into adobe Form by SFP

    Hi all
    I post the comment of Shamila because I have the same problem
    I need to place an image in the Adobe form based on the url.
    I have written the following formcalc script in the image field form ready action
    ImageField1.value.image.href = "http://www.adobe.com/imageshome/pdfgift_home.gif"
    But when i view the form , the image field is empty, and when i click on the blank space of the image field, a popup appears to select the image............
    How can i show the image from url in the form..........
    Regards,

    Hello,
    have you checked these basics documents?
    When you need to send a picture into the offline form: another image question - using Regular ABAP not web dynpro and Display a logo dynamically in adobe form
    Where to start with scripting: http://www.adobe.com/devnet/livecycle/articles/lc_designer_scripting_basics/lc_designer_scripting_basics.pdf
    http://help.adobe.com/en_US/livecycle/es/FormCalc.pdf
    Also try: Re: Dynamic R/3 Image URL in Adoeb Form
    regards, Otto

  • Photoshop Help | Generate image assets from layers | Photoshop CC

    This question was posted in response to the following article: http://helpx.adobe.com/photoshop/using/generate-assets-layers.html

    Adding a margin feature would be awesome.
    eg: logo.jpg+10px
    The end result would be the image with 10px of extra white-space on each side.
    More awesome would be "logo.jpg+10px5px10px5px"
    So you could define the extra space for each side following the css standard, top right bottom left.
    This could come in handy if you want to generate buttons for let's say an iOS app. Imagine you have a tiny help button that is 20x20px, if you import this the standard hit state will be small (the 20x20), but if you add an extra whitespace margin the hitstate will be much bigger than the icon itself, making it more user friendly to tap on the button.
    Please consider this feature. Thanks!

  • Running gif animation and a random image output from an html button, HELP!!

    Trying to click (onClick) an animated gif image of an on/off switch to start a second animation which is located on a different location on the web-page (a 7-frame animation of a generator with moving parts) immediately followed by a random image selection function placing an image in a 3rd location on the page (next to the generator image). The random images are supposed to look like the result of the generator animation---the item that “pops out” of the generator.
    We thought the process to achieve this would be an “OnClick” on the on/off switch-animated-gif to start two javascript functions (generato animation function & random image function).
    To further complicate matters, we are doing this website in iWeb. We’re using iWeb SEO Tool to add the javascript to the header and HTML snippet in iWeb to place the HTML code. Not sure we’re actually doing the snippet right though---is it supposed to relate to the images---or is it separate? When the gifs are place on the iweb page, they work in the browser upon page load---the “on-click” & the random image function are NOT working...so we know we’ve done something(s) wrong.
    We’re thinking that we’re probably missing some code that describes where the 3 different image-spots are on the page (image #1 is the on/off switch gif, image#2 is the generator gif, image#3 is the generator output.png)....or just aren’t coding the string of functions correctly---or maybe our strategy for achieving this is just no correct (?).
    Here is the code we have tried that didn’t work. We desperately need a solution quickly and are open to any/other ideas for how to accomplish this. THANKS YOU in advance for your help!!!:
    script language = JAVASCRIPT>
    <!-- Hide script from old browsers
    function gif_animation(){
    if (document.images)
    generator = new Image
    generator_on = new Image
    generator.src = "christmassweatergenerator-offswitch.gif"
    generator_on.src = "christmassweater_generatoron-offswitch.gif"
    // Stop hiding script from older browsers -->
    Random Image Link Script
    By Website Abstraction (http://www.wsabstract.com)
    and Java-scripts.net (http://www.java-scripts.net)
    function random_imglink(){
    var myimages=new Array()
    //specify random images below. You can have as many as you wish
    myimages[1]="christmassweater_GENERATOR_files/cotton_candy_christmassweater.png"
    myimages[2]="christmassweater_GENERATOR_files/eiffel_tower_christmassweater.png"
    myimages[3]="christmassweater_GENERATOR_files/kitty_litter_christmassweater.png"
    myimages[4]="christmassweater_GENERATOR_files/spatula_christmassweater.png"
    <!--//specify corresponding links below
    var imagelinks=new Array()
    imagelinks[1]="#<a class="jive-link-external-small" href="http://www.christmassweaterfun.com/christmassweater_GENERATOR">http://www.christmassweaterfun.com/christmas_sweaterGENERATOR</a>"
    imagelinks[2]="#<a class="jive-link-external-small" href="http://www.christmassweaterfun.com/christmassweater_GENERATOR">http://www.christmassweaterfun.com/christmas_sweaterGENERATOR</a>"
    imagelinks[3]="#<a class="jive-link-external-small" href="http://www.christmassweaterfun.com/christmassweater_GENERATOR">http://www.christmassweaterfun.com/christmas_sweaterGENERATOR</a>"
    imagelinks[4]="#<a class="jive-link-external-small" href="http://www.christmassweaterfun.com/christmassweater_GENERATOR">http://www.christmassweaterfun.com/christmas_sweaterGENERATOR</a>"
    -->
    var ry=Math.floor(Math.random()*myimages.length)
    if (ry==0)
    ry=1
    document.write('<a href=''"'+imagelinks[ry]+'"''>')
    random_imglink()
    //-->
    </script>
    <!--the HTML:
    <a href="#" onclick="function gif_animation(); function random_imglink();">

    What's the URL of your site so we can examine it first hand? When you added the code to your post the servers messed it up and tried to render it on the page. We can get the code if we can get to your site.
    OT

  • Generate Image Assets crashes Photoshop when making half-size pngs from groups

    I've been getting Photoshop CC to crash consistantly when I try to generate scaled-down pngs from a layer group.  If I have generate image assets on and change a group name to "50% name.png", Photoshop instantly crashes.  If generate assets is off and I change a group name to "50% name.png" Photoshop does not crash until I try turning on generate assets, and then it crashes instantly.  Trying "50% name.png, name_full.png" also fails.  This has occured in different files.  It does not happen in every file or every time, but it happens very often.
    I'm using Windows 8 and Photoshop CC 14.1.1 x64.

    Hi.
    I’ve installed the latest photoshop update (14.2.1 x64). Unfortunately the new update makes me now impossible to use the generator routine. My project needs “decades” longer to realise that I’ve activated the generator in the File menu. I click on Generate->Image Assets and nothing happens… first. After half a minute or so the checkbox eppear finally. You must know: I have more than 100 Layers to be generated to single images. A lot of them are smart objects or groups.
    When I finally save my file to start the generate routine, I needs a lot ( ! ) longer to generate the images than before.
    Additionally my main problem is stil lthere: Impossible to rename any layer or activate the blending menue, while the generator runs.
    So with this update I’ve to wait much much longer to activate or deactivate the generate routine. Deactivating needs a long time too… What have you done there Adobe? (Sorry for this words.)
    @Adobe support: Please contact me personally via mail if possible and I will send you the project file where this problem appear. I can’t publish the file for everybody, sorry guys.
    Do someone knows how to go back to the prevoius installation? Really sad about the generator. A must buy argument and actually a real time saver.

  • Generating Images from flourescence decay curves

    Hello everyone,
    I am designing a labview module for our TCSPC (Time Correlated Single Photon Counting) Laser Microscope. We purchased the labview library for our photon counter from becker-hickl. I tried to use their library to make a labview module that could generate images but could not succeed. The library comes with a measurement example that generates one flourescence decay curve for each image point. For a 256*256 pixel image, that is 65536 curves, I want to obtain an image by averaging each curve. This is why I need an imaging routine. I was wondering if anyone has done this in the past or could help me know where to start. In the example, there is a matrix that actually plots the curve.
    Please let me know if you have any more questions regarding the photon counter, the model is SPC-830 from Becker-Hickl.
    Thanks,
    - Muttee Sheikh

    If I understand you right, you want to reduce each decay curve into a single greyscale (or colormap) value. Obviously, there will be some loss in information, because you will not be able to reconstruct the "curve" from a single number.
    All you need is to loop over all your decay curves and create a properly scaled 2D array. This you then can send to a picture indicator or intensity graph. Most likely, the raw data is already arranged e.g. as a 3D array, so all you need to do is autoindex over two stacked FOR loops, take the average of each decay curve, and autoindex out to get the 2D array you need.
    Can you attach a simple example containing your raw data so we can see how things are layed out?
    LabVIEW Champion . Do more with less code and in less time .

  • Missing image (html4botransp.gif) from the report

    Hi,
    Our application connects to BO XI R2 server for displaying full client reports using JSP and servlet. Here is the code snippet, we are using to open report in servlet -
    HttpSession session = httpservletrequest.getSession();
              IEnterpriseSession eSession=(IEnterpriseSession)session.getAttribute("EnterpriseSession");
              if (eSession != null)
                   try
                        ReportEngines boReportEngines = (ReportEngines) eSession.getService("ReportEngines");
                        ReportEngine reportEngine = boReportEngines.getService(ReportEngines.ReportEngineType.FC_REPORT_ENGINE);
                        DocumentInstance doc = reportEngine.openDocument(new Integer(httpservletrequest.getParameter("docID")).intValue());
                        Report rep = doc.getReports().getItem(0);
                        HTMLView docHtmlView = (HTMLView)rep.getView(OutputFormatType.HTML);
                        String sHTMLView = docHtmlView.getContent();
                        httpservletresponse.setContentType("text/html;charset=ISO-8859-1");
                        PrintWriter pw = httpservletresponse.getWriter();
                        pw.println(sHTMLView);
                   catch(SDKException ex)
    The report opens successfully, however an 'image not found' error appears on the report opened in HTML page. On checking out the source of opened HTML page, noticed following <IMG> tag at 'image not found' position -
    IMG SRC='getImage.jsp?sEntry=re0000000019f28e6b5990&name=html4botransp.gif' WIDTH='1280' HEIGHT='1810'
    which image is 'html4botransp.gif'? Is it a BO specific image and if yes have we missed adding some library file?
    - A
    Edited by: aditya gaurav on Aug 20, 2008 4:32 PM

    Hi,
    Any1 can suggest what's wrong in below code for image callback -
    In 1st JSP -
    ReportEngines boReportEngines = (ReportEngines) eSession.getService("ReportEngines");
              ReportEngine reportEngine = boReportEngines.getService(ReportEngines.ReportEngineType.FC_REPORT_ENGINE);
              session.setAttribute("ReportEngine", reportEngine);
              System.out.println("docID -
    " + request.getParameter("docId"));
              DocumentInstance doc = reportEngine.openDocument(new Integer(request.getParameter("docId")).intValue());
              Report rep = doc.getReports().getItem(0);
              HTMLView docHtmlView = (HTMLView)rep.getView(OutputFormatType.DHTML);
              ImageOption     webiImgOpt = null;
              webiImgOpt = doc.getImageOption();
              webiImgOpt.setImageCallback("imageCallback.jsp");
              webiImgOpt.setImageNameHolder("image");
              webiImgOpt.setStorageTokenHolder("entry");
              String sHTMLView = docHtmlView.getContent();
    In callback jsp file -
    response.setContentType("image/gif");
    String strEntry = request.getParameter("entry");
    String strImageName = request.getParameter("image");
    ReportEngine cdzReportEngine = (ReportEngine)session.getAttribute("ReportEngine");
    DocumentInstance cdzDocument =  cdzReportEngine.getDocumentFromStorageToken(strEntry);
    Image objImage = cdzDocument.getImage(strImageName);
    byte[] abyBinaryContent = objImage.getBinaryContent();
    ServletOutputStream objServletOutputStream =  response.getOutputStream();
    response.setContentLength(abyBinaryContent.length);
    objServletOutputStream.write(abyBinaryContent);
    objServletOutputStream.flush();
    objServletOutputStream.close();
    I am still unable to display graphs and continue getting error for 'html4botransp.gif'. Both JSP files are present in same sub-directory.
    Thanks

  • Servlet to generate JPG/GIF image

    I've got sth like that:
    response.setContentType("image/gif");
    OutputStream out = response.getOutputStream();
    Image messageImage = makeMessageImage(message, fontName, fontSize);What I should do next to send it to the browser and display it?

    You can create a BufferedImage, draw messageImage onto it, and then send the BufferedImage through the OutputStream via
    ImageIO.write(theBufferedImage, "gif", out); Or if messageImage is already a BufferedImage, then you can just send it directly after casting it.
    There's a slight complication, however. The GIF format uses palette-based images. If you send an image that's not palette-based then it will use the default palette. It's the same as if I had created this
    BufferedImage theBufferedImage = new BufferedImage(
            messageImage.getWidth(null),
            messageImage.getHeight(null),
            BufferedImage.TYPE_BYTE_INDEXED); drew messageImage onto it and then sent it. The default palette almost certainly isn't the 256 most representative colors in your message image. This may or may not be a problem. I don't know the kind of quality you want. If your image doesn't have any color, a viable alternative is TYPE_BYTE_GRAY.
    Ideally, for a full-colored image you would create an IndexColorModel of what you feel is the 256 most representative colors in the image. Then you would create a BufferedImage using this palette, draw the original image onto it, and send it off.

  • Problem servletrunner image/gif

    Hello, I'm french so excuse me for my poor english.
    In fact I only try to display an image located at the following adress :
    http://localhost:8080/images/image.gif
    I'd like this image be on a html page generated by a servlet, but that's impossible. How can I do this, i think I have to modify the file "servlet.properties" in order to indicate the way to my image...
    So please can somebody help me
    Thanks a lot
    here is my code :
    out.println("<IMG SRC=\"http://localhost:8080/images/logo_SEEE.gif\">");

    Hi
    I'm no super expert, but I can't see anything wrong with your the println method.
    But here is a simple checklist:
    -You ar not trying to get an image from another server then your own (localhost)
    -You have an object (HttpServletResponse) with the name out (not default in a servlet like in jsp...)
    -You know that the links under is pointing to two diferent locations. /images/image.gif and /images/logo_SEEE.gif.
    If you kan see the image with the first link then if you look at the source of the html(servelt page) you should have the same address. The servlet has nothing to do with an image. It only writes out an address to the image witch the browser uses for a new request...
    Regards
    Erik

  • How to create a GIF from inside an SWF?

    I have a Flash application that allows users to arrange
    images, in the form of imported SWF MovieClips, into a scene of
    their choosing. I would like to save these custom scenes into
    static GIF files on the webserver. I'm not sure if this is possible
    solely with ActionScript or if I'd have to do some work with PHP/GD
    or Java, but I have seen it done before (Yahoo! Answer avatars) so
    I know it's possible.
    I'm very new to actionScript. So far I've found the functions
    for dealing with bitmap data but none for file creation. Can anyone
    point me in the right direction? As you may guess, it's hard to
    Google for variations of "flash create gif" because this is also a
    function of the development tools.
    Thank you for your advice and suggestions!

    I'm sorry octav20xx, was there a particular result of that
    search that you thought I should look at? Of the first page of
    results, most are links to utilities for converting SWFs to
    animated GIFs, which as I mentioned is not what I want to do. The
    rest of the results seem irrelevant to my question.
    Perhaps I wasn't clear. I need the SWF to automatically
    generate static GIF files based on dynamic user input. I have
    already done a lot of searching on Google for a solution but found
    none; this is why I am asking here instead.
    Can anyone help?

  • How use PHP to read image files from a folder and display them in Flex 3 tilelist.

    Hello. I need help on displaying images from a folder dynamically using PHP and display it on FLEX 3 TileList. Im currently able to read the image files from the folder but i don't know how to display them in the TileList. This is my current code
    PHP :
    PHP Code:
    <?php
    //Open images directory
    $imglist = '';
    $dir = dir("C:\Documents and Settings\april09mpsip\My Documents\Flex Builder 3\PHPTEST\src\Assets\images");
    //List files in images directory
    while (($file = $dir->read()) !== false)
    if (eregi("gif", $file) || eregi("jpg", $file) || eregi("png", $file))
    echo "filename: " . $file . "\n";
    $dir->close();
    ?>
    FLEX 3 :
    Code:
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" creationComplete="pic.send();">
    <mx:Script>
    <![CDATA[
    import mx.controls.Alert;
    import mx.events.FlexEvent;
    import mx.rpc.events.FaultEvent;
    import mx.events.ItemClickEvent;
    import mx.rpc.events.ResultEvent;
    public var image:Object;
    private function resultHandler(event:ResultEvent):void
    image = (event.result);
    ta1.text = String(event.result);
    private function faultHandler(event:FaultEvent):void
    ta1.text = "Fault Response from HTTPService call:\n ";
    ]]>
    </mx:Script>
    <mx:TileList x="31" y="22" initialize="init();" dataProvider = "{image}" width="630" height="149"/>
    <mx:String id="phpPicture">http://localhost/php/Picture.php</mx:String>
    <mx:HTTPService id="pic" url="{phpPicture}" method="POST"
    result="{resultHandler(event)}" fault="{faultHandler(event)}"/>
    <mx:TextArea x="136" y="325" width="182" height="221" id="ta1" editable="false"/>
    <mx:Label x="136" y="297" text="List of files in the folder" width="182" height="20" fontWeight="bold" fontSize="13"/>
    </mx:Application>
    Thanks. Need help as soon as possbile. URGENT.

    i have made some changes, in the php part too, and following is the resulting code( i tried it, and found that it works.):
    PHP Code:
    <?php
    echo '<?xml version="1.0" encoding="utf-8"?>';
    ?>
    <root>
    <images>
    <?php
    //Open images directory
    $dir = dir("images");
    //List files in images directory
    while (($file = $dir->read()) !== false)
    if (eregi("gif", $file) || eregi("jpg", $file) || eregi("png", $file))
    echo "<image>" . $file . "</image>"; // i expect you to use the relative path in $dir, not C:\..........
    //$dir->close();
    ?>
    </images>
    </root>
    Flex Code:
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
    layout="absolute"
    creationComplete="callPHP();">
    <mx:Script>
    <![CDATA[
    import mx.rpc.http.HTTPService;
    import mx.controls.Alert;
    import mx.events.FlexEvent;
    import mx.rpc.events.FaultEvent;
    import mx.events.ItemClickEvent;
    import mx.collections.ArrayCollection;
    import mx.rpc.events.ResultEvent;
    [Bindable]
    private var arr:ArrayCollection = new ArrayCollection();
    private function callPHP():void
    var hs:HTTPService = new HTTPService();
    hs.url = 'Picture.php';
    hs.addEventListener( ResultEvent.RESULT, resultHandler );
    hs.addEventListener( FaultEvent.FAULT, faultHandler )
    hs.send();
    private function resultHandler( event:ResultEvent ):void
    arr = event.result.root.images.image as ArrayCollection;
    private function faultHandler( event:FaultEvent ):void
    Alert.show( "Fault Response from HTTPService call:\n " );
    ]]>
    </mx:Script>
    <mx:TileList id="tilelist"
    dataProvider="{arr}">
    <mx:itemRenderer>
    <mx:Component>
    <mx:Image source="images/{data}" />
    </mx:Component>
    </mx:itemRenderer>
    </mx:TileList>
    </mx:Application>

  • Jasper report on HTML when one image loaded from database and for the other

    How to generate jasper report on HTML when one image loaded from database and for the other we give a image path
    My code
    ByteArrayOutputStream baos = new ByteArrayOutputStream();
              exporter = new JRHtmlExporter();
              exporter.setParameter(JRExporterParameter.JASPER_PRINT, print);
              exporter.setParameter(JRExporterParameter.OUTPUT_STREAM, baos);
              exporter.setParameter(JRHtmlExporterParameter.IMAGES_URI, strImageInputDirectory);
         exporter.setParameter(JRHtmlExporterParameter.IMAGES_DIR_NAME, strImageOutputPath == null ? "." : strImageOutputPath);
         exporter.setParameter(JRHtmlExporterParameter.IS_OUTPUT_IMAGES_TO_DIR, Boolean.TRUE);
         exporter.setParameter(JRHtmlExporterParameter.IS_USING_IMAGES_TO_ALIGN, Boolean.FALSE);
         exporter.setParameter(JRHtmlExporterParameter.IS_WHITE_PAGE_BACKGROUND, Boolean.FALSE);
              exporter.exportReport();
              byte[] bdata = ((ByteArrayOutputStream) baos).toByteArray();
    Can any one help pls
    Message was edited by:
    ameet.au

    hey sorry for posting it in this forum.
    but do u have sample code for making it work.. since i am able to do it on PDF format(image from Database and another stored in the webserver) using
    byte image[] =(byte[]) outData.get("image");
                        ByteArrayInputStream img = new ByteArrayInputStream(image);
                        hmimg.put("P_PARAMV3", img);
    print = JasperFillManager.fillReport(reportFileName, hmimg, jrxmlds);
    bdata= JasperExportManager.exportReportToPdf(print);

  • Import animated GIF from Photoshop?

    I have a question... I am unable to create custom animated gif's in Photoshop 5/6 and import them into Captivate 7.  It just says "The GIF file contains errors".  I've tried exporting on multiple settings and still no luck, same with exporting from Fireworks.
    I am however able to import an exported gif from Flash, yet the quality is horrible and the transparency is buggy.  Is anyone else having this issue, or is there some setting that I am missing?  Basically I need to animate some images within a Captivate project, without the need of using a .SWF (for HTML5 output). Any help would be much appreciated, thank you.

    I experienced this issue with Captivate 8 and Photoshop CC... 
    I eventually realized if the animation has any frames with "no delay" I would get the error.  Changing those frames to a 0.1 second delay resolved my issue.  Not sure if this is the same bug you are experiencing but it's worth a try!

Maybe you are looking for

  • Froze on black screen and power button does not work

    my sons ipod touch is stuck on a black screen when plugged into the computer got a spinning wheel and will not connect now spinning wheel will not go away the power button does not work so can not reset it manually any suggestions would be appreciate

  • White Screen When Trying to Play Movies / TV Shows Downloaded via AppleTV

    Very frustrating, consistent issue with downloading movies or TV shows via AppleTV. Almost always results in a blank white screen with no sound and no video playing. No matter how many times I stop the video from playing, exit back out to the main me

  • Why do custom widgets have to play full screen

    Whats the reason that apples own widgets can play directly on the book - the video, quiz, interactive image etc but if we create a widget in dashcode it can only work once made full screen? is there a setting in the widget publication that will allow

  • Edit input/output of a reusable workflow

    Hello all, is possible to change the input and output variables of an already existing reusable workflow? We need to delete one of the variables used as output of the process but we cannot find the interface that permits his operation. Is this operat

  • Aperture Creating Doubles During Import

    Hello, Can someone help me determine why Aperture is creating doubles while importing photos? Within Aperture, the events only show single pictures but there are 2 copies of the same photo displayed within finder. Example: DC101010.jpg DC101010 (1).j