Layering over templates

1)  I have imported various sliced backgrounds from PS cs4. Do I need to create and layout them out using CSS rules, in order to layer images on top of each other. I have gradient drop down menus which incorporate transparency features. I seem to have tried everything and I can't manage to get spry's to overlay an existing imported template. When I import GIF's or PNG's with transparency features and use them as spry's. They push my entire template off the page instead of sitting on top of them, with the graphics still remaining beneath.
2)  How do you adjust spry's? I want an automated drop instead of having to click on it. How do you go about setting up the timing for the drop and removing the highlighted area.
3)  How do you reverse a drop down menu, if you have a separate menu at the base of the page which you wish to rise up with menu options, instead of dropping down?

Download the complete SAP Business One Accelerated Implementation Program 2.0 from the following link:
[https://websmp209.sap-ag.de/~sapidb/011000358700006444222006E.zip]
Here you have all the documents and guides as per SAP AIP phases.
From here you can get the Cut Over Templates and Opening Balance Guide.

Similar Messages

  • How to add an Image layered over another Image?

    In our application, we display a big image file in the main application window.
    Now, we want to display customer's image(like their logo etc.,) just layered over main image on the top-left corner, restricted in size.
    Tried to visualize it !
    |------| |
    | |
    | |
    Is it possible to show a JLabel over another JLabel?

    Solution 1:
    JLabel is a container, So you can add any component on top of JLabel but normally it will not display but if you set any layout then you can see the added component.
        public static void solution1() {
         JFrame frame = new JFrame();
         frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
         JLabel bigImg = new JLabel(new ImageIcon("F:\\tmp\\bigImg.jpg"));
         JLabel logo = new JLabel(new ImageIcon("F:\\tmp\\logo.gif"));
         frame.getContentPane().add(bigImg, BorderLayout.CENTER);
         bigImg.setLayout(new FlowLayout(FlowLayout.RIGHT, 0, 0));
         bigImg.add(logo);
         frame.pack();
         frame.setVisible(true);
        }Disadvantage : if the label size was changed depends on the layout the position of the logo goes outside of the big image(in the above example maximize the window to see that issue).
    Solution 2:
    draw the logo image on top of the big image.
        public static void solution2() {
         JFrame frame = new JFrame();
         frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
         ImageIcon bigImg = new ImageIcon("F:\\tmp\\bigImg.jpg");
         ImageIcon logo = new ImageIcon("F:\\tmp\\logo.gif");
         int w = bigImg.getIconWidth();
         int h = bigImg.getIconHeight();
         BufferedImage bf = new BufferedImage(w, h, BufferedImage.TYPE_INT_RGB);
         Graphics2D g2d = bf.createGraphics();
         g2d.drawImage(bigImg.getImage(), 0, 0, frame);
         g2d.drawImage(logo.getImage(), 0, 0, frame);
         JLabel label = new JLabel(new ImageIcon(bf));
         frame.getContentPane().add(label, BorderLayout.CENTER);
         frame.pack();
         frame.setVisible(true);
        }Advantage : whenever the label component size changed the logo must be on the big image of the same position because the logo was painted on top of the big image.

  • I am making a graduation video for my cousin using Final Cut Pro. I have photos layered over videos, and I was wanted to find out how you can add a border around the photos so they stand off of the video. Anyone know what I could do?

    I am making a graduation video for my cousin using Final Cut Pro. I have photos layered over videos, and I was wanted to find out how you can add a border around the photos so they stand off of the video. Anyone know what I could do?

    You would need an image editor to edit the images and add a border to the image first before importing them into Final Cut.
    Cheapest and very good image editor?
    PIxelmator.
    Located in the Mac App Store. $14.99 USD.
    Here is the Pixelmator website to give you an overview of the app.
    http://www.pixelmator.com/
    Good Luck!

  • How to displaying MapViewer tile layers over ArcGIS World Imagery?

    How to displaying MapViewer tile layers over ArcGIS World Imagery?
    Here is the ArcGIS World Imagery URL:http://server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer
    Thanks.

    I don't think that's possible. You can't add Mapviewer tile layer over ArcGIS Server. However you can make a wms layer by oracle mapviewer and feed it into the Arcgis server.

  • Background patterns don't match using Layered Paper template in iWeb 09

    The background patterns for the Layered Paper template don't match. They look okay when I'm using iWeb but are two different shades when posted online.
    See:
    http://web.me.com/vizcabulary/Johnson/Home.html

    I created a quick test page with that theme and have no problems with it. You might try selecting a different theme and then go back to the layered theme. Are you using that theme without messing with the options regarding choosing the background image/color/etc?
    OT

  • Layers over images

    Hello. I have a problem positioning layers in DW8 over-top of
    my pages that I layed-out in photoshop. Say I want to draw or
    position a layer over top of "unclickme_34.gif" I can do that fine
    in dreamweaver as it aligns correctly to the image; however, in
    multiple browsers it aligns to the left or right of the image even
    as it shows its aligned to how I want it in DW. I'm pretty new to
    DW8 maybe I'm just doing something wrong, or not setting up
    something right?. Any suggestions?
    I also searched the forums for an answer, though found no
    beneficial information.
    Thanks in advance.

    Seanstex wrote:
    > Hello. I have a problem positioning layers in DW8
    over-top of my pages that I
    > layed-out in photoshop. Say I want to draw or position a
    layer over top of
    > "unclickme_34.gif" I can do that fine in dreamweaver as
    it aligns correctly to
    > the image; however, in multiple browsers it aligns to
    the left or right of the
    > image even as it shows its aligned to how I want it in
    DW. I'm pretty new to
    > DW8 maybe I'm just doing something wrong, or not setting
    up something right?.
    > Any suggestions?
    >
    > I also searched the forums for an answer, though found
    no beneficial
    > information.
    >
    > Thanks in advance.
    >
    >
    >
    place the image in a div as so:
    <div style="position:relative;"><img
    src="blah"></div>
    place your "Layer" in that div too, as so:
    <div style="position:relative;"><img
    src="blah"><div id="Layer1"
    style="position:absolute;etc.etc.">bla
    bla</div></div>
    set the layer position left=0 top=0
    seb ( [email protected])
    http://webtrans1.com | high-end web
    design
    Downloads: Slide Show, Directory Browser, Mailing List

  • Using Layers in templates

    Hi I've got a quick newbie question. I'm designing a website
    and currently in the process of creating a template for it. When
    creating the editable regions I want to be able to move and drag my
    layers wherever I want. But when I open a new page using the
    template all the editable layers are locked in position and it
    won't allow me to move them where I please. Is it possible to
    change this and if so how? Thanks in advance for the help!

    NicholasEdward wrote:
    > Hi I've got a quick newbie question. I'm designing a
    website and currently in
    > the process of creating a template for it. When creating
    the editable regions
    > I want to be able to move and drag my layers wherever I
    want. But when I open
    > a new page using the template all the editable layers
    are locked in position
    > and it won't allow me to move them where I please. Is it
    possible to change
    > this and if so how? Thanks in advance for the help!
    If you want to be able to move layers around a template then
    you need to
    create an editable region in the master template, where you
    can insert
    them. Create this editable region just before the closing
    </body> tag.
    This region will propgate to all pages made from the
    template. You will
    be able to insert as many layers into the region as you like
    and pull
    them around.
    <!-- TemplateBeginEditable name="layerInsert" -->
    <!-- TemplateEndEditable -->
    </body>
    </html>

  • Stumped over Template Regions

    Our organization site was built using Dreamweaver templates (If it helps to see it "in action" the URL is nursing.iupui.edu). We use Contribute for ease-of-use by our distributed editors. I'm the administrator and have only enough knowledge to be dangerous using Contribute (I'm more comfortable working directly in the code), and unfortunately I'm the one who knows the most here. My computer was recently upgraded to CS5. With CS4, we used a left-nav, right-nav, center content format; the left and right nav files are include files. Our editors often use "template properties" to add or remove a right-nav file. With CS4, they could use template properties to check that they wanted it to appear, then to add the path to the include file, or delete it, and save it. After CS5 was installed when I click template properties I get an Inconsistent Region names box, but I don't know what it's asking for or how to make a selection. To complicate things, now, when I click template properties, I get an alert box over the top of the Inconsistent Region Names box that says "In file ""OrphanedContent"":initializeUI is not defined.
    I am completely and irrevocably lost. I dont' even know the right questions to ask. Can someone help me?
    Cindy

    When I match up the properties to the closest region, I get the Template Properties box that I'm used to getting in CS4:
    But when I click OK or Apply nothing happens, I can only get Cancel to react.
    Cindy.

  • Dragging layers over open documents to the destination blanks them out

    This has happened since CS5 I think.  When I select an area to copy into another document, I am so used to dragging it over to the destination document.  Sometimes I have more than one document open at a time and dragging over them blanks them out.  It's very very irritating.  Does anyone else have this issue?
    Adobe Photoshop Version: 13.0.1 (13.0.1 20120808.r.519 2012/08/08:21:00:00) x64
    Operating System: Windows NT
    Version: 6.2
    System architecture: Intel CPU Family:6, Model:13, Stepping:7 with MMX, SSE Integer, SSE FP, SSE2, SSE3, SSE4.1, SSE4.2, HyperThreading
    Physical processor count: 6
    Logical processor count: 12
    Processor speed: 3500 MHz
    Built-in memory: 16325 MB
    Free memory: 10453 MB
    Memory available to Photoshop: 14662 MB
    Memory used by Photoshop: 63 %
    Image tile size: 128K
    Image cache levels: 4
    OpenGL Drawing: Enabled.
    OpenGL Drawing Mode: Advanced
    OpenGL Allow Normal Mode: True.
    OpenGL Allow Advanced Mode: True.
    OpenGL Allow Old GPUs: Not Detected.
    Video Card Vendor: NVIDIA Corporation
    Video Card Renderer: GeForce GTX 690/PCIe/SSE2
    Display: 2
    Display Bounds:=  top: 0, left: 1920, bottom: 1080, right: 3840
    Display: 1
    Display Bounds:=  top: 0, left: 0, bottom: 1080, right: 1920
    Video Card Number: 2
    Video Card: NVIDIA GeForce GTX 690
    OpenCL Unavailable
    Driver Version: 7.1.542.0
    Driver Date: 20060522000000.000000-000
    Video Card Driver: nvd3dumx.dll,nvwgf2umx.dll,nvwgf2umx.dll,nvd3dum,nvwgf2um,nvwgf2um
    Video Mode: 1920 x 1080 x 4294967296 colors
    Video Card Caption: NVIDIA GeForce GTX 690
    Video Card Memory: 2048 MB
    Video Rect Texture Size: 16384
    Video Card Number: 1
    Video Card: Microsoft Basic Render Driver
    OpenCL Unavailable
    Driver Version: 1.8.0.0
    Driver Date: 20080314000000.000000-000
    Video Card Driver:
    Video Mode:
    Video Card Caption: Microsoft Basic Render Driver
    Video Card Memory: 2048 MB
    Video Rect Texture Size: 16384
    Serial number: 91198134259239288106
    Application folder: C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\
    Temporary file path: C:\Users\Neo\AppData\Local\Temp\
    Photoshop scratch has async I/O enabled
    Scratch volume(s):
      W:\, 931.5G, 745.1G free
      S:\, 232.9G, 123.3G free
    Required Plug-ins folder: C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\Required\
    Primary Plug-ins folder: C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\Plug-ins\
    Additional Plug-ins folder: not set
    Installed components:
       A3DLIBS.dll   A3DLIB Dynamic Link Library   9.2.0.112  
       ACE.dll   ACE 2012/06/05-15:16:32   66.507768   66.507768
       adbeape.dll   Adobe APE 2012/01/25-10:04:55   66.1025012   66.1025012
       AdobeLinguistic.dll   Adobe Linguisitc Library   6.0.0  
       AdobeOwl.dll   Adobe Owl 2012/06/26-12:17:19   4.0.95   66.510504
       AdobePDFL.dll   PDFL 2011/12/12-16:12:37   66.419471   66.419471
       AdobePIP.dll   Adobe Product Improvement Program   6.0.0.1654  
       AdobeXMP.dll   Adobe XMP Core 2012/02/06-14:56:27   66.145661   66.145661
       AdobeXMPFiles.dll   Adobe XMP Files 2012/02/06-14:56:27   66.145661   66.145661
       AdobeXMPScript.dll   Adobe XMP Script 2012/02/06-14:56:27   66.145661   66.145661
       adobe_caps.dll   Adobe CAPS   6,0,29,0  
       AGM.dll   AGM 2012/06/05-15:16:32   66.507768   66.507768
       ahclient.dll    AdobeHelp Dynamic Link Library   1,7,0,56  
       aif_core.dll   AIF   3.0   62.490293
       aif_ocl.dll   AIF   3.0   62.490293
       aif_ogl.dll   AIF   3.0   62.490293
       amtlib.dll   AMTLib (64 Bit)   6.0.0.75 (BuildVersion: 6.0; BuildDate: Mon Jan 16 2012 18:00:00)   1.000000
       ARE.dll   ARE 2012/06/05-15:16:32   66.507768   66.507768
       AXE8SharedExpat.dll   AXE8SharedExpat 2011/12/16-15:10:49   66.26830   66.26830
       AXEDOMCore.dll   AXEDOMCore 2011/12/16-15:10:49   66.26830   66.26830
       Bib.dll   BIB 2012/06/05-15:16:32   66.507768   66.507768
       BIBUtils.dll   BIBUtils 2012/06/05-15:16:32   66.507768   66.507768
       boost_date_time.dll   DVA Product   6.0.0  
       boost_signals.dll   DVA Product   6.0.0  
       boost_system.dll   DVA Product   6.0.0  
       boost_threads.dll   DVA Product   6.0.0  
       cg.dll   NVIDIA Cg Runtime   3.0.00007  
       cgGL.dll   NVIDIA Cg Runtime   3.0.00007  
       CIT.dll   Adobe CIT   2.0.5.19287   2.0.5.19287
       CoolType.dll   CoolType 2012/06/05-15:16:32   66.507768   66.507768
       data_flow.dll   AIF   3.0   62.490293
       dvaaudiodevice.dll   DVA Product   6.0.0  
       dvacore.dll   DVA Product   6.0.0  
       dvamarshal.dll   DVA Product   6.0.0  
       dvamediatypes.dll   DVA Product   6.0.0  
       dvaplayer.dll   DVA Product   6.0.0  
       dvatransport.dll   DVA Product   6.0.0  
       dvaunittesting.dll   DVA Product   6.0.0  
       dynamiclink.dll   DVA Product   6.0.0  
       ExtendScript.dll   ExtendScript 2011/12/14-15:08:46   66.490082   66.490082
       FileInfo.dll   Adobe XMP FileInfo 2012/01/17-15:11:19   66.145433   66.145433
       filter_graph.dll   AIF   3.0   62.490293
       hydra_filters.dll   AIF   3.0   62.490293
       icucnv40.dll   International Components for Unicode 2011/11/15-16:30:22    Build gtlib_3.0.16615  
       icudt40.dll   International Components for Unicode 2011/11/15-16:30:22    Build gtlib_3.0.16615  
       image_compiler.dll   AIF   3.0   62.490293
       image_flow.dll   AIF   3.0   62.490293
       image_runtime.dll   AIF   3.0   62.490293
       JP2KLib.dll   JP2KLib 2011/12/12-16:12:37   66.236923   66.236923
       libifcoremd.dll   Intel(r) Visual Fortran Compiler   10.0 (Update A)  
       libmmd.dll   Intel(r) C Compiler, Intel(r) C++ Compiler, Intel(r) Fortran Compiler   10.0  
       LogSession.dll   LogSession   2.1.2.1640  
       mediacoreif.dll   DVA Product   6.0.0  
       MPS.dll   MPS 2012/02/03-10:33:13   66.495174   66.495174
       msvcm80.dll   Microsoft® Visual Studio® 2005   8.00.50727.6910  
       msvcm90.dll   Microsoft® Visual Studio® 2008   9.00.30729.1  
       msvcp100.dll   Microsoft® Visual Studio® 2010   10.00.40219.1  
       msvcp80.dll   Microsoft® Visual Studio® 2005   8.00.50727.6910  
       msvcp90.dll   Microsoft® Visual Studio® 2008   9.00.30729.1  
       msvcr100.dll   Microsoft® Visual Studio® 2010   10.00.40219.1  
       msvcr80.dll   Microsoft® Visual Studio® 2005   8.00.50727.6910  
       msvcr90.dll   Microsoft® Visual Studio® 2008   9.00.30729.1  
       pdfsettings.dll   Adobe PDFSettings   1.04  
       Photoshop.dll   Adobe Photoshop CS6   CS6  
       Plugin.dll   Adobe Photoshop CS6   CS6  
       PlugPlug.dll   Adobe(R) CSXS PlugPlug Standard Dll (64 bit)   3.0.0.383  
       PSArt.dll   Adobe Photoshop CS6   CS6  
       PSViews.dll   Adobe Photoshop CS6   CS6  
       SCCore.dll   ScCore 2011/12/14-15:08:46   66.490082   66.490082
       ScriptUIFlex.dll   ScriptUIFlex 2011/12/14-15:08:46   66.490082   66.490082
       tbb.dll   Intel(R) Threading Building Blocks for Windows   3, 0, 2010, 0406  
       tbbmalloc.dll   Intel(R) Threading Building Blocks for Windows   3, 0, 2010, 0406  
       TfFontMgr.dll   FontMgr   9.3.0.113  
       TfKernel.dll   Kernel   9.3.0.113  
       TFKGEOM.dll   Kernel Geom   9.3.0.113  
       TFUGEOM.dll   Adobe, UGeom©   9.3.0.113  
       updaternotifications.dll   Adobe Updater Notifications Library   6.0.0.24 (BuildVersion: 1.0; BuildDate: BUILDDATETIME)   6.0.0.24
       WRServices.dll   WRServices Friday January 27 2012 13:22:12   Build 0.17112   0.17112
       wu3d.dll   U3D Writer   9.3.0.113  
    Required plug-ins:
       Accented Edges 13.0
       Adaptive Wide Angle 13.0
       ADM 3.11x01
       Angled Strokes 13.0
       Average 13.0.1 (13.0.1 20120808.r.519 2012/08/08:21:00:00)
       Bas Relief 13.0
       BMP 13.0
       Camera Raw 7.3
       Chalk & Charcoal 13.0
       Charcoal 13.0
       Chrome 13.0
       Cineon 13.0.1 (13.0.1 20120808.r.519 2012/08/08:21:00:00)
       Clouds 13.0.1 (13.0.1 20120808.r.519 2012/08/08:21:00:00)
       Collada 13.0.1 (13.0.1 20120808.r.519 2012/08/08:21:00:00)
       Color Halftone 13.0
       Colored Pencil 13.0
       CompuServe GIF 13.0
       Conté Crayon 13.0
       Craquelure 13.0
       Crop and Straighten Photos 13.0.1 (13.0.1 20120808.r.519 2012/08/08:21:00:00)
       Crop and Straighten Photos Filter 13.0
       Crosshatch 13.0
       Crystallize 13.0
       Cutout 13.0
       Dark Strokes 13.0
       De-Interlace 13.0
       Difference Clouds 13.0.1 (13.0.1 20120808.r.519 2012/08/08:21:00:00)
       Diffuse Glow 13.0
       Displace 13.0
       Dry Brush 13.0
       Eazel Acquire 13.0.1 (13.0.1 20120808.r.519 2012/08/08:21:00:00)
       Embed Watermark 4.0
       Extrude 13.0
       FastCore Routines 13.0.1 (13.0.1 20120808.r.519 2012/08/08:21:00:00)
       Fibers 13.0
       Film Grain 13.0
       Filter Gallery 13.0
       Fresco 13.0
       Glass 13.0
       Glowing Edges 13.0
       Grain 13.0
       Graphic Pen 13.0
       Halftone Pattern 13.0
       HDRMergeUI 13.0
       IFF Format 13.0
       Ink Outlines 13.0
       JPEG 2000 13.0
       Lens Blur 13.0
       Lens Correction 13.0
       Lens Flare 13.0
       Liquify 13.0
       Matlab Operation 13.0.1 (13.0.1 20120808.r.519 2012/08/08:21:00:00)
       Measurement Core 13.0.1 (13.0.1 20120808.r.519 2012/08/08:21:00:00)
       Mezzotint 13.0
       MMXCore Routines 13.0.1 (13.0.1 20120808.r.519 2012/08/08:21:00:00)
       Mosaic Tiles 13.0
       Multiprocessor Support 13.0.1 (13.0.1 20120808.r.519 2012/08/08:21:00:00)
       Neon Glow 13.0
       Note Paper 13.0
       NTSC Colors 13.0.1 (13.0.1 20120808.r.519 2012/08/08:21:00:00)
       Ocean Ripple 13.0
       Oil Paint 13.0
       OpenEXR 13.0
       Paint Daubs 13.0
       Palette Knife 13.0
       Patchwork 13.0
       Paths to Illustrator 13.0
       PCX 13.0.1 (13.0.1 20120808.r.519 2012/08/08:21:00:00)
       Photocopy 13.0
       Photoshop 3D Engine 13.0.1 (13.0.1 20120808.r.519 2012/08/08:21:00:00)
       Picture Package Filter 13.0.1 (13.0.1 20120808.r.519 2012/08/08:21:00:00)
       Pinch 13.0
       Pixar 13.0.1 (13.0.1 20120808.r.519 2012/08/08:21:00:00)
       Plaster 13.0
       Plastic Wrap 13.0
       PNG 13.0
       Pointillize 13.0
       Polar Coordinates 13.0
       Portable Bit Map 13.0.1 (13.0.1 20120808.r.519 2012/08/08:21:00:00)
       Poster Edges 13.0
       Radial Blur 13.0
       Radiance 13.0.1 (13.0.1 20120808.r.519 2012/08/08:21:00:00)
       Read Watermark 4.0
       Reticulation 13.0
       Ripple 13.0
       Rough Pastels 13.0
       Save for Web 13.0
       ScriptingSupport 13.0.1
       Shear 13.0
       Smart Blur 13.0
       Smudge Stick 13.0
       Solarize 13.0.1 (13.0.1 20120808.r.519 2012/08/08:21:00:00)
       Spatter 13.0
       Spherize 13.0
       Sponge 13.0
       Sprayed Strokes 13.0
       Stained Glass 13.0
       Stamp 13.0
       Sumi-e 13.0
       Targa 13.0
       Texturizer 13.0
       Tiles 13.0
       Torn Edges 13.0
       Twirl 13.0
       Underpainting 13.0
       Vanishing Point 13.0
       Variations 13.0.1 (13.0.1 20120808.r.519 2012/08/08:21:00:00)
       Water Paper 13.0
       Watercolor 13.0
       Wave 13.0
       WIA Support 13.0.1 (13.0.1 20120808.r.519 2012/08/08:21:00:00)
       Wind 13.0
       Wireless Bitmap 13.0.1 (13.0.1 20120808.r.519 2012/08/08:21:00:00)
       ZigZag 13.0
    Optional and third party plug-ins:
       ShineOff [x64] v2.1.5 2.1.5.0
    Plug-ins that failed to load: NONE
    Flash:
       Mini Bridge
       Kuler
    Installed TWAIN devices: NONE

    I just did a fresh install of Windows 8 and Photoshop CS6 on a new disk to try and troubleshoot this issue that is actually still plaguing me.  I thought I had it solved by forcing Photoshop to use only one of my GPUs but after using it more and more the issue seemed to come back.  As you can see my video card drivers are UP TO DATE.  This is NOT a problem with my video card drivers bering out of date.
    This issue only started with CS6 and has annoyed me through 2 of my PC configurations.  Please fix it.
    Adobe Photoshop Version: 13.0.1 (13.0.1.2 20130522.r.24 2013/05/22:21:00:00) x64
    Operating System: Windows NT
    Version: 6.2
    System architecture: Intel CPU Family:6, Model:13, Stepping:7 with MMX, SSE Integer, SSE FP, SSE2, SSE3, SSE4.1, SSE4.2, HyperThreading
    Physical processor count: 6
    Logical processor count: 12
    Processor speed: 3500 MHz
    Built-in memory: 16325 MB
    Free memory: 14133 MB
    Memory available to Photoshop: 14668 MB
    Memory used by Photoshop: 60 %
    Image tile size: 128K
    Image cache levels: 4
    OpenGL Drawing: Enabled.
    OpenGL Drawing Mode: Advanced
    OpenGL Allow Normal Mode: True.
    OpenGL Allow Advanced Mode: True.
    OpenGL Allow Old GPUs: Not Detected.
    Video Card Vendor: NVIDIA Corporation
    Video Card Renderer: GeForce GTX 690/PCIe/SSE2
    Display: 2
    Display Bounds:=  top: 0, left: 1920, bottom: 1080, right: 3840
    Display: 1
    Display Bounds:=  top: 0, left: 0, bottom: 1080, right: 1920
    Video Card Number: 2
    Video Card: NVIDIA GeForce GTX 690
    OpenCL Unavailable
    Driver Version: 9.18.13.2601
    Driver Date: 20130622000000.000000-000
    Video Card Driver: nvd3dumx.dll,nvwgf2umx.dll,nvwgf2umx.dll,nvd3dum,nvwgf2um,nvwgf2um
    Video Mode: 1920 x 1080 x 4294967296 colors
    Video Card Caption: NVIDIA GeForce GTX 690
    Video Card Memory: 2048 MB
    Video Rect Texture Size: 16384
    Video Card Number: 1
    Video Card: NVIDIA GeForce GTX 690
    OpenCL Unavailable
    Driver Version: 9.18.13.2601
    Driver Date: 20130622000000.000000-000
    Video Card Driver: nvd3dumx.dll,nvwgf2umx.dll,nvwgf2umx.dll,nvd3dum,nvwgf2um,nvwgf2um
    Video Mode: 1920 x 1080 x 4294967296 colors
    Video Card Caption: NVIDIA GeForce GTX 690
    Video Card Memory: 2048 MB
    Video Rect Texture Size: 16384
    Serial number: Tryout Version
    Application folder: C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\
    Temporary file path: C:\Users\Neal\AppData\Local\Temp\
    Photoshop scratch has async I/O enabled
    Scratch volume(s):
      Startup, 139.7G, 111.4G free
    Required Plug-ins folder: C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\Required\
    Primary Plug-ins folder: C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\Plug-ins\
    Additional Plug-ins folder: not set
    Installed components:
       A3DLIBS.dll   A3DLIB Dynamic Link Library   9.2.0.112  
       ACE.dll   ACE 2012/06/05-15:16:32   66.507768   66.507768
       adbeape.dll   Adobe APE 2012/01/25-10:04:55   66.1025012   66.1025012
       AdobeLinguistic.dll   Adobe Linguisitc Library   6.0.0  
       AdobeOwl.dll   Adobe Owl 2012/06/26-12:17:19   4.0.95   66.510504
       AdobePDFL.dll   PDFL 2011/12/12-16:12:37   66.419471   66.419471
       AdobePIP.dll   Adobe Product Improvement Program   6.0.0.1654  
       AdobeXMP.dll   Adobe XMP Core 2012/02/06-14:56:27   66.145661   66.145661
       AdobeXMPFiles.dll   Adobe XMP Files 2012/02/06-14:56:27   66.145661   66.145661
       AdobeXMPScript.dll   Adobe XMP Script 2012/02/06-14:56:27   66.145661   66.145661
       adobe_caps.dll   Adobe CAPS   6,0,29,0  
       AGM.dll   AGM 2012/06/05-15:16:32   66.507768   66.507768
       ahclient.dll    AdobeHelp Dynamic Link Library   1,7,0,56  
       aif_core.dll   AIF   3.0   62.490293
       aif_ocl.dll   AIF   3.0   62.490293
       aif_ogl.dll   AIF   3.0   62.490293
       amtlib.dll   AMTLib (64 Bit)   6.0.0.75 (BuildVersion: 6.0; BuildDate: Mon Jan 16 2012 18:00:00)   1.000000
       ARE.dll   ARE 2012/06/05-15:16:32   66.507768   66.507768
       AXE8SharedExpat.dll   AXE8SharedExpat 2011/12/16-15:10:49   66.26830   66.26830
       AXEDOMCore.dll   AXEDOMCore 2011/12/16-15:10:49   66.26830   66.26830
       Bib.dll   BIB 2012/06/05-15:16:32   66.507768   66.507768
       BIBUtils.dll   BIBUtils 2012/06/05-15:16:32   66.507768   66.507768
       boost_date_time.dll   DVA Product   6.0.0  
       boost_signals.dll   DVA Product   6.0.0  
       boost_system.dll   DVA Product   6.0.0  
       boost_threads.dll   DVA Product   6.0.0  
       cg.dll   NVIDIA Cg Runtime   3.0.00007  
       cgGL.dll   NVIDIA Cg Runtime   3.0.00007  
       CIT.dll   Adobe CIT   2.0.5.19287   2.0.5.19287
       CoolType.dll   CoolType 2012/06/05-15:16:32   66.507768   66.507768
       data_flow.dll   AIF   3.0   62.490293
       dvaaudiodevice.dll   DVA Product   6.0.0  
       dvacore.dll   DVA Product   6.0.0  
       dvamarshal.dll   DVA Product   6.0.0  
       dvamediatypes.dll   DVA Product   6.0.0  
       dvaplayer.dll   DVA Product   6.0.0  
       dvatransport.dll   DVA Product   6.0.0  
       dvaunittesting.dll   DVA Product   6.0.0  
       dynamiclink.dll   DVA Product   6.0.0  
       ExtendScript.dll   ExtendScript 2011/12/14-15:08:46   66.490082   66.490082
       FileInfo.dll   Adobe XMP FileInfo 2012/01/17-15:11:19   66.145433   66.145433
       filter_graph.dll   AIF   3.0   62.490293
       hydra_filters.dll   AIF   3.0   62.490293
       icucnv40.dll   International Components for Unicode 2011/11/15-16:30:22    Build gtlib_3.0.16615  
       icudt40.dll   International Components for Unicode 2011/11/15-16:30:22    Build gtlib_3.0.16615  
       image_compiler.dll   AIF   3.0   62.490293
       image_flow.dll   AIF   3.0   62.490293
       image_runtime.dll   AIF   3.0   62.490293
       JP2KLib.dll   JP2KLib 2011/12/12-16:12:37   66.236923   66.236923
       libifcoremd.dll   Intel(r) Visual Fortran Compiler   10.0 (Update A)  
       libmmd.dll   Intel(r) C Compiler, Intel(r) C++ Compiler, Intel(r) Fortran Compiler   10.0  
       LogSession.dll   LogSession   2.1.2.1640  
       mediacoreif.dll   DVA Product   6.0.0  
       MPS.dll   MPS 2012/02/03-10:33:13   66.495174   66.495174
       msvcm80.dll   Microsoft® Visual Studio® 2005   8.00.50727.8035  
       msvcm90.dll   Microsoft® Visual Studio® 2008   9.00.30729.1  
       msvcp100.dll   Microsoft® Visual Studio® 2010   10.00.40219.1  
       msvcp80.dll   Microsoft® Visual Studio® 2005   8.00.50727.8035  
       msvcp90.dll   Microsoft® Visual Studio® 2008   9.00.30729.1  
       msvcr100.dll   Microsoft® Visual Studio® 2010   10.00.40219.1  
       msvcr80.dll   Microsoft® Visual Studio® 2005   8.00.50727.8035  
       msvcr90.dll   Microsoft® Visual Studio® 2008   9.00.30729.1  
       pdfsettings.dll   Adobe PDFSettings   1.04  
       Photoshop.dll   Adobe Photoshop CS6   CS6  
       Plugin.dll   Adobe Photoshop CS6   CS6  
       PlugPlug.dll   Adobe(R) CSXS PlugPlug Standard Dll (64 bit)   3.0.0.383  
       PSArt.dll   Adobe Photoshop CS6   CS6  
       PSViews.dll   Adobe Photoshop CS6   CS6  
       SCCore.dll   ScCore 2011/12/14-15:08:46   66.490082   66.490082
       ScriptUIFlex.dll   ScriptUIFlex 2011/12/14-15:08:46   66.490082   66.490082
       tbb.dll   Intel(R) Threading Building Blocks for Windows   3, 0, 2010, 0406  
       tbbmalloc.dll   Intel(R) Threading Building Blocks for Windows   3, 0, 2010, 0406  
       TfFontMgr.dll   FontMgr   9.3.0.113  
       TfKernel.dll   Kernel   9.3.0.113  
       TFKGEOM.dll   Kernel Geom   9.3.0.113  
       TFUGEOM.dll   Adobe, UGeom©   9.3.0.113  
       updaternotifications.dll   Adobe Updater Notifications Library   6.0.0.24 (BuildVersion: 1.0; BuildDate: BUILDDATETIME)   6.0.0.24
       WRServices.dll   WRServices Friday January 27 2012 13:22:12   Build 0.17112   0.17112
       wu3d.dll   U3D Writer   9.3.0.113  
    Required plug-ins:
       3D Studio 13.0.1 (13.0.1.2 20130522.r.24 2013/05/22:21:00:00)
       Accented Edges 13.0
       Adaptive Wide Angle 13.0
       ADM 3.11x01
       Angled Strokes 13.0
       Average 13.0.1 (13.0.1.2 20130522.r.24 2013/05/22:21:00:00)
       Bas Relief 13.0
       BMP 13.0
       Camera Raw 8.1
       Camera Raw Filter 8.1
       Chalk & Charcoal 13.0
       Charcoal 13.0
       Chrome 13.0
       Cineon 13.0.1 (13.0.1.2 20130522.r.24 2013/05/22:21:00:00)
       Clouds 13.0.1 (13.0.1.2 20130522.r.24 2013/05/22:21:00:00)
       Collada 13.0.1 (13.0.1.2 20130522.r.24 2013/05/22:21:00:00)
       Color Halftone 13.0
       Colored Pencil 13.0
       CompuServe GIF 13.0
       Conté Crayon 13.0
       Craquelure 13.0
       Crop and Straighten Photos 13.0.1 (13.0.1.2 20130522.r.24 2013/05/22:21:00:00)
       Crop and Straighten Photos Filter 13.0
       Crosshatch 13.0
       Crystallize 13.0
       Cutout 13.0
       Dark Strokes 13.0
       De-Interlace 13.0
       Dicom 13.0
       Difference Clouds 13.0.1 (13.0.1.2 20130522.r.24 2013/05/22:21:00:00)
       Diffuse Glow 13.0
       Displace 13.0
       Dry Brush 13.0
       Eazel Acquire 13.0.1 (13.0.1.2 20130522.r.24 2013/05/22:21:00:00)
       Embed Watermark 4.0
       Entropy 13.0.1 (13.0.1.2 20130522.r.24 2013/05/22:21:00:00)
       Extrude 13.0
       FastCore Routines 13.0.1 (13.0.1.2 20130522.r.24 2013/05/22:21:00:00)
       Fibers 13.0
       Film Grain 13.0
       Filter Gallery 13.0
       Flash 3D 13.0.1 (13.0.1.2 20130522.r.24 2013/05/22:21:00:00)
       Fresco 13.0
       Glass 13.0
       Glowing Edges 13.0
       Google Earth 4 13.0.1 (13.0.1.2 20130522.r.24 2013/05/22:21:00:00)
       Grain 13.0
       Graphic Pen 13.0
       Halftone Pattern 13.0
       HDRMergeUI 13.0
       IFF Format 13.0
       Ink Outlines 13.0
       JPEG 2000 13.0
       Kurtosis 13.0.1 (13.0.1.2 20130522.r.24 2013/05/22:21:00:00)
       Lens Blur 13.0
       Lens Correction 13.0
       Lens Flare 13.0
       Liquify 13.0
       Matlab Operation 13.0.1 (13.0.1.2 20130522.r.24 2013/05/22:21:00:00)
       Maximum 13.0.1 (13.0.1.2 20130522.r.24 2013/05/22:21:00:00)
       Mean 13.0.1 (13.0.1.2 20130522.r.24 2013/05/22:21:00:00)
       Measurement Core 13.0.1 (13.0.1.2 20130522.r.24 2013/05/22:21:00:00)
       Median 13.0.1 (13.0.1.2 20130522.r.24 2013/05/22:21:00:00)
       Mezzotint 13.0
       Minimum 13.0.1 (13.0.1.2 20130522.r.24 2013/05/22:21:00:00)
       MMXCore Routines 13.0.1 (13.0.1.2 20130522.r.24 2013/05/22:21:00:00)
       Mosaic Tiles 13.0
       Multiprocessor Support 13.0.1 (13.0.1.2 20130522.r.24 2013/05/22:21:00:00)
       Neon Glow 13.0
       Note Paper 13.0
       NTSC Colors 13.0.1 (13.0.1.2 20130522.r.24 2013/05/22:21:00:00)
       Ocean Ripple 13.0
       Oil Paint 13.0
       OpenEXR 13.0
       Paint Daubs 13.0
       Palette Knife 13.0
       Patchwork 13.0
       Paths to Illustrator 13.0
       PCX 13.0.1 (13.0.1.2 20130522.r.24 2013/05/22:21:00:00)
       Photocopy 13.0
       Photoshop 3D Engine 13.0.1 (13.0.1.2 20130522.r.24 2013/05/22:21:00:00)
       Picture Package Filter 13.0.1 (13.0.1.2 20130522.r.24 2013/05/22:21:00:00)
       Pinch 13.0
       Pixar 13.0.1 (13.0.1.2 20130522.r.24 2013/05/22:21:00:00)
       Plaster 13.0
       Plastic Wrap 13.0
       PNG 13.0
       Pointillize 13.0
       Polar Coordinates 13.0
       Portable Bit Map 13.0.1 (13.0.1.2 20130522.r.24 2013/05/22:21:00:00)
       Poster Edges 13.0
       Radial Blur 13.0
       Radiance 13.0.1 (13.0.1.2 20130522.r.24 2013/05/22:21:00:00)
       Range 13.0.1 (13.0.1.2 20130522.r.24 2013/05/22:21:00:00)
       Read Watermark 4.0
       Reticulation 13.0
       Ripple 13.0
       Rough Pastels 13.0
       Save for Web 13.0
       ScriptingSupport 13.0.1
       Shear 13.0
       Skewness 13.0.1 (13.0.1.2 20130522.r.24 2013/05/22:21:00:00)
       Smart Blur 13.0
       Smudge Stick 13.0
       Solarize 13.0.1 (13.0.1.2 20130522.r.24 2013/05/22:21:00:00)
       Spatter 13.0
       Spherize 13.0
       Sponge 13.0
       Sprayed Strokes 13.0
       Stained Glass 13.0
       Stamp 13.0
       Standard Deviation 13.0.1 (13.0.1.2 20130522.r.24 2013/05/22:21:00:00)
       Sumi-e 13.0
       Summation 13.0.1 (13.0.1.2 20130522.r.24 2013/05/22:21:00:00)
       Targa 13.0
       Texturizer 13.0
       Tiles 13.0
       Torn Edges 13.0
       Twirl 13.0
       U3D 13.0.1 (13.0.1.2 20130522.r.24 2013/05/22:21:00:00)
       Underpainting 13.0
       Vanishing Point 13.0
       Variance 13.0.1 (13.0.1.2 20130522.r.24 2013/05/22:21:00:00)
       Variations 13.0.1 (13.0.1.2 20130522.r.24 2013/05/22:21:00:00)
       Water Paper 13.0
       Watercolor 13.0
       Wave 13.0
       Wavefront|OBJ 13.0.1 (13.0.1.2 20130522.r.24 2013/05/22:21:00:00)
       WIA Support 13.0.1 (13.0.1.2 20130522.r.24 2013/05/22:21:00:00)
       Wind 13.0
       Wireless Bitmap 13.0.1 (13.0.1.2 20130522.r.24 2013/05/22:21:00:00)
       ZigZag 13.0
    Optional and third party plug-ins: NONE
    Plug-ins that failed to load: NONE
    Flash:
       Mini Bridge
       Kuler
    Installed TWAIN devices: NONE

  • Problem with layering over one track

    Okay so I'm making a track with my guitar. When I make a mistake...I like to go back and fix it (like add an echo or sustain) then when I move the bar over to add that one little part on one track...the rest of it erases. Is there something I can do so when I crop, it doesn't erase what I had before. I don't want to make millions of extra tracks just because I made a mistake. It's dumb to start the track all over.
    Also can I change time signature and tempo in one song?

    What I described is the best way to do it. You replace what you did originally with the new region. You can resize the old region to hide the mistake so you don't hear it.
    You can of course try to use the Count In feature (assuming GB3 still has it), but most people find no end of trouble trying to do that. What I described is simple, and gets the result exactly as you want it ... you wind up with a single track.

  • Slideshow widget layered over layout

    The slideshow widget frame is plopped over part of the page layout. Can it be moved and kept beyond the page to allow working on the layout underneath or do I have to move it and bring it back for each session?

    Hi,
    If you are using a lightbox widget then you can click on the blue options button and uncheck 'Show lightbox part while editing'. Otherwise you will have to move it everytime.
    Regards,
    Abhishek Maurya

  • Trouble putting layers over video plugin

    I'm using Dreamweaver 8 for mac.
    I have my video plugin in a table z layer 2. I set the
    parameters for the .m4v file set to wmode = transparent.
    I'm attempting to put a gif to make a permanent headline on
    top of the video. This is layer 1 z layer 1. When I go to preview
    this in firefox or safari, the video plugin is always on top. What
    am I doing wrong?

    All Active content on a page will always rise to the top, so
    to speak,
    including Flash, certain form elements, Java applets, and
    Active X controls.
    This means that each of these will poke through layers. There
    is not a good
    cross-browser/platform reliable way to solve this issue, but
    if you can be
    confident in your visitors using IE 5+ or NN6+, then you can
    use the Flash
    wmode parameter (however, Safari does not support this
    properly!).
    Adobe articles:
    http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_15523
    http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_14201
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "walleye49" <[email protected]> wrote in
    message
    news:[email protected]...
    > I'm using Dreamweaver 8 for mac.
    >
    > I have my video plugin in a table z layer 2. I set the
    parameters for the
    > .m4v file set to wmode = transparent.
    >
    > I'm attempting to put a gif to make a permanent headline
    on top of the
    > video.
    > This is layer 1 z layer 1. When I go to preview this in
    firefox or
    > safari, the
    > video plugin is always on top. What am I doing wrong?
    >
    >
    >
    >
    > #Layer1 {
    > position:absolute;
    > left:147px;
    > top:99px;
    > width:803px;
    > height:105px;
    > z-index:1;
    > visibility: visible;
    > }
    > #Layer2 {
    > position:absolute;
    > left:10px;
    > top:27px;
    > width:800px;
    > height:131px;
    > z-index:2;
    > visibility: visible;
    > }
    > #Layer3 {
    > position:absolute;
    > left:11px;
    > top:322px;
    > width:151px;
    > height:125px;
    > z-index:3;
    > }
    > .style6 {font-size: 12px; font-family: Arial, Helvetica,
    sans-serif; }
    > .style8 {font-weight: bold; font-family: Arial,
    Helvetica, sans-serif;}
    > .style1 {color: #000000}
    > .style10 {color: #0000FF}
    > .style11 {color: #FF0000}
    > .style12 {color: #FFFF00}
    > .style13 {color: #00FF00}
    > .style15 {color: #FFFFFF}
    > .style3 {color: #0066CC}
    > #Layer4 {
    > position:absolute;
    > left:11px;
    > top:-1px;
    > width:139px;
    > height:86px;
    > z-index:1;
    > }
    > -->
    > </style>
    > </head>
    >
    > <body>
    > <div id="Layer2">
    > <table width="800" border="0">
    > <tr>
    > <td width="640"><embed
    >
    src="web-content/flash/videopodcasts/1MyBlue-desktop.m4v"
    width="640"
    > height="496"
    wmode="transparent"></embed></td>
    > <td width="156"><h3 align="center"
    class="style8">Testimonials</h3>
    > <p class="style6">I highly recommend the services
    of All About
    > Insurance. As a new business owner I was quite concerned
    about the high
    > cost
    > of health insurance. After meeting with Craig and going
    through the many
    > options available. I was pleasantly surprised with the
    HSA plan he
    > discovered
    > for me and my family. Thanks Craig. </p>
    > <p class="style6"><strong>Tony Rubleski -
    President Mind Capture
    > Group,
    > Spring Lake MI</strong></p></td>
    > </tr>
    > <tr>
    > <td colspan="2"><iframe
    > src="
    http://prospectzone.com/quote/start.jsp?login=walleye49"
    > frameborder="no"
    > width="800 " height="700" hspace="0"
    vspace="0"></iframe></td>
    > </tr>
    > <tr>
    > <td> </td>
    > <td> </td>
    > </tr>
    > </table>
    > </div>
    > <div id="Layer4"><img
    src="web-content/images/covermihead.gif" alt="you
    > searched for myblue on google" width="815" height="143"
    /></div>
    > </body>
    >
    > </html>
    >

  • Object with fill turning to white when layered over color bg

    I have an object (2 color logo) and when I move it over a colored bg, it turns to white. ?? I have grouped it, selected bring to front but still nothing. In appearance box it shows full color. There is no layer filter on-it says normal and 100% opacity. I have created a second layer but top layer still shows colored item as white unless I have the art board as bg. Frustrated and stumped. Thanks for any insight.

    You are welcome, webster.
    Good thought!
    Or lucky oversight.

  • Transforming Layers Over Time in Photoshop CS6 | The Complete Picture with Julieanne Kost | Adobe TV

    Did you know that you can not only reposition but also transform images over time? In this Episode of The Complete Picture, Julieanne demonstrates how easy it is using the power of Smart Objects in Photoshop CS6.
    http://adobe.ly/QQ13iD

    Hello,
    I'm actually trying to realize this type of manipulations, but with the Photoshop CS5 Extended edition. Unfortunately, when I convert my layer into a smart object I don't get the transformation option. Is there some way to do this with my version?

  • Overlapping layers over and under. Local layering

    Back when they had a preview of what could be in CS6 there was a video where they had 5 layers, one the back ground then the remain 4 were like match sticks, arrange to overlap each other to form a square or tic tac toe board.  Where you can then create woven layers.
    http://youtu.be/3bfjRT-Rt5k
    Is it possible to do this yet?

    As far as I know, that is something that is under development and not part of PS yet.  Only way to do that currently is with layer mask.

Maybe you are looking for

  • Scheduled report failing with "Incorrect log on parameters"

    I am having trouble with a report scheduled on our Crystal Enterprise Server.  I didn't design this report but am responsible for supporting the server, so I am trying to determine if this is a server issue or not.  The user who designs these reports

  • Java oracle.apps.xdo.oa.util.XDOLoader  - BI Publisher 5.6.3 in EBS 11i/r12

    Hello, I have gone through the metalini note 469585.1 and found following. java oracle.apps.xdo.oa.util.XDOLoader \ DOWNLOAD \ -DB_USERNAME apps \ -DB_PASSWORD apps \ -JDBC_CONNECTION ap000sun:1521:apps115 \ -LOB_TYPE TEMPLATE \ -APPS_SHORT_NAME XDO

  • Division wise item

    Dear Experts, My client is having divisions and they have a seperate product list for each Division as well as a seperate customer list for each division. In accounts, segmentation is used based on divivsions and seperate number series are defined fo

  • BB 9650, WIFI in house, did I do this correctly?

    Hi, I wanted to use my WIFI as much as I could, I first went into manage connections, and thought I could shut off Mobile network verizon, I did, internet worked, but I did not recieve calls. Next try, I have both mobile and wifi connected. I went to

  • Reg : Issuing Idocs after changes to orders

    Hi Frens , I am having one query . Idoc to be issued everytimes changes occur in a sales order. May be from VA02 or may be from end user's program. can i use cdhdr or cdpos table in my requirement (VOFM). or is there any fields are available in commu