Gallery Demo and IE7 Z-Index Bug

What is the workaround that corrects the problem in IE7
whereby Spry's Grow function shows enlarged images behind (not on
top) of their adjacent micro thumbs. Thanks in advance.

I'm confused. The example for Spry gallery DOESN'T use an
anchor tag around the thumbnails... In your article and in some
posts, you say that the structure is:
<div id="thumbnails">
<div class="thumbnail">
<a href="image.jpg"><img src="image.jpg"
/></a>
</div>
</div>
However, I downloaded Spry_1_6_1_022408 and copied the
example thumbnails element & content verbatim:
<div id="thumbnails" spry:region="dsPhotos dsGalleries
dsGallery">
<div spry:repeat="dsPhotos"
onclick="HandleThumbnailClick('{ds_RowID}');"
onmouseover="GrowThumbnail(this.getElementsByTagName('img')[0],
'{@thumbwidth}', '{@thumbheight}');"
onmouseout="ShrinkThumbnail(this.getElementsByTagName('img')[0]);">
<img id="tn{ds_RowID}" alt="thumbnail for {@thumbpath}"
src="galleries/{dsGalleries::@base}{dsGallery::thumbnail/@base}{@thumbpath}"
width="24" height="24" style="left: 0px; right: 0px;" />
</div>
<p class="ClearAll"></p>
</div>
NO ANCHOR TAG. Even if you look in the generated source,
there's no link surrounding the thumbnail image.
So I guess I am unclear as to how to apply your fix? Using
the 1.6.1 version, the sample function code you show doesn't match,
nor does it seem to reflect your modifications...
Any ideas? I managed to track down your post about the bug in
IE 7 (it exists in IE6, too) [the demo link (
http://mad.sweepingdesign.com/index.html)
goes to a page that says "It works!"]
The actual article can be found here, though the demo link
shows nothing:
http://www.sweepingdesign.com/wordpress/2007/11/18/spry-gallery-demo-and-ie7-z-index-bug/

Similar Messages

  • IE7 z-index bug

    My Spry drop down menu appears behind the text on my pages in
    IE7, because of the apparently well-known bug in IE7's
    implementation of positioned elements and stacking contexts (
    explanation
    here).
    Is there a solution, or will I have to create a different
    menu system for IE, and do some browser-sniffing? Bit of a drag,
    that...
    Here's the problem in action (if you use IE7...) go
    here
    and click on the "MENU" icon in the top left of the screen...
    Thanks for any advice.

    Hi Gaurav! Thanks for your reply.
    I do indeed use a lot of Javascript, but it's all
    encapsulated ("namespaced") and so it shouldn't be interfering with
    anything!
    Maybe I tweaked something in the Spry code that I shouldn't
    have, but I can't imagine what...
    I will try rebuilding the Spry menu, as you suggest.
    Cheers

  • Spry Gallery Demo Grow effect problems

    Im learning and trying to recreate the spry gallery demo with
    the growing thumbnails.
    I have replicated pretty much all the code and used the same
    onmouseover gallery.js and spryeffects.js but I just get an error
    on page and no grow.
    If I use the attribute panel and use the grow effect it does
    work but the thumbnails around the one growing are pushed around
    instead of the growing thumbnail appearing on top.
    I'm stuck!
    My code for the thumnail region is here:
    <div id="thumbcontainer" spry:region="dsGallery">
    <div spry:repeat="dsGallery"
    onmouseover="GrowThumbnail(this.getElementsByTagName('img')[0],
    '75', '75');"
    onmouseout="ShrinkThumbnail(this.getElementsByTagName('img')[0]);">
    <img src="thumbnails/{@thumbpath}" alt="" width="32"
    height="32" id="tn{ds_RowID}" style="left: 0px; right: 0px;"
    spry:setrow="dsGallery" class="thumbImage"/>
    </div>
    </div>
    Any suggestions

    I'm confused. The example for Spry gallery DOESN'T use an
    anchor tag around the thumbnails... In your article and in some
    posts, you say that the structure is:
    <div id="thumbnails">
    <div class="thumbnail">
    <a href="image.jpg"><img src="image.jpg"
    /></a>
    </div>
    </div>
    However, I downloaded Spry_1_6_1_022408 and copied the
    example thumbnails element & content verbatim:
    <div id="thumbnails" spry:region="dsPhotos dsGalleries
    dsGallery">
    <div spry:repeat="dsPhotos"
    onclick="HandleThumbnailClick('{ds_RowID}');"
    onmouseover="GrowThumbnail(this.getElementsByTagName('img')[0],
    '{@thumbwidth}', '{@thumbheight}');"
    onmouseout="ShrinkThumbnail(this.getElementsByTagName('img')[0]);">
    <img id="tn{ds_RowID}" alt="thumbnail for {@thumbpath}"
    src="galleries/{dsGalleries::@base}{dsGallery::thumbnail/@base}{@thumbpath}"
    width="24" height="24" style="left: 0px; right: 0px;" />
    </div>
    <p class="ClearAll"></p>
    </div>
    NO ANCHOR TAG. Even if you look in the generated source,
    there's no link surrounding the thumbnail image.
    So I guess I am unclear as to how to apply your fix? Using
    the 1.6.1 version, the sample function code you show doesn't match,
    nor does it seem to reflect your modifications...
    Any ideas? I managed to track down your post about the bug in
    IE 7 (it exists in IE6, too) [the demo link (
    http://mad.sweepingdesign.com/index.html)
    goes to a page that says "It works!"]
    The actual article can be found here, though the demo link
    shows nothing:
    http://www.sweepingdesign.com/wordpress/2007/11/18/spry-gallery-demo-and-ie7-z-index-bug/

  • No Thumbs or Main Image with Spry Gallery Demo

    Hi everyone, DW CS3 newbie here.
    I hope this topic hasn't been beaten into the ground yet.
    I'm trying to put together a site
    (members.cox.net/rangersbu9/gallery.html) for my son's soccer team
    and am running into a wall getting the original, dynamic Spry
    gallery demo to work. I've done my best to collect and modify the
    required files and place them appropriately but, when the files are
    loaded on the live server (the wrap div contents are all but
    invisible when I view with IE7 locally, apparently due to the PC
    not be set up as local server) the thumbs are 'x's and the main
    image is a 1px x 1px dot.
    The controls will highlight between the empty thumbs and the
    gallery pull-down will select between the two options I've put in
    the XML file but that's about it. Perhaps it is my ignorance, but
    it seems like a ( src= ) tag is missing in the 'mainImageOutline'
    div because I cannot understand where the main picture is coming
    from otherwise.
    Any insight from the source at the link above? Please keep in
    mind I have two week's experience with DW and website building but
    do have a programming background (from a few decades ago :->). I
    believe I have the un-updated CS3 Spry version, if that matters.
    Many thanks to Don and others here for posts that have helped
    me get this far.
    -Kurt

    Update:
    Got the thumbs to appear. Had them physically sized larger
    than the XML fields stated. However, they will not grow/shrink. In
    digging through gallery.js, I see that those two functions call
    Spry.Effects.SizeAndPosition() - I cannot find that function in any
    of the includes (i.e. SpryEffects.js). Spry.Effects.Size yes, but
    not SizeAndPosition. Wondering if this gallery.js calls a later
    version of SpryEffects.js than I currently have installed (it's
    Spry 1.4). I will download 1.6 and check it out but if anyone has
    any other input, please let me know.
    Still no main image. In gallery.js I found ShowCurrentImage()
    which had a hardcoded path to the images that did not match mine.
    Corrected the path but no change.
    Any suggestions?
    Thanks.
    -Kurt

  • Flash in IE6 and IE7

    Hallo,
    lately I got some error messages from our customers about two
    websites containing flash movies:
    http://express.motionet.de/
    and
    http://demo.aziza.biz/expresstv/
    Both are the same pages on different servers (using
    progressive download).
    But while the second is working fine, the first doesn't
    display the movie or the movie preview for some IE 6 or IE 7
    browsers. I can view both movies without problems in Firefox AND in
    IE 7. But my customers normally use IE and reported this error.
    (The movies are normal FLVs, so there should not be a problem
    with the movies.)
    I already searched this forum for similar problems without
    results.

    Remove the following from above the <DOCTYPE>
    <!--begin HTML tag-->
    Ken Ford
    Adobe Community Expert - Dreamweaver
    Fordwebs, LLC
    http://www.fordwebs.com
    "bparizek" <[email protected]> wrote in
    message
    news:ft8deh$i67$[email protected]..
    >I just upgraded to version 1.6.1 of the Spry Accordion on
    a site I work on.
    > Works great in Firefox, Safari and Opera, but I'm
    getting a weird page
    > flash in
    > IE6 and IE7 whenever I change between panels. The page
    flashes and seems
    > to
    > reset with the focus somewhere in the middle of the page
    (if the browser
    > is
    > sized smaller than the content). Here is the page:
    >
    http://www.laurabarringer.com/gallery
    >
    > Would be glad if anyone could point me in the direction
    of what I might
    > have
    > done that is causing this. CSS? HTML?
    >
    > Thanks.
    >

  • Photo Gallery Demo Problem

    I'm trying to understand the Photo Gallery demo so I can
    replicate the function for use on various sites. I've copied the
    html, xml, javascript and some of the photo file elements to my
    hard drive. I initially modified the file structures to something
    more of my liking, but had some problems with the links. I've since
    mimicked the structures so I can reduce the initial errors, but I
    am stumped at the var dsGallery and var dsPhotos statements that
    dynamically link to the China, Paris and Egypt photo databases. In
    the original dynamic definition, DreamWeaver only parses the
    dsGalleries XML definition, not defining the dsGallery and dsPhoto
    nodes. I wasn't too concerned about that given the variable nature,
    but nothing except the pull-down menu and controls displayed in the
    browser. DreamWeaver shows correct parsing of the dsGalleries XML,
    dsGallery and dsPhoto nodes only when I eliminate the dynamic
    linking and set it to one of the static links (Egypt). This fails
    in the browser to link to the data, giving a display that shows the
    correct number of empty thumbnail frames but without the displayed
    photos, no Spry effects, and no large photo display. I'm sure I
    have multiple reference errors, but I don't see them. Any ideas?
    Initial Photo Demo page:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN" "
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <!-- Copyright (c) 2006. Adobe Systems Incorporated. All
    rights reserved. -->
    <html xmlns="
    http://www.w3.org/1999/xhtml"
    xmlns:spry="
    http://ns.adobe.com/spry">
    <head>
    <meta http-equiv="Content-Type" content="text/html;
    charset=ISO-8859-1" />
    <title>Gallery</title>
    <link rel="stylesheet" type="text/css"
    href="../css/screen.css">
    <script type="text/javascript"
    src="../SpryAssets/xpath.js"></script>
    <script type="text/javascript"
    src="../SpryAssets/SpryData.js"></script>
    <script type="text/javascript"
    src="../SpryAssets/SpryEffects.js"></script>
    <script type="text/javascript">
    var dsGalleries = new
    Spry.Data.XMLDataSet("galleries/galleries.xml",
    "galleries/gallery");
    var dsGallery = new
    Spry.Data.XMLDataSet("galleries/{dsGalleries::@base}{dsGalleries::@file}",
    "gallery");
    var dsPhotos = new
    Spry.Data.XMLDataSet("galleries/{dsGalleries::@base}{dsGalleries::@file}",
    "gallery/photos/photo");
    </script>
    <script src="../SpryAssets/gallery.js"
    type="text/javascript"></script>
    </head>
    <body id="gallery">
    <noscript><h1>This page requires JavaScript.
    Please enable JavaScript in your browser and reload this
    page.</h1></noscript>
    <div id="wrap">
    <h1 id="albumName"
    spry:region="dsGallery">{sitename}</h1>
    <div id="previews">
    <div id="galleries" spry:region="dsGalleries">
    <label for="gallerySelect">View:</label>
    <select spry:repeatchildren="dsGalleries"
    id="gallerySelect"
    onchange="dsGalleries.setCurrentRowNumber(this.selectedIndex);">
    <option spry:if="{ds_RowNumber} == {ds_CurrentRowNumber}"
    selected="selected">{sitename}</option>
    <option spry:if="{ds_RowNumber} !=
    {ds_CurrentRowNumber}">{sitename}</option>
    </select>
    </div>
    <div id="controls">
    <ul id="transport">
    <li><a href="#" onclick="StopSlideShow();
    AdvanceToNextImage(true);"
    title="Previous">Previous</a></li>
    <li class="pausebtn"><a href="#" onclick="if
    (gSlideShowOn) StopSlideShow(); else StartSlideShow();"
    title="Play/Pause" id="playLabel">Play</a></li>
    <li><a href="#" onclick="StopSlideShow();
    AdvanceToNextImage();" title="Next">Next</a></li>
    </ul>
    </div>
    <div id="thumbnails" spry:region="dsPhotos dsGalleries
    dsGallery">
    <div spry:repeat="dsPhotos"
    onclick="HandleThumbnailClick('{ds_RowID}');"
    onmouseover="GrowThumbnail(this.getElementsByTagName('img')[0],
    '{@thumbwidth}', '{@thumbheight}');"
    onmouseout="ShrinkThumbnail(this.getElementsByTagName('img')[0]);">
    <img id="tn{ds_RowID}" alt="thumbnail for {@thumbpath}"
    src="galleries/{dsGalleries::@base}{dsGallery::thumbnail/@base}{@thumbpath}"
    width="24" height="24" style="left: 0px; right: 0px;" />
    </div>
    <p class="ClearAll"></p>
    </div>
    </div>
    <div id="picture">
    <div id="mainImageOutline" style="width: 0px; height:
    0px;"><img id="mainImage" alt="main image" /></div>
    </div>
    <p class="clear"></p>
    </div>
    </body>
    </html>
    Fixed reference version:
    <head>
    var dsGalleries = new
    Spry.Data.XMLDataSet("Graphics/galleries/galleries.xml",
    "galleries/gallery");
    var dsGallery = new
    Spry.Data.XMLDataSet("Graphics/galleries/egypt/Egyptphotos.xml",
    "gallery");
    var dsPhotos = new
    Spry.Data.XMLDataSet("Graphics/galleries/egypt/Egyptphotos.xml",
    "gallery/photos/photo");
    </script>
    Supporting files galleries.xml and Egyptphotos.xml
    <?xml version="1.0" encoding="UTF-8"?>
    <galleries>
    <gallery base="Graphics/galleries/egypt/"
    file="Egyptphotos.xml">
    <sitename>Egypt</sitename>
    <photographer>Don Booth</photographer>
    <contactinfo>
    http://www.adobe.com</contactinfo>
    <email>[email protected]</email>
    <security><![CDATA[]]> </security>
    </gallery>
    ... duplicate China and Paris declarations
    </gallery>
    </galleries>
    <?xml version="1.0" encoding="UTF-8"?>
    <gallery
    base = ""
    background = "#FFFFFF"
    banner = "#F0F0F0"
    text = "#000000"
    link = "#0000FF"
    alink = "#FF0000"
    vlink = "#800080"
    date = "1/10/2006">
    <sitename>Egypt Gallery</sitename>
    <photographer>Don Booth</photographer>
    <contactinfo>
    http://www.adobe.com</contactinfo>
    <email>[email protected]</email>
    <security><![CDATA[]]> </security>
    <banner font = "Arial" fontsize = "3" color =
    "#F0F0F0"> </banner>
    <thumbnail base
    ="../../gallery/galleries/egypt/thumbnails/" font = "Arial"
    fontsize = "4" color = "#F0F0F0" border = "0" rows = "3" col =
    "5"> </thumbnail>
    <large base ="../../gallery/galleries/egypt/images/" font
    = "Arial" fontsize = "3" color = "#F0F0F0" border = "0">
    </large>
    <photos id = "images">
    <photo
    path = "egypt_01.jpg"
    width = "350"
    height = "262"
    thumbpath = "egypt_01.jpg"
    thumbwidth = "75"
    thumbheight = "56">
    </photo>
    </photos>
    </gallery>

    Please delete this posting. I've found the full original
    information in the v1.6 pre-release information and will compare to
    that baseline.

  • What's With Flash and IE7 ?

    I have noticed a number of posting of Flash and IE7 troubles,
    but they are not close enough or succinctly worded enough to suit
    me to glom onto their post with my problem, and I noticed that the
    ones who have a problem similar to mine are not being answered. So,
    I take it that there is definitely a problem with Flash and IE7,
    but no one knows the answer and Microsoft has not risen to the
    problem of dealing with a problem that affects hundreds of
    thousands of users. I have posted the following on a Microsoft
    forum, but have received no reponses there as of yet. Hopefully the
    Flash gurus here will be able to rise to the occasion more quickly
    than their Microsoft IE counterparts.
    If you look at the home page for
    http://www.townofstarprairie.com/
    using FireFox or IE 6 (with security settings lowered), you'll
    notice a scrolling flash text box at the top, and an exact
    duplicate of that text box at the very bottom of the page.
    If you use IE 7, the one on top does not show but the one on
    the bottom of the page does. These two Flash boxes are identical in
    every way.
    I have toyed with my IE 7 settings to the point where IE was
    screaming at me that the world was going to come to an end due to
    my low security settings, and still the one on top does not show.
    What ever could be the problem with this?
    Thank you for any help you can provide!

    Nickels55, you are correct....mostly.
    One of my acquaintances busted into the weather.com code and
    sent me the source. After much trial and error, I found that by
    removing the STYLE block completely, I no longer had a problem. I
    even tried removing the styles between the STYLE block, but that
    didn't work. I had to remove the STYLE tags, too. I tried linking
    out to a style page to no avail , btw.
    For a while, you can see a bust of this problem at
    http://www.townofstarprairie.elitecyberdesign.com/index.cfm?optionid=5877
    What's really weird is that this problem only affects the
    Flash code ABOVE the Weather.com widget (you would think it would
    affect below, but such is not the case), and only in IE 7.
    Very strange.

  • Gallery Demo doesn't work in IE

    I know i'm re-posting this but i can't belive this is so. So
    i'm hoping people just didn't see my second message rather than
    simply ignoring the fact that the gallery demo by Adobe doesn't
    work right in IE (at least in mine with SP2).
    If you notice when the main image changes there's a flicker
    where it shows the previous image and only then the chosen image.
    In the thumbnails the thumbnail that's being hovered over doesn't
    stay on top of both images on either side.
    Now my question is, does this problem have a solution or does
    it simply not work in IE and that's fine by all?!!
    Best,
    Sofia

    Hi Sofia,
    I answered your original post of this question
    here.
    Lets move the conversation back to that thread so we can have
    it all in one place.
    Thanks,
    --== Kin ==--

  • Spry Tabbed Panels overwritting popup menu in IE6 and IE7 but display fine in Firefox

    I am new to Spry and Dreamweaver CS3 and would appreciate any
    help anyone can give. I am having an issue with Spry Tabbed Panels
    appearing above a navigation bar pop up menu only in IE6 and IE7.
    Everyhting works like expected in FF. I have several product pages
    that are exhibiting the same issue. I am not having this issue when
    using Spry Accordian. Would someone be able to educate me on what I
    can do to fix this problem. One of the product pages that is
    exhibiting this problem is
    Page
    with display issue

    The IE browsers implement z-indexing differently than most
    browsers ... specifically, IE browsers establish a new z-index
    context if you set the position CSS property of an element to
    anything other than static.
    What this means is that if you set something to
    position:relative ... any z-index values of children inside that
    element will be relative to that element.
    In your case, you seem to have a position relative on your
    div FWTableContainer1966866324. If you set the z-index value to
    something like 10, you'll notice that it fixes the problem.
    --== Kin ==--

  • CS3 Loader component and IE7

    I'm not too sure I want to troubleshoot anymore when it comes
    to the Loader component and IE7, but I wanted to check if anyone
    has anything new on the matter. All searches concerning this issue
    show unanswered posts, so I guess it's just another bug/conflict
    that Adobe isn't concerned about or if the issue is just with IE7.
    The main issue is when loading images into the loader component,
    scaleContent set to default (true), autoLoad set to default (true),
    when images are loaded, they are not always aligned properly in the
    center. Plus, most of the time I see a flicker of the image
    appearing either on the top left or bottom left of the loader
    before the image appears as it should. I've even tried AS2 to
    center the loader.content._x and loader.content._y on
    listener.complete (see code), but randomly the loaded image's (0,0)
    position seems to be in the center of the loader (I was going to
    provide a screen shot of what I'm talking about, but I think the
    explanation is clear). All the above works great on Firefox, Opera,
    Safari, and even the crappy AOL browser, but not consistently on
    IE7.
    Is this a known issue or an unsolved bug?
    Unless anyone has an answer to the above, I would like to
    also ask around about purchasing loader components online. I've
    seen several, but wanted some testimonials from people who have
    used them.
    If anyone wants to visually see what I'm talking about, go to
    Design Visions of
    Austin and click "on the boards". If you compare the website
    using Firefox versus IE7, you will see what I mean.
    Thanks to anyone who can help. I hope this post doesn't go
    unanswered. In the past, I've helped a lot of people, so I would
    appreciate if someone could help me for once :) thanks again...
    I just realized... two variables I mentioned in my code were
    assigned prior to the attached code.
    var cpLoader:mx.controls.Loader;
    var cpLoaderWidth:Number = cpLoader.width;
    var cpLoaderHeight:Number = cpLoader.height;

    The flicker happens on both FF2 and IE7, and is because you
    are positioning after the load is complete. To solve this, set the
    visibility of the Loader to false (cPLoader._visible = false;)
    before moving the content, and to true after. IE (you could try it
    this way, but it might not work)
    cpLoaderListener.complete = function(evt_obj:Object) {
    mcPreloaderClip._visible = cpLoader._visible = false;
    var cpLoaderContentWidth:Number = cpLoader.content._width;
    var cpLoaderContentHeight:Number = cpLoader.content._height;
    cpLoader.content._x = (cpLoaderWidth - cpLoaderContentWidth)
    / 2;
    cpLoader.content._y = (cpLoaderHeight -
    cpLoaderContentHeight) / 2;
    cpLoader._visible = true;
    It would be better to set cpLoader._visible = false on the
    button click that loads the image, maybe with an automatic fade out
    implemented to make it smoother. Then setting it back to true after
    moving it fixes the flicker effect.
    As for the centering not working in IE7. The very first image
    does not center properly in IE7, but after that everything works
    identical to FF. I am unsure how to fix that issue. I have always
    implemented a centering script myself to ensure that things get
    centered properly, and have not yet had any problems with it.

  • Feature Request for Gallery Demo

    Hi, Kin
    Elsewhere, a while back, you mentioned it would be possible
    to have a caption in the Gallery demo by adding something to the
    photos.xml file? I'm a lightweight when it comes to writing
    javascript but I can typically read functions well-enough to
    understand how to hack what I want.
    Is there an example somewhere that shows the gallery demo
    with a caption? Is there a resource I could look at? Suggestions?
    Thanks
    DC

    Hi Donna,
    Take a look at this
    post.
    I just verified that it actually works for starting the Slide
    Show, but it also has the side effect of auto-starting the slide
    show when you change the gallery you are looking at with the select
    widget. But that might be desirable right?
    I'm guessing you're going to want to have a caption for each
    image right? If so, you'll have to edit the photos.xml file and add
    a caption entry for each photo. For example in the
    galleries/china/photos.xml file you'll see lots of photo tags of
    the form:
    <photo path="china_01.jpg" width="263" height="350"
    thumbpath="china_01.jpg" thumbwidth="56" thumbheight="75">
    </photo>
    If you're guaranteed to have a short one line captions, you
    can add it as an attribute to the photo tag:
    <photo path="china_01.jpg" width="263" height="350"
    thumbpath="china_01.jpg" thumbwidth="56" thumbheight="75"
    caption="Me, myself &amp; I at the great wall!">
    </photo>
    Or you can add the caption as a tag underneath the photo
    node:
    <photo path="china_01.jpg" width="263" height="350"
    thumbpath="china_01.jpg" thumbwidth="56" thumbheight="75">
    <caption>Me, myself &amp; I at the great
    wall!</caption> </photo>
    To add the caption to the HTML page, you simply need to add a
    spry:detailregion some place near the main image:
    <div id="mainImageOutline" style="width: 0px; height:
    0px;"> <img id="mainImage" alt="main image" /></div>
    <div id="mainImageCaption" spry:detailregion="
    dsPhotos">{caption}</div>
    The reason you have to use a detail region is because the
    code will set the current row of the dsPhotos data set to the row
    that contains the URL for the main image. Because detail regions
    listen for row changes, the caption will auto-magically update
    itself when the main image changes.
    In the example above I used a {caption} data reference. If
    you went the route of using a caption attribute, you would have to
    use {@caption} instead.
    Hope this helps! :-)
    --== Kin ==--

  • Query to include all PC 's office suites and IE7/8/9/10,OS sp,office SP on sccm 2012

    hi team, is it possible to have a report or a query to  include all PC 's office suites (2003 standard, 2010 enterprise,etc) and IE7/8/9/10,OS sp,office SP on sccm 2012? I have 2400 PC. I need a csv to have all this information of mgmt to filter the
    information they need. any advice please? I tried one to have them in differnt query report because IE9/10 doesn't show in installed software. but when they do vlookup then some entries' OS and SP became N.A. Though the original report has no such issue. In
    my report, I have the first tab to have all inventory of 2400 PC. the other tab has Office or IE, around 800 to 1800 pc for each sheet. any advice please?Thanks
    Thanks and best regards, -- KF

    http://easyadminscripts.blogspot.com/2013/09/internet-explorer-version-sccm.html
    http://www.windows-noob.com/forums/index.php?/topic/661-how-can-i-create-a-query-to-find-systems-with-office-2007-installed/
    Mike Crowley | MVP
    My Blog --
    Planet Technologies

  • IOS 4.3.2 has "Index bug".

    I'm experiencing "index bug" within korean version iOS 4.3.2 system. http://i.imgur.com/F9BWs.png
    It seems alright at the first stage, but then, whenever i try to sync something else,  "index bug" is detected in ipod

    stockli wrote:
    Apple's probably not concerned about fixing battery life issues or animation lag at this point as they are trying to get people to start desiring a faster phone with longer battery life... hence the upcoming release of iPhone 5. If they were to fix ALL the OS problems so the phone was stable and as efficient as could be, many people would be less inclined to buy the new phone.
    It's how businesses work.
    I'm sorry this is wrong and completely absurd. My phone is fine. I have zero performance problems, neither does anyone else I know. Whatever the cause of the people who do, it is not wide spread.
    If this was wide spread then of course Apple would want to fix it. They release a new phone no matter what, to say that they know and are purposely doing nothing is immature.

  • H2 devide implicit and explicit created indexes by dictionary views?

    For migrating amounts of data it is useful to drop and recreate indexes and referencing constaints. A implicit created index by defining a primary/unique key constraint will be dropped implicitly by dropping the before mentioned constraint. Creating such a constraint after creating an equivalent index with the constraint name will result in an other behaviour. The explicit created index will not be dropped by dropping the referencing primary/unique key constraint.
    So far so good and well known. The question is: Which dictionary view columns will show me the difference between implicit and explict created indexes if I try to dynamically drop and recreate indexes and unique / primary key constraints?

    Oracle Version is always helpful in answering questions, but for 9i you can find the system generated by:
    dba_indexes.generated = 'Y'
    or
    'SYS_' naming convention for system generated indexes
    or
    dba_constraints.constraint_name = dba_constraints.index_name
    Hope this helps - JTommaney

  • How do you connect your photoshop elements on your computer to your account online? and how do you create a customized url? how does the gallery work and how do you access it? i have trouble signing in on my program from my computer to connect to the onli

    how do you connect your photoshop elements on your computer to your account online? and how do you create a customized url? how does the gallery work and how do you access it? i have trouble signing in on my program from my computer to connect to the online photoshop, and I really want to create my own customized url and post photos to my gallery and share them with the world, family, and friends, but i need help because i can't figure how to do any of this, would really appreciate feedback and assistance, thanks, - claire conlon

    To add to sig's reply, "calibrating" does not calibrate Lithiu-Ion batteries, it calibrates the charge reporting circuitry.  If you look at the effect of deep discharging Lithium-Ion batteries in the data from the independent test group, Battery University, you will see that doing so shortens the life of the battery significantly. It looks like an optimum balance between use and life is at a discharge level of 50%.

Maybe you are looking for

  • Crystal Report Error - Mobile Sales - 4.0 SP 12

    Some of the users are getting the following error message while trying to open the Crystal Reports from Mobile Sales. "This program is used to host and to initialize the UF F has encountered a problem and needs to close. We are sorry for the inconven

  • Home Sharing & Airplay limitation ?

    Hi, Can someone let me know if this is limitation due to stronger copyright constraints on movies than on music : I'm using home sharing between an iMac, 2 MacbookPros and an Apple TV 3rd generation. I can perfectly airplay a movie from my iMac iTune

  • I can't use my iPad2 with CANON EOS 350D

    I can't use my iPad2 with CANON EOS 350D

  • CS6 not remembering my export settings

    I just updated to CS6 from CS5.5  So far everything seems ok except that CS6 does not remember the format and preset I used to export my projects.  It always comes up as AVI/NTSC DV when I go back to export my project even after I have saved it with

  • Ipod is disabled. how to restore ipod.

    Ipod is disabled. How to restore ipod?