Debugging a Spry issue

I added a button to one of my panels to make it show or hide
part of the page it works in Firefox 2 but not in IE7.
Anyone have any ideas what might cause this to fail in IE7?
The code is.....
<form method="get" action="blinds_sample.html">
<input type="button" onclick="showcriteria();"
value="Selection Criteria" />
</form>
<div id="criteria" style="display:none;">....Content
that is hidden at start...</div>
<script>
var blind_effect = new Spry.Effect.Blind("criteria",
{duration: 1000, from: "0%", to: "100%", toggle: true});
</script>
The HTML validates at w3c so I don't think that is the cause.
Anyone know what else might be the problem?

In Firefox everything works as expected. First click shows
the hidden content second click hides it again. Toggles in effect.
quote:
are u using the latest version?
I belive so. I am using version 1.6.1 (it is extracted from
the zip in a directory called Spry_P1_6_10-01).
quote:
does it work when u delete the style from the criteria ?
With that chenge, It initially displays in both IE and
Firefox but gets hidden when clicked twice in Firefox.
In IE it is displayed at first but disappears after one click
and fails to display on further clicks.
quote:
What error message does it give?
There is no message displayed in IE just shows nothing and
when button is clicked shows a blank space where the content should
be. Further clicks don't do anything.
Any ideas?

Similar Messages

  • X99S GAMING 9 AC Not booting - Debug 94 code - Issue with GTX 980 SLI in WoW

    Hello, I bought the X99S GAMING 9 AC motherboard but have ran into some issues.
    The computer won't boot when I put my second MSI GTX 980 Gaming 4 GB card in the last PCEI 3.0 port (PCIE port 5) and I get the debug LED message 94 on the motherboard. I have a SLI setup.
    The first card I have in the second PCIE 3.0 port due to the Noctua U14S CPU fan takes up space for the first slot. So I have been running my grafic cards in PCIE slot 2 and 4 with some issues.
    First the card in slot 2 gets really warm over 86 celsius. And second: SLI runs really poorly in World of Warcraft. I get a lot higher performance with just one card activated. I am not sure if it's cause I am not running my cards in the recommended PCIE 3.0 ports or because WoW has some issues with SLI, but I heard other people have no issues at all with WoW in SLI.
    I got the same issue with 3Dmark firestrike, the cards perform really poor in SLI. I get higher score with SLI turned off..
    Though SLI seems to run pretty well in 3dmark 11 and Diablo 3 Reaper of Souls.
    But the main issue right now, is that the computer won't boot with the grafic cards in PCIE port 2 and 5. The solution to run them next to each other is not good, cause it gets really hot and I get bad performance in WoW and Firestrike.
    Picture of my setup before I switched places with the grafic cards as you can see, it is really tight:
    Any upcoming bios updates (got v1.3) that will solve this issue on the horization? Hopefully this get sorted out really soon..
    My whole computer setup:
    Intel i7 5820K | MSI X99S Gaming 9 AC (bios 1.3) | SLI MSI GTX 980 Gaming 4GB | Samsung 850 Pro 512 GB | WD Red 4TB | G.Skill Ripjaws DDR4 3000MHz 4x4GB | EVGA SuperNOVA P2 1000W | Noctua NH-U14S PnP | Fractal Design Define XL R2 | 5 Noctua NF-A14 PWM 140mm fans | Windows 7 Pro 64 bit

    You must use the recommended PCIE slots as the manual says for your CPU type, PCIE #1 and PCIE #4 if I remember, just open the manual :P for optimal 2Way SLI, also your 5820k will limit to 28 pcie lanes only if you plan to add more vgas...the other problem is your giant CPU air cooler blocking PCIE#1, do a favor to yourself, buy a watercooler for your 5820k and your problems are gone, add some overclock in your system, low noise and better temps.
    Here I use 3x980 in SLI with X99S Gaming 9 AC, going soon to WC the VGAs with EK blocks.....3way is far more temperature critical than 2way spaced one.
    Cheers

  • Two Spry Issues

    Widget issue one
    I returned to a company where a site was built. The builder used spry sliders or accordians, which are brand new to me. In evaluating the site, I notice that the Spry objects jog a little, left to right or vice versa. Is this normal for this widget or does it signify a problem?
    http://twsco.com/Catalog.html
    Actually, while grabbing the link, I noticed that it doesn't open fully for some and that the scroll bar causes issues. Do things look ok to anyone, otherwise?
    Widget issue two
    I am trying to build my first successful spry menu and as expected, it works fine in firefox but not in IE. Can you help me figure out why?
    Thanks in advance for help.
    Robert
    /* The outermost container of the Menu Bar, an auto width box with no margin or padding */
    ul.MenuBarHorizontal
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 100%;
    cursor: default;
    width: auto;
    /* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
    ul.MenuBarActive
    z-index: 1000;
    /* Menu item containers, position children relative to this container and are a fixed width */
    ul.MenuBarHorizontal li
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 10pt;
    position: relative;
    text-align: left;
    cursor: pointer;
    width: auto;
    float: left;
    /* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
    ul.MenuBarHorizontal ul
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 100%;
    z-index: 1020;
    cursor: default;
    width: 8.2em;
    position: absolute;
    left: -1000em;
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
    left: auto;
    /* Menu item containers are same fixed width as parent */
    ul.MenuBarHorizontal ul li
    width: 8.2em;
    /* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
    ul.MenuBarHorizontal ul ul
    position: absolute;
    margin: -5% 0 0 95%;
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
    left: auto;
    top: 0;
    DESIGN INFORMATION: describes color scheme, borders, fonts
    /* Submenu containers have borders on all sides */
    ul.MenuBarHorizontal ul
    border: 1px solid #CCC;
    /* Menu items are a light gray block with padding and no text decoration */
    ul.MenuBarHorizontal a
    display: block;
    cursor: pointer;
    padding: 0.5em 0.75em;
    text-decoration: none;
    color: #FFF;
    /* Menu items that have mouse over or focus have a blue background and white text */
    ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
    color: #FFF;
    background-color: #26327C;
    /* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
    ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
    color: #FFF;
    SUBMENU INDICATION: styles if there is a submenu under a given menu item
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal a.MenuBarItemSubmenu
    background-repeat: no-repeat;
    background-position: 95% 50%;
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
    background-image: url(SpryMenuBarRight.gif);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
    background-repeat: no-repeat;
    background-position: 95% 50%;
    /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
    background-repeat: no-repeat;
    background-position: 95% 50%;
    BROWSER HACKS: the hacks below should not be changed unless you are an expert
    /* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
    ul.MenuBarHorizontal iframe
    position: absolute;
    z-index: 1010;
    filter:alpha(opacity:0.1);
    /* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
    @media screen, projection
    ul.MenuBarHorizontal li.MenuBarItemIE
    display: inline;
    f\loat: left;
    background: #FFF;

    Thank you again.
    I looked at the article and tried the concepts twice and both times, the menu went crazy.
    Let me see if I can repeat what I think it was telling me:
    1. set all widths to auto
    2. remove all floats
    3. set white space to nowrap
    Their code examples don't show all the code that the default menu contains. That was confusing.
    Any thing that can be added for calrity? Thanks for the help.
    Rob

  • Debugging FireWire HD issues

    Hi,
    I'm working heavily with big RAID systems (LaCie Biggest) attached to the Firewire port of my MacPro to store scientific simulation data and I'm having frequent issues with corrupted file systems without having the RAID reporting any error. Issues go as far as loosing the partition table and being unable to mount the external filesystem. I'm usually checking quite often the integrity of the file systems and also comparing checksums of files after I copied from one external disk to another.
    I had this morning again a warning about a slightly corrupted file system of a RAID system I was sure it couldn't be corrupted. The file system is mounted r/o, was recently checked and wasn't reporting any problem. So, I tried a different cable, and at the end I tried with FW400 instead of FW800, and this mounted the file system correctly and no corruption was detected.
    Now, has anybody an idea how I can debug this to find the problem on the FW. I have usually 2-3 big RAID attached at the same time. I now probably understand how I lost the file system on my Time Machine FW RAID, as I probably "repaired" a file system that wasn't corrupted. Is there anything I can do to avoid such problems. Are there firewire cards for the Mac, and are they safer? Would eSata be a better choice?
    Any hint is welcome, thanks!
    Thomas

    Dump the LaCie and Firewire for RAID and important data or performance and invest in PCIe SATA controller that supports Port Multiplier and some 5-8 drive enclosures.
    Don't rely on Apple Disk Utility First Aid, invest in Alsoft Disk Warrior - and if you need more than that, MicroMat TechTool Pro. Make some backups and clones with SuperDuper as well, "sparse disk images" are fine for keeping an image of your system/apps.
    Yes, there are FW cards. Sonnet and Aaxeon are what I use. I also use OWC Oxford 934 for single drives.
    http://eshop.macsales.com/item/Other%20World%20Computing/MEFW934AL1KS/
    http://eshop.macsales.com/search/Aaxeon
    http://eshop.macsales.com/shop/hard-drives/3.5-SerialATA/

  • WCF debug Test-case issues.

    This seems to be a weird issue, I had solution with a WCF Service and Unit Test Project.
    In Unit test, I had some testcases which will step into WCF service. When I start the service, and go into Test-case (Test explorer) all test-cases are disabled, and in Test => all Debug / RunAll tests all options are disabled.  So I am not able
    to debug testcases when WCF Service is running this is the issue. I am using VS2013 Ultimate with Update3 installed.
    I am rightclicking on WCF Service debug start new instance, then go into Test-case (Test-explorer) when I right click on test-case all options are disabled and so is in Test menu. 
    Thanks In Advance,
    KSR

    Hi KSR,
    To debug the WCF Service from the Test project, one idea is that you could creates and opens the service host in test project code.
    A similar thread about this issue, reference:
    http://stackoverflow.com/questions/2790901/debugging-visual-studio-2010-unit-test-and-wcf-service-in-one-ide-instance
    A blog also shared some suggestions here:
    http://blogs.msdn.com/b/ploeh/archive/2006/12/04/integrationtestingwcfservices.aspx
    Best Regards,
    Jack
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Debugging and Spry

    I am trying to debug something which has a spry accordian
    widget for navigation. I can't get any type of debugging to work
    with this. Not classic, dockable, or coldfire. If I remove the
    widget, debugging works fine for the rest of the code.
    Any ideas?

    lundens wrote:
    > I am trying to debug something which has a spry
    accordian widget for
    > navigation. I can't get any type of debugging to work
    with this. Not classic,
    > dockable, or coldfire. If I remove the widget, debugging
    works fine for the
    > rest of the code.
    >
    > Any ideas?
    Check the page source code to see if the debugging info
    present (the
    widget might hide the output but it should be in the source).
    Mack

  • Debugging sudden shutdown issues

    My laptop is experiencing sudden shutdowns, the whole system just goes black. It happened both on battery and while plugged-in. This didn't occur under Ubuntu and I am not doing CPU-intensive stuff when it happens so it is unrelated to heat problems. I'd say it is most likely a software issue.
    I am running Archlinux x86_64 with Cinnamon 2.2.3-3, display manager is lightdm 1.10.0-2. The laptop is an ASUS Zenbook UX31-E.
    I am looking for ideas to solve this problem. I have installed laptop-mode-tools to save power, perhaps it is at cause.
    I checked journalctl, lightdm.log.old and Xorg.0.log.old without any hint of problem.
    Any ideas?

    Hi
    Check these threads
    /people/sap.india5/blog/2006/01/03/xi-asynchronous-message-processing-understanding-xi-queues-part-i all details about queue processing
    Inbound queues in R/3
    debugging/errors in queues
    How I can configure automatically queue message processing?
    Queues not automatically processed in SMQ2

  • How can i monitor network traffic to debug video playback issues from a NAS?

    I am having problems playing videos on my new Mini that i am using as an HTPC. 
    I have a brand new Mac Mini running Lion with a 2.7 i7 processor and 8GB of RAM with a wired connection to a switch. .
    My switch is a NETGEAR ProSafe GS108T-200NAS set to default settings. I haven't had a chance to start messing with VLAN settings or anything else. There is a bit of a learning curve on my part on this end.
    My NAS is a ReadyNAS Pro (RNDP6000) with 3 x 1 TB hitachi ultrastar (HUA722010CLA330) drives and a 1.5 TB seagate (ST31500341AS) drive setup in RAID config using X-RAID2.
    The problem I am having is video playback when accessing large video files off of the NAS.  These are typically 1080 HD mkv files. 
    I have tested movies as small as 7.5GB with only slight stutters on occasion.  I tried a 10.5GB movie and the stalling was much more pronounced. Movies larger than 11GB are completely unwatchable stalling every minute or so. 
    I have also tried large movies on the local drive and that is not a problem at all - they play back just fine.  Beautiful playback in hidef.  Mind you, some of these are the same files that were stalling over the network.
    I have also noticed that some other network devices get kicked off the network when a movie is playing.
    I think it has something to do with the transfer speed of files over the network and the switch - i am no expert at this mind you.
    I am wondering if there is some sort of utility that i can use to monitor network activity on the mini so that i can fix my problem.  Or has anyone made chages in their switch settings to optimize data trasfer speeds.
    Any advice or recommendations on. 
    Thank you all!

    OK, I did a couple of things and ran things a couple of times. 
    First what I did settings wise:
    I enabled jumbo frames on the Mac Mini, ReadyNAS Pro, and the Netgear GS108T switch.  All with MTU set to 9000.
    I went ahead and enabled jumbo frames on the rest of the computers on the network just in case.
    After these changes I ran into the same problems with videos timing out - very annoying and frustrating as you can imagine.
    Then I started playing with device configurations.  My original configuration was NAS > Netgear switch > Mac Mini. I went ahead and switched the switch to an Airport Extreme I have as my WAP and the setup looked like this - NAS > Airport Extreme > Mac Mini. 
    Well, long story short, no go.  It appears to me that the NAS is the one having issues providing the necessary data at the proper speed.  I also tried playing sopme movies off of the NAS onto a desktop i have and had the same issues - choppy frames and crashing movies.  I even tried connecting wirelessly to see if that would work. 
    BTW, I have the Mac accessing the file system using CIFS. 
    I don't know what else I could do.
    I am going to have to go to the Netgear forums to see if i can figure this out.  Hopefully, I can get things going to be able to help some people out.
    If anyone has any ideas, they would be greatly appreciated.
    My only other alternative is spending $2000 for the thunderbolt capable NAS that Apple sells - it's only money!
    Cesar

  • How to debug signal related issues with mdb

    I have a C++ application and occassionally it core dumps receiving a SIGABRT signal. We are not able to find the source of the SIGABRT signal. All we have is the core. Is there a way to find out who sent SIGABRT to our process? For that matter if someone sends our application a SIGABRT using kill cmd asynchronously, how does one find out who has sent the same? We can't keep truss'ing the process as it's a production env. Is there a way to find this out from the core file?

    I don't have a specific suggestion, but these ideas might help you.
    I assume by 'cannot be resumed' that you are able to launch the application, but after leaving the application and returning back to it, the app crashes? Or is it that you can run the app once but never a 2nd time (even after it fully closes)?
    What kind of app is it? WP7, WP8, WP8.1? Silverlight or WinRT? It might not make a difference but it might make it easier to find a solution. I suggest looking up the application life cycle relevant to the version you are targeting.
    Is your app.xaml.cs doing anything out of the ordinary or is it just the default code?
    Here's what I would try: put a breakpoint at the start of every method in App.xaml.cs/VB and hope one is hit! Not very helpful, but you might get lucky. I'm not too well versed in app resuming, but is the app navigating back to the page it was on when tombstoned?
    Perhaps the issue is in the page OnNavigatedTo or the Loaded event handler (if you have one).
    When my apps fail to launch and don't hit any breakpoints it usually ends up being an issue in XAML, not code behind. But I don't think your problem fits that becuase you can clearly launch the app, just not resume it.
    I'm sure you've probably tried most of those things, but hopefully I thought of something you missed and it turns out to help :)
    Visit http://blog.grogansoft.com/ for Windows development fun.

  • Spry issue with nested table

    Hello,
    I am working on my first website.
    I have created a page that I would like to use as a template www.readingymca.co.uk (thanks to gramps)
    but get this error
    Line 64 is where I the start of where I have coded the colour of individual buttons for the spry menu. I am wondering if I have put it in the wrong place or need to adjust anything else.
    Thanks in advance
    Mark

    This is the markup for the menubar. I have highlighted the problems
    <ul id="MenuBar1" class="MenuBarHorizontal">
      <li><a href="http://www.readingymca.co.uk/index.html">home</a> </li>
      <li><a href="#" class="MenuBarItemSubmenu">housing</a>
        <ul>
          <li><a href="http://www.readingymca.co.uk/housing.html"<body style="background-color:#DC2683;">Accommodation and support</a></li>
          <li><a href="#"<body style="background-color:yellow;">resident activities</a></li>
        </ul>
      </li>
      <li><a href="#" class="MenuBarItemSubmenu">sports &amp; activities</a>
        <ul>
          <html>
          <li><a href="#"<body style="background-color:purple;">Senior Activities</font></a></li><li><a href="http://www.axkp33.dsl.pipex.com/"
          <body style="background-color:yellow;">Aikido</font></a></li>
          <li>
          <a href="http://www.fwckungfu.com/club/Reading;jsessionid=A7E9907DE62B3C9870730B019876B1DC"<body style="background-color:red;">Kung Fu</a></li>
          <li><a href="http://www.1streadingseascoutgroup.org.uk/"<body style="background-color:green;">Scout movement</a></li>
          <li>
          <a href="http://www.lifespringchurch.co.uk/Groups/56782/LifeSpring_Church_Reading/Church_Life/Missi on_at_Home/Tiggers_Toddlers/Tiggers_Toddlers.aspx"<body  style="background-color:yellow;">Tigger Toddlers</a></li>
          <li><a href="http://www.readingymcafc.co.uk/"<body style="background-color:blue;">Football</a></li>
          <li><a href="#"<body style="background-color:orange;">Table Tennis</a></li>
          <li><a href="http://www.readingcrossroads.org/youngcarers.htm"<body style="background-color:pink;">Crossroads
          Young Carers</a></li>
        </ul>
      </li>
      <li><a href="#" class="MenuBarItemSubmenu">facilities</a>
        <ul>
          <li><a href="http://www.readingymca.co.uk/sports%20hall.html"<body style="background-color:purple;">sports Hall</a></li>
          <li><a href="http://www.readingymca.co.uk/Gym.html"<body style="background-color:yellow;">gym</a></li>
          <li><a href="http://www.readingymca.co.uk/conference%20room.html"<body style="background-color:red;">conference room</a></li>
          <li><a href="http://www.readingymca.co.uk/padworth.html"<body style="background-color:green;">padworth log cabin</a></li>
          <li><a href="http://www.readingymca.co.uk/minibus.html"<body style="background-color:blue;">minibus</a></li>
        </ul>
      </li>
      <li><a href="#" class="MenuBarItemSubmenu">projects</a>
        <ul>
          <li><a href="#"<body style="background-color:purple;">workshop</a></li>
          <li><a href="#"<body style="background-color:yellow;">cafe</a></li>
        </ul>
      </li>
      <li><a href="#">donate</a> </li>
      <li><a href="#" class="MenuBarItemSubmenu">useful info</a>
        <ul>
          <li><a href="#"<body style="background-color:purple;">membership</a></li>
          <li><a href="#"<body style="background-color:yellow;">links</a></li>
        </ul>
      </li>
      <li><a href="#">volunteering</a></li>
      <li><a href="#" class="MenuBarItemSubmenu">about us</a>
        <ul>
        <li><a href="#"<body style="background-color:purple;">RYMCA History</a></li>
        <li><a href="#"<body style="background-color:yellow;">YMCA Movement</a></li>
        <li><a href="#"<body style="background-color:red;">meet the team</a></li>
        </ul>
      </li>
      <li><a href="#">contact us</a></li>
    </ul>
    With the exception of the stray HTML tag, your problem is very consistant. To save my time, I shall correct the last menu item which now reads
    <li><a href="#"<body style="background-color:red;">meet the team</a></li>
    and should read
    <li><a href="#" style="background-color:red;">meet the team</a></li>
    I gave the rest of the document a quick glance and found another little bug as follows
        <script type="text/javascript">
    // BeginOAWidget_Instance_2559022: #slideshow
    slideshowAddCaption=false;
    $(document).ready(function() {
        $('#slideshow').cycle({
            after:            slideshowOnCycleAfter, //the function that is triggered after each transition
            autostop:            false,     // true to end slideshow after X transitions (where X == slide count)
            fx:               'fade,',// name of transition effect
            pause:            true,     // true to enable pause on hover
            randomizeEffects:    true,  // valid when multiple effects are used; true to make the effect sequence random
            speed:            1000,  // speed of the transition (any valid fx speed value)
            sync:            false,     // true if in/out transitions should occur simultaneously
            timeout:        9000,  // milliseconds between slide transitions (0 to disable auto advance)
            fit:            true,
            height:           '200px',
            width:         '200px'   // container width (if the 'fit' option is true, the slides will be set to this width as well)
    function slideshowOnCycleAfter() {
        if (slideshowAddCaption==true){
                $('#slideshow-caption').html(this.title);
    // EndOAWidget_Instance_2559022
        </script>
    This 'fade' has a comma which should not be there
    For the rest it looks great, well done!
    Gramps

  • Debugging database/networking issue on production build

    Hello,
    I run into a problem when I take my release build and put it on a server that is not not development server (I use localhost with MAMP as development server).
    Maybe somebody can help me.
    Everything runs smoothly on the local machine, especially a specific CRUD operation (the add method).
    But when I test it out on the production server (which is a server on my company's intranet), I cannot get it to run reliably, recently not at all.
    I am visualysing some key variables which all look good. I think the service call is nicely initiated.
    But I don't get a callResponder result handler to tell me that things went well.
    How can one debug such situation best (I cannot connect my development machine with the  Flex install to that server due to security measures).
    I checked out php and MySQL versions on both machines to be pretty much matching...
    Running out of any ideas, and running out of time as the application cannot be deployed is such a state of non-functioning.
    Thanks for some hints
    Peter

    hi,
    Thanks for the reply,
    can you send me some besr pratice documents on the same.
    my mail id: [email protected]
    Thanks
    naren

  • Debugging queue related issues

    can the  forum provide me blogs and docs for debugging queue(inbound and outbound) related problems in XI,

    Hi
    Check these threads
    /people/sap.india5/blog/2006/01/03/xi-asynchronous-message-processing-understanding-xi-queues-part-i all details about queue processing
    Inbound queues in R/3
    debugging/errors in queues
    How I can configure automatically queue message processing?
    Queues not automatically processed in SMQ2

  • Horizontal Spry Issue in IE

    I was wondering is someone could help me figure out why my spry menu doubles up on the last menu item in IE. Under "Industrial" the drop down items are short and double up.
    test.dalube.com
    I have been messing with thing for months and searching all the forums. I would appreciate any and all help!
    Thanks..
    Chris

    I apologize...it looks like someone is working on the server. Of course! I was just on a few minutes ago working. Please check back tomorrow night?? Sorry!! I know you guys can answer this easily...if you could just SEE IT!
    Thanks
    Chris

  • Spry issues

    If I have an older site that works just fine, why would the current versions of DW force me to include a Spry Assets folder when identifying the local version of that site?

    Thank you for that.
    It seems that the two clues for dealing with Spry (without dealing with Spry) is (if it's a Mac) to check for spaces in the HD name, and as you point out, include an appropriate folder name.
    I asked my question on behalf of my wife, who previously used an earlier version of DW to construct and maintain a quite large website, and has returned to a similar role after a couple of years to find that her CS5 version of DW (which she hasn't used since purchased) has mutated Spryly.
    I still happily use the CS4 version of DW, which doesn't press for Spry assets, to periodically polish a website I set up some years ago.

  • CS4:Mac:Debug Version:Localization Issue

    Hi Folks,
    I converted a plugin from CS3 to CS4 and testing it under debug version, I'm getting an assert during the launch of the plugin, it says:
    "LocaleIndex resource in plugin kMypluginID of type 'PMST' points to bogus resource for locale 256, English"
    I checked the "BasicLocalization" sample plugin and couldn't find anything different than I have in my code. That looks the same as mine(although I have more palettes/dialogs..), my plugin runs fine if I press continue in assert dialog and the translated strings in US/and other languages appear fine too.
    I noticed the 'PMST' is in in CoreResTypes.h declared as:
    #define kStringTableRsrcType 'PMST'
    Does anyone know what I'm missing here or what could be wrong?
    Thanks
    P.S. Use Mac 10.5.5, SDK 352 , Xcode 3.1

    What's "CS"? AE is included in the Master Collection and Production Premium, but not in the Web and Design suites, so maybe you simply have one of those?
    Mylenium

Maybe you are looking for

  • Org structure migration in HR

    Hi All , Whats the best method proceeding with HR migration , I can go for lsmw using recording . Thanks in ADV

  • Get ORA-00932 inconsistent datatype when passing parameter in tableadapter

    I have to build a Dataset to use as source for Microsoft rdlc-Report. In the Dataset I create a tableadapter using plain SQL. In my SELECT-Command I have to pass a Date parameter: I've tested a SELECT like in the following example: SELECT a.field1, a

  • What are the steps to connect to database or file in mainframe

    Hi pls tell me what are the steps to connect to database or file in mainframe os/390 with regards

  • UIKit, Metric Logs, Kern_Invalid, Shell Code execution

    I use i Phone version 7.1.2 and I am new to apple. I am curious to know if anyone in the community has noticed "bug_type";"193"os_version":"iPhone OS 7.1.2, It seems as though the system crash report states, Exception Type:EXC_BAD_ACCESS (SIGSEGV), E

  • 'Busy in conference'

    Every time I try to connect to my mother in iChat for either audio or video chat I get the message that she is busy in another conference. I am the only name on her Buddy List so she does not know who else she could be conferencing! I get her to log