[SOLVED] Customizing alt+tab menu in Openbox

I tried to change a little bit the openbox alt+tab menu, and I have some questions, but first things first. This is my current menu:
What I want is:
1. number of columns -- I wanted to set, for example, 10 columns for the menu.
2. icon size -- Can I make them smaller or bigger?
3. mouse support -- you know, I press alt+tab and choose an icon.
4. Is there a way to group desktop apps? For instance, I have 5 apps in 1st desktop and 3 apps in 2nd desktop. When I press alt+tab, I want to see in the first row apps from desktop1 and in the second row apps from desktop2, etc.
Last edited by morfik (2013-06-11 15:05:07)

Finally, I've found it -- https://aur.archlinux.org/packages/xwinmosaic-git/
It has a mouse support, and it is possible to change icon size as well as box width and height. Also, there are some other features, but there is one thing that I want to remove:
As you can see, it also shows the windows which are in the background, like conky, etc.
Ignoring this little annoying thing, It is basically what I want.

Similar Messages

  • Hide Java application in windows alt-tab menu

    Hi,
    I got this JFrame that should be always on top but I don't won't it to show up in the windows alt-tab menu. (just like many other windows programs like winamp for instance).
    setEnabled(false) hides the frame from alt-tab menu but also kills the frame...
    Any ideas?
    TIA

    Unfortunately, according to javadoc, a JWindow can not receive focus unless
    it's a child window of a visible Frame or Dialog.you can trick the JWindow into thinking it has a visible parent, so focusing is
    not a problem, but this still shows up in alt-tab
    import javax.swing.*;
    import java.awt.*;
    class Testing
      public void buildGUI()
        JWindow window = new JWindow(new JFrame(){
           public boolean isShowing(){return true;}});
        JScrollPane sp = new JScrollPane(new JTextArea("Hello World",5,10));
        window.getContentPane().add(sp,BorderLayout.NORTH);
        window.setSize(400,300);
        window.setLocationRelativeTo(null);
        window.setVisible(true);
      public static void main(String[] args)
        SwingUtilities.invokeLater(new Runnable(){
          public void run(){
            new Testing().buildGUI();
    }

  • [SOLVED] openbox window borders and alt tab

    There are two (atleast) things i'd like to fix in openbox (and lxde). I haven't found any info on it.
    1) Window borders are only one pixel. It's hard to resize windows and very hard with touchpad. I have room for it on a 1400x1050 resolution. On kde I have 6 pixels. How can I widen the borders?
    2) Alt + tab cycles through the windows on the current desktop only. I would like it to cycle through all windows on all desktops. I know I can middleclick on the background, but I'd like to alt tab too. How do I do that?
    Last edited by kanonmat (2009-04-11 21:49:01)

    For 2 : Add this to your keybindings in rc.xml
    <keybind key="W-Tab">
    <action name="NextWindow">
    <allDesktops>yes</allDesktops>
    </action>
    </keybind>
    <keybind key="W-S-Tab">
    <action name="PreviousWindow">
    <allDesktops>yes</allDesktops>
    </action>
    </keybind>
    This will use the Super+Tab and Super+Shift+Tab to move between windows across all desktops. You can still use Alt+Tab and Alt+Shift+Tab to move between windows within the same desktop
    Last edited by Inxsible (2009-04-11 19:29:43)

  • Openbox ALT+TAB "stuck"

    In the last few weeks, I've noticed that when I hit ALT+TAB in openbox the window list will occasionally become "stuck" and remain on the screen. I can hit ENTER and it will disappear. This doesn't always happen but it does happen often enough to be annoying. The normal behaviour is that the window list disappears when I let go of ALT.
    I haven't changed my config, only done system updates every week.
    What's going on?

    Do you have any key chains defined? http://openbox.org/wiki/Help:Bindings#Key_chains
    If yes, try disabling them. Does it happen when the mouse cursor is on the switching panel?
    <keybind key="A-Tab">
    <action name="NextWindow"/>
    </keybind>
    <keybind key="A-S-Tab">
    <action name="PreviousWindow"/>
    </keybind>
    <keybind key="C-A-Tab">
    <action name="NextWindow">
    <panels>yes</panels>
    <desktop>yes</desktop>
    </action>
    </keybind>
    That is a part of my configuration, where A-Tab and C-A-Tab works with no problem, but with A-S-Tab, when I release Alt first, switching panel remains until I press any key. Is this similar to your case? I am using 3.5.0-9 openbox from community repository.

  • [Solved] Alt-Tab window switching no longer working after update (JWM)

    The next issue I am trying to straighten out after a recent, long-overdue pacman -Syu, is the loss of window-switching functionality using the alt-tab key combination. This is under the JWM window manager, by the way. The alt key seems to work as expected when, for example, firefox has focus: if I hit alt left arrow, the browser goes back to the preceding page. But if I hit alt and tab together, say, in the browser or when a terminal has focus, it seems to be read as though I were pressing only the tab key. So, with two windows maximized on the desktop, the alt-tab combination does not toggle between them. If the terminal has focus I can see the cursor jumping over a tab space each time I press the key combination.
    Can anyone offers pointers on how I might resolve or begin diagnosing this issue? I should mention that another change I did in the wake of the update was to make the system log me in and start the GUI each time I boot the machine (as discussed at https://wiki.archlinux.org/index.php/St … h_profile). I'm not sure why that would have any effect but I thought I should mention it. I think this is just a pretty standard pc105 keyboard by the way.
    Input will be appreciated.
    Thanks,
    James
    Last edited by jamtat (2013-02-01 17:07:32)

    Thank you for your input, anonymous_user. I decided, on reading it, to compare my .jwmrc with the /etc/system.jwmrc file. I noted that, in my .jwmrc, the keybindings section was empty, while that section in the /etc/system.jwmrc had several entries--and even one that seemed to refer to the alt-tab key combination. So I copied that section into my .jwmrc, restarted JWM, and the key combination now seems to be working as it should. Granted, it's a bit strange in that it doesn't open some kind of dialog box with the names of open windows, showing you in list form the windows you're scrolling through. But it does take you to other open windows when, after you've hit the tab key one or more times, you release the alt key. So the issue is resolved and was pretty simple.
    James

  • [SOLVED] Alt+Tab window switcher in KDE4.4 - no compositing effects

    It's just one of these small nagging things: I cannot get the Alt+Tab window switcher to display a cover flow effect in KDE4.4. Compositing works well otherwise - present windows, the rotating cube etc. Only the window switcher keeps showing me a boring vertical list of thumbnails.
    I've tried with a new user - same story.
    Has anyone else seen this and/or heard of a fix?
    It used to work in 4.3 (TM)
    Last edited by grey (2010-02-17 17:13:34)

    @ploub: thanks - that worked.
    It turns out that if you change the settings in Window behaviour / Navigate through windows, they get updated in Desktop / Desktop Effects / All Effects / Focus. However, if you enable a setting in the latter area (as was done in 4.3), nothing happens.
    An interesting choice of user interface design: create an additional place for the user to modify certain settings, keep the original place and make the latter not work.
    Last edited by grey (2010-02-17 18:10:28)

  • XFCE4 Alt-tab probelms - SOLVED!

    Ever notice how Task List is in the alt tab cycle? This is due to a GTK2 upgrade, but it is fixed in the CVS devel version, so i made a package for it.   You can get my packages via ftp:
    68.84.69.24:21.  You need to upgrade xfwm4 and xfwm4-themes.  Enjoy!
    PS:  How can I get a domain name for a ftp server?  Any free ones?

    PS: How can I get a domain name for a ftp server? Any free ones?
    www.dyndns.org should do the trick also for ftp and other services.

  • Xfce 4.4 alt-tab, alt-f2, etc... shortcuts didnt working[SOLVED]

    Hi all
    on fresh install arch and xfce4.4 i cant use shortcuts. for example: when i push alt-tab in terminal, i will see tilda. alt-f2 didnt work too.
    in gnome session it works fine
    Last edited by joeSVK (2007-02-05 08:25:40)

    Okay, I figured out how to work around the problem. I don't know if this will work for you, but hopefully it will be of some help. Since, as I mentioned before, my Alt key was recognized as Mod1 in xfce4, I replaced all the instances of Alt in shortcuts to Mod1.
    In Settings > Window Manager > Keyboard create a new theme. Then open ~/.themes/<theme name>/xfwm4/keythemerc and replace all the instances of Alt to Mod1. Similarly, in Keyboard Preferences > Shortcuts, create a new theme and then open ~/.config/xfce4/shortcuts/<theme name>.xml and again replace all the instances of Alt to Mod1. You might have to restart xfce after that.

  • Compiz alt-tab issue

    Hi all!
    My problem is Compiz window switcher acts kind a weird on my system. Sometimes it works, sometimes not. I dont even have to restart my gnome session - for example, it can work for five minutes and than suddenly become buggy again (i guess bug on/off `triggers` when new windows are opened).
    These 2 videos are recorded on same gnome-session, with 1-2 minutes gap between.
    http://not.justdied.com/vid/001/alt-tab-fine.ogv
    http://not.justdied.com/vid/001/alt-tab-fail.ogv
    As you can see, compiz switcher fails @ drawing window titles.
    Anyone have ideas how to solve this? I got up-to-date arch with gnome, nvidia driver 190.53. If u need some additional info, pls ask.
    Tnx in advance!
    Last edited by shb- (2010-03-09 12:45:33)

    Moose9999 wrote:The bug with the borders happened to me to on my fedora setup.  I can't remember for sure, but the alt-tab issue might have been there too.  Wish I could be more help.  I will say if you want a DE with similar functionality and a lot more customibility try compiz-fusion with fusion-icon, lxpanel, and myGtkMenu from the AUR.  Thats my setup and it is pretty user friendly.  myGtkMenu uses a text file for configuration and has an example one that shows the syntax; its really easy.  lxpanel is a little large for a panel program but it has a lot of nice little extras.
    Why fusion-icon? Which program to you use to log out of X? For me, I use Compiz itself, so if I switched window managers with fusion-icon, it would kill X. Different Strokes.
    I recommend Xfce4-panel if you do use Compiz Standalone. It has a lot of excellent plugins and it still very lightweight. Plus its taskbar and workspace switcher work properly with Compiz.

  • Bugs: Virtual Desktops in an alpha test non-usable kind of state where it can hardly be tested (where the heck am I, ALT+TAB, and so on)

    Thus: This feature cannot be considered valid before it is actually being widely used and tested by people (testers).
    It's really hard to test virtual desktops right now. Probably because its too incomplete to be tested. Too much alpha kind of state.
    Triggering a shortcut in Internet favorites does not open a new instance of IE on the same virtual desktop - but on another different desktop.
    ALT+TAB slides virtual desktops - but sometimes it does app switching ... both ... so when does it work one way ... and then another.
    Going to a virtual desktop I see all the open on the taskbar for another context (i.e. another virtual desktop). Click the icon of that application I am on virtual desktop 1 ... clicking an instance ... I go to another virtual desktop where that app lives.
    It feels like a really weird universe ... where you go to strange behaving meta-context where sometimes up is down and down is up --- and then down is down and up is up ... and then you enter the door of cockpit of spaceship 1 and comes out in the cockpit
    of spaceship 2 ....................... then controls are even more weird. You do not know which space ship you are controlling for sure (up is up and down is up .... 1+2=-11) (i.e. non-intuitive)

    kaeandcolesmon,
    If you open the recovery drive (partition) it should only have a single folder (Recovery).
    To make sure that your not saving restore points to that drive.
    See:
    Start, Control Panel, System, System Protection tab. Make sure the D drive partition is set to OFF so that it does not save there.
    I am a volunteer. I am not an HP employee.
    To say THANK YOU, press the "thumbs up symbol" to render a KUDO. Please click Accept as Solution, if your problem is solved. You can render both Solution and KUDO.
    The Law of Effect states that positive reinforcement increases the probability of a behavior being repeated. (B.F.Skinner). You toss me KUDO and/or Solution, and I perform better.
    (2) HP DV7t i7 3160QM 2.3Ghz 8GB
    HP m9200t E8400,Win7 Pro 32 bit. 4GB RAM, ASUS 550Ti 2GB, Rosewill 630W. 1T HD SATA 3Gb/s
    Custom Asus P8P67, I7-2600k, 16GB RAM, WIN7 Pro 64bit, EVGA GTX660 2GB, 750W OCZ, 1T HD SATA 6Gb/s
    Custom Asus P8Z77, I7-3770k, 16GB RAM, WIN7 Pro 64bit, EVGA GTX670 2GB, 750W OCZ, 1T HD SATA 6Gb/s
    Both Customs use Rosewill Blackhawk case.
    Printer -- HP OfficeJet Pro 8600 Plus

  • To change a field to edit ,which is in customer fields tab of an item in crmd_order transaction.

    Hi All,
    My requirement is to change a "field to edit" which is in "customer fields tab" of an item in "crmd_order" transaction.
    Please find the screen shot.
    Please help me with this issue

    Use easy enhancement workbench
    The Easy Enhancement Workbench is a development tool with which SAP applications (called Business Objects in the following document) can be extended in a simple manner.
    Customer enhancements to a Business Object are defined via wizards. The Workbench then does all development work for the user; databank tables, screens and application logic are created automatically. Finally the customer enhancement is included in the SAP standard.
    This also allows users without ABAP knowledge the simple possibility of extending the SAP standard.
    An extension created using the Easy Enhancement Workbench does not differ technically from one created manually. In both cases transportable ABAP objects are created and the same Customer Exits, Business Transaction Events or BAdIs are implemented
    You need to use EEWB feature to achieve the same.
    Tutorial
    http://www.scribd.com/doc/6755615/Eewb-Steps
    http://help.sap.com/saphelp_crm50/helpdata/en/9f/a19c921f0911d6b1d500508b6b8b11/frameset.htm
    In addtion check this note
    Note 484597 - Customer enhancement of CRM applications
    a guide is attached to it for telling u steps
    Hope query is solved
    Regards
    Prakhar

  • Need help making javascript thumbnail gallery function in javascript tab menu

    Hello all,
    I have implemented a css/javascript tab menu on one of my html pages thanks to Chris Coyier (http://css-tricks.com/learning-jquery-fading-menu-replacing-content/), and within one of the tabs, which I labeled GALLERY, I am trying to place a thumbnail gallery curtosy of Trent (http://www.twospy.com/galleriffic/).
    Before trying to place it in the menu, I made the gallery on a seperate html page to make sure that I could get it to work.  It does. But when I place it in the menu it shows up on page load under the content of the first tab (labeled TOUR) and not in the gallery tab.  In addition, once I click on the "gallery" tab the other tabs stop showing their content.  I feel like I am missing something obvious. But I just can't figure out what.  If anyone can help I would greatly appreciate it.
    Thanks,
    Natalie
    Below is the code of my whole page:
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>Tour template</title>
    <!--TABS-->
    <link rel="stylesheet" type="text/css" href="MenuFader/style.css">
    <script type="text/javascript" src="http://jqueryjs.googlecode.com/files/jquery-1.3.2.min.js"></script>
    <script type="text/javascript">
            $(function(){
                $("#tour-button").css({
                    opacity: 0.3
                $("#gallery-button").css({
                    opacity: 0.3
                $("#page-wrap div.button").click(function(){
                    $clicked = $(this);
                    // if the button is not already "transformed" AND is not animated
                    if ($clicked.css("opacity") != "1" && $clicked.is(":not(animated)")) {
                        $clicked.animate({
                            opacity: 1,
                            borderWidth: 5
                        }, 600 );
                        // each button div MUST have a "xx-button" and the target div must have an id "xx"
                        var idToLoad = $clicked.attr("id").split('-');
                        //we search trough the content for the visible div and we fade it out
                        $("#contents").find("div:visible").fadeOut("fast", function(){
                            //once the fade out is completed, we start to fade in the right div
                            $(this).parent().find("#"+idToLoad[0]).fadeIn();
                    //we reset the other buttons to default style
                    $clicked.siblings(".button").animate({
                        opacity: 0.5,
                        borderWidth: 1
                    }, 600 );
    </script>
    <!--End Tabs-->
    <script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
    <style type="text/css">
    <!--
    #realtor panel {
        width: 1000px;
    body {
        background-color: #282828;
        margin: 0px;
    .style4 {color: #A1A1A1}
    -->
    </style>
    <!-- InstanceBeginEditable name="Gallery" -->
    <title>Example tour page</title>
    <script type="text/javascript" src="http://jqueryjs.googlecode.com/files/jquery-1.3.2.min.js"></script>
    <script type="text/javascript" src="Gallery/js/jquery.galleriffic.js"></script>
    <script type="text/javascript" src="Gallery/js/jquery.opacityrollover.js"></script>
    <script type="text/javascript">
                document.write('<style>.noscript { display: none; }</style>');
    </script>
    <link rel="stylesheet" type="text/css" href="Gallery/css/galleriffic-2.css">
    <link rel="stylesheet" type="text/css" href="Gallery/css/basic.css">
    <!-- InstanceEndEditable -->
    </head>
    <!-- InstanceBeginEditable name="body" -->
    <body>
    <div id="realtor panel"><table width="100%" border="0">
      <tr>
        <td width="18%"> <div align="center"></div></td>
        <td width="82%"> </td>
      </tr>
    </table>
    </div>
    <div id="page-wrap">
            <div id="tour-button" class="button">
                <img src="MenuFader/images/TOUR.png" alt="tour" class="button" />
            </div>
            <div id="gallery-button" class="button">
                <img src="MenuFader/images/GALLERY.png" alt="property gallery" class="button" />
            </div>
            <div id="info-button" class="button">
                <img src="MenuFader/images/INFO.png" alt="info" class="button" />
            </div>
            <div id="specs-button" class="button">
                <img src="MenuFader/images/SPECS.png" alt="specs" class="button" />
            </div>
            <div class="clear"></div>
      <div id="contents">
        <div id="tour">
          <script type="text/javascript">
    AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','wid th','1270','height','443','src','swf files/Tudor Arms interative floor plan','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movi e','swf files/Tudor Arms interative floor plan' ); //end AC code
    </script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="1270" height="443">
            <param name="movie" value="swf files/Tudor Arms interative floor plan.swf" />
            <param name="quality" value="high" />
            <embed src="swf files/Tudor Arms interative floor plan.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="1270" height="443"></embed>
          </object></noscript>
        </div>
        <div id="property gallery">
             <div id="container">
                    <div id="gallery" class="content">
                        <div id="controls" class="controls"></div>
                        <div class="slideshow-container">
                            <div id="slideshow" class="slideshow"></div>
                        </div>
                    </div>
                    <div id="thumbs" class="navigation">
                        <ul class="thumbs noscript">
                            <li>
                                <a class="thumb" href="Gallery/images/example/apt entrance1.jpg">
                                <img src="Gallery/images/example/Tudor thumbs/apt face1.jpg" alt="apt entrance1" />
                                </a>
                           </li>
                          <li>
                                <a class="thumb" href="Gallery/images/example/apt entrance2.jpg" >
                                <img src="Gallery/images/example/Tudor thumbs/apt face2.jpg" alt="apt entrance2" />
                                </a>
                          </li>
                          <li>
                                 <a class="thumb" href="Gallery/images/example/apt entrance3.jpg" >
                                <img src="Gallery/images/example/Tudor thumbs/apt face3.jpg" alt="apt entrance3" />
                              </a>
                          </li>   
                            <li>
                                 <a class="thumb" href="Gallery/images/example/apt sign.jpg" >
                                <img src="Gallery/images/example/Tudor thumbs/apt sign.jpg"  alt="apt sign" />
                              </a>
                          </li>
                          <li>
                                 <a class="thumb" href="Gallery/images/example/entryway1.jpg" >
                                <img src="Gallery/images/example/Tudor thumbs/entry.jpg" alt="entry" />
                              </a>
                          </li>
                            <li>
                                 <a class="thumb" href="Gallery/images/example/living room1.jpg" >
                                <img src="Gallery/images/example/Tudor thumbs/living1.jpg"  alt="living1" />
                              </a>
                          </li>
                           <li>
                                 <a class="thumb" href="Gallery/images/example/living room2.jpg" >
                                 <img src="Gallery/images/example/Tudor thumbs/living2.jpg" alt="living3" />
                              </a>
                          </li>
                            <li>
                                 <a class="thumb" href="Gallery/images/example/living room3.jpg" >
                                <img src="Gallery/images/example/Tudor thumbs/living3.jpg"  alt="living3" />
                              </a>
                          </li>
                          <li>
                                 <a class="thumb" href="Gallery/images/example/dining1.jpg" >
                                 <img src="Gallery/images/example/Tudor thumbs/dining1.jpg"  alt="dining1" />
                              </a>
                          </li>
                            <li>
                                 <a class="thumb" href="Gallery/images/example/Dining2.jpg" >
                                <img src="Gallery/images/example/Tudor thumbs/dining2.jpg"  alt="dining2" />
                              </a>
                          </li>
                          <li>
                                 <a class="thumb" href="Gallery/images/example/dining3.jpg" >
                                <img src="Gallery/images/example/Tudor thumbs/dining3.jpg" alt="dining3" />
                              </a>
                          </li>
                            <li>
                                 <a class="thumb" href="Gallery/images/example/Kitchen1.jpg" >
                                <img src="Gallery/images/example/Tudor thumbs/kitchen1.jpg"  alt="kitchen1" />
                              </a>
                          </li>
                          <li>
                                 <a class="thumb" href="Gallery/images/example/Kitchen2.jpg" >
                                <img src="Gallery/images/example/Tudor thumbs/kitchen2.jpg" alt="kitchen2" />
                              </a>
                          </li>
                            <li>
                                 <a class="thumb" href="Gallery/images/example/bedroom1.jpg" >
                                <img src="Gallery/images/example/Tudor thumbs/bed1.jpg"  alt="bed1" />
                              </a>
                          </li>
                           <li>
                                 <a class="thumb" href="Gallery/images/example/bedroom2.jpg">
                                <img src="Gallery/images/example/Tudor thumbs/bed2.jpg"  alt="bed2" />
                              </a>
                          </li>
                            <li>
                                 <a class="thumb" href="Gallery/images/example/bedroom3.jpg" >
                                <img src="Gallery/images/example/Tudor thumbs/bed3.jpg"  alt="bed3" />
                              </a>
                          </li>
                            <li>
                                 <a class="thumb" href="Gallery/images/example/bathroom.jpg">
                                <img src="Gallery/images/example/Tudor thumbs/bath.jpg"  alt="bath" />
                              </a>
                            </li>
                        </ul>
                    </div>
                <div style="clear: both;"></div>
            </div>
        </div>
        <div id="info">
            <p class="style4">Content for info</p>
        </div>
        <div id="specs">
            <p class="style4">This content is for specs.</p>
        </div>
      </div>
    </div>
    <!--script for gallery-->
    <script type="text/javascript">
                jQuery(document).ready(function($) {
                    // We only want these styles applied when javascript is enabled
                    $('div.navigation').css({'width' : '400px', 'float' : 'left'});
                    $('div.content').css('display', 'block');
                    // Initially set opacity on thumbs and add
                    // additional styling for hover effect on thumbs
                    var onMouseOutOpacity = 0.67;
                    $('#thumbs ul.thumbs li').opacityrollover({
                        mouseOutOpacity:   onMouseOutOpacity,
                        mouseOverOpacity:  1.0,
                        fadeSpeed:         'fast',
                        exemptionSelector: '.selected'
                    // Initialize Advanced Galleriffic Gallery
                    var gallery = $('#thumbs').galleriffic({
                        delay:                     2500,
                        numThumbs:                 15,
                        preloadAhead:              10,
                        enableTopPager:            true,
                        enableBottomPager:         true,
                        maxPagesToShow:            7,
                        imageContainerSel:         '#slideshow',
                        controlsContainerSel:      '#controls',
                        captionContainerSel:       '#caption',
                        loadingContainerSel:       '#loading',
                        renderSSControls:          true,
                        renderNavControls:         true,
                        playLinkText:              'Play Slideshow',
                        pauseLinkText:             'Pause Slideshow',
                        prevLinkText:              '&lsaquo; Previous Photo',
                        nextLinkText:              'Next Photo &rsaquo;',
                        nextPageLinkText:          'Next &rsaquo;',
                        prevPageLinkText:          '&lsaquo; Prev',
                        enableHistory:             false,
                        autoStart:                 false,
                        syncTransitions:           true,
                        defaultTransitionDuration: 900,
                        onSlideChange:             function(prevIndex, nextIndex) {
                            // 'this' refers to the gallery, which is an extension of $('#thumbs')
                            this.find('ul.thumbs').children()
                                .eq(prevIndex).fadeTo('fast', onMouseOutOpacity).end()
                                .eq(nextIndex).fadeTo('fast', 1.0);
                        onPageTransitionOut:       function(callback) {
                            this.fadeTo('fast', 0.0, callback);
                        onPageTransitionIn:        function() {
                            this.fadeTo('fast', 1.0);
    </script>  
    </body>
    <!-- InstanceEndEditable -->
    <!-- InstanceEnd --></html>

    Sure thing:
    http://www.acresllc.net/TA501001.html

  • Customer Data Tab missing fileds.

    Hi Experts,
    We have upgrade from CRM 4 to CRM 5. ( I am totally new to CRM)
    When I entered tcode BP and choose Consumer , we have a Customer Data tab, in that tab some fields are missing. Do not phone , Do not Call fields. its there in CRM 4, but not in this version.
    Can someone please help me .. how to solve this problem.
    Thanks in Advance.
    Raghu

    Hi
    Check the Data sets of the role you are looking for BP and compare the CRM4.0 and 5.0 systems do compare the dataset changes and also check the field groupings  for BP role in CRM 5.0 system if any field radio button is turned to hide mode change it to optional radio button then save field grouping
    then you will see the fields
    reward points if helpful
    Regards
    Dinaker vikas K

  • Custom Ribbon tab does not show in generic list

    Hi.
    I'm deploying the following definiton on a generic list, but the new custom tab does not show up. Anyone that can see what I have done wrong?
    Thanks!
    <Elements xmlns=”http://schemas.microsoft.com/sharepoint/“>
    <CustomAction
    Id=”Ribbon.MyTab”
    Title=”Adds a new Ribbon tab to Generic List”
    RegistrationType=”List”
    RegistrationId=”100″
    Location=”CommandUI.Ribbon.ListView”
    >
    <CommandUIExtension>
    <CommandUIDefinitions>
    <CommandUIDefinition
    Location=”Ribbon.Tabs._children”>
    <Tab Id=”Ribbon.MyTab” Sequence=”110″ Description=”" Title=”My Tab Name”>
    <Scaling Id=”Ribbon.MyTab.Scaling”>
    <MaxSize
    Id=”Ribbon.MyTab.Scaling.MyGroup.MaxSize”
    Sequence=”15″
    GroupId=”Ribbon.MyTab.MyGroup”
    Size=”LargeMedium”/>
    </Scaling>
    <Groups Id=”Ribbon.MyTab.Groups”>
    <Group
    Id=”Ribbon.MyTab.MyGroup”
    Sequence=”15″
    Description=”"
    Title=”My Group Name”
    Template=”Ribbon.Templates.MyTab.MyGroup.CustomTemplate”>
    <Controls Id=”Ribbon.MyTab.MyGroup.Controls”>
    <Button
    Id=”Ribbon.MyTab.MyGroup.Button”
    Alt=”Ribbon.MyTab.MyGroup.Button”
    Command=”Ribbon.MyTab.MyGroup.Button_CMD”
    Image16by16=”/_layouts/images/siteIcon.png”
    Image32by32=”/_layouts/images/siteIcon.png”
    LabelText=”Button”
    Sequence=”10″
    TemplateAlias=”o1″
    ToolTipTitle=”Button”
    ToolTipDescription=”Shows a dialog” />
    </Controls>
    </Group>
    </Groups>
    </Tab>
    </CommandUIDefinition>
    <CommandUIDefinition
    Location=”Ribbon.Templates._children”>
    <GroupTemplate Id=”Ribbon.Templates.MyTab.MyGroup.CustomTemplate”>
    <Layout Title=”LargeMedium”>
    <OverflowSection Type=”OneRow” TemplateAlias=”o1″ DisplayMode=”Large”/>
    <OverflowSection Type=”ThreeRow” TemplateAlias=”o2″ DisplayMode=”Medium”/>
    </Layout>
    </GroupTemplate>
    </CommandUIDefinition>
    </CommandUIDefinitions>
    <CommandUIHandlers>
    <CommandUIHandler
    Command=”Ribbon.MyTab.MyGroup.Button_CMD”
    CommandAction=”javascript: alert('Hello World');” />
    </CommandUIHandlers>
    </CommandUIExtension>
    </CustomAction>
    </Elements>

    Hello,
    I was able to use your custom ribbon tab XML just fine.  The only thing is, the copy you provided had a bunch of illegal characters embedded in it (like reverse quotes?), I'm not sure if they're showing up in your version of the XML or not.  Anyway,
    after replacing those with straight quotes and fixing some other misc formatting, it worked fine.  I created an empty SharePoint project and added an empty element, then added your XML to the Element.xml file.  In SP, I created a new custom
    list and the "My Tab Name" tab appeared with a button that displayed "Hello World" when I clicked it. So, I recommend checking the formatting of your XML.  Just look for red squiggles in the editor and fix them.
    Regards,
    - Kemp Brown [MSFT]

  • Disabling the windows xp start button,and disable ALT+TAB

    hi all, i am writing an internet cafe management system, and its required that clients do not access the start button, although it will be visible but will not respond to mouse clicks or keybord events.
    And also how do i disable ALT+TAB when my program is running.
    thanks.

    Event if using vb.net it won't be happen (i think). Why do you want the client did not access the start menu? if you want the client canot access the control panel, why dont just you hide the control panel menu from start menu? (i dont know how to do that, but maybe a little googling will help). Because yesterday, i go on internet cafe and can only access the Program and Shutdown menu.

Maybe you are looking for