AwesomeWM progressbar widget issue

Hi,
I'm moving from KDE to Awesome and configuring awesome has been easy enough. I'm running into an issue with the progressbar widget though.
As you can see in the screenshot below, there is some space in between the volume textarea ("69%") and the separator ('//'). This is were the progressbar is (supposed to be).
My rc.lua (volume widget starts at line 140) has some buttons attached to the 2 volume widgets (the textarea and the progressbar). Those work fine, since when I use them while my mouse is over the spot where the progressbar should be, they work.
This means the progressbar does get created and thus should be visible, yet it isn't. I've tried different foreground and background colors but it never worked. I also tried setting a gradient but that didn't make the progressbar visible either.
I also tried creating a progressbar using "volumebar = awful.widget.progressbar()" instead of "volumebar = widget({type="progressbar" ..." but then it doesn't even reserve space for the progressbar in the wibox.
What's causing this? I must be forgetting something very simple, but I've looked at other rc.lua's and i can't see a difference.
My awesome version:
awesome v3.4.5 (Close To You)
• Build: Jul  3 2010 21:00:01 for x86_64 by gcc version 4.5.0 (nobody@archlinux)
• D-Bus support: ✔
Last edited by Diod (2010-07-10 21:46:01)

A: AwesomeWM progressbar widget issue

Here is a section from my old rc.lua when I still had a volume bar:
volbar = awful.widget.progressbar()
volbar:set_width(10)
volbar:set_height(18)
volbar:set_vertical(true)
volbar:set_background_color("#1a1918")
volbar:set_color("#ff6500")
volbar:set_gradient_colors({ "#1a1918", "#60801f", "#9acd32" })
vicious.enable_caching(vicious.widgets.volume)
vicious.register(volbar, vicious.widgets.volume, "$1", 2, "Master")
volbar.widget:buttons(
awful.util.table.join(
awful.button({ }, 1, function () awful.util.spawn("amixer -q sset Master toggle") end),
awful.button({ }, 4, function () awful.util.spawn("amixer -q sset Master 2dB+", false) end),
awful.button({ }, 5, function () awful.util.spawn("amixer -q sset Master 2dB-", false) end)
So I think you should maybe try changing your "volume.width = 50" to "volumebar:set_width(50)", etc.
And you need to register your volumebar with vicious to get the input (ie.' "$1", 2, "Master"' etc.). At the moment, your volbar widget is empty with no input.

Here is a section from my old rc.lua when I still had a volume bar:
volbar = awful.widget.progressbar()
volbar:set_width(10)
volbar:set_height(18)
volbar:set_vertical(true)
volbar:set_background_color("#1a1918")
volbar:set_color("#ff6500")
volbar:set_gradient_colors({ "#1a1918", "#60801f", "#9acd32" })
vicious.enable_caching(vicious.widgets.volume)
vicious.register(volbar, vicious.widgets.volume, "$1", 2, "Master")
volbar.widget:buttons(
awful.util.table.join(
awful.button({ }, 1, function () awful.util.spawn("amixer -q sset Master toggle") end),
awful.button({ }, 4, function () awful.util.spawn("amixer -q sset Master 2dB+", false) end),
awful.button({ }, 5, function () awful.util.spawn("amixer -q sset Master 2dB-", false) end)
So I think you should maybe try changing your "volume.width = 50" to "volumebar:set_width(50)", etc.
And you need to register your volumebar with vicious to get the input (ie.' "$1", 2, "Master"' etc.). At the moment, your volbar widget is empty with no input.

Similar Messages

  • Widgets issues with recent install of Mountain Lion on my iMac.

    Since installing Mountain Lion my screen periodically locks up an shifts to the right. I noticed along the left a charcoal background with large dot pattern was showing while the screen was shifted and locked to the right. Then a few times the widgets screen popped up on its own and I realized the background matched what I was seeing when the lock ups happen (I have never used the widgets). So it appears the Widgets screen keeps trying to launch spontainiously. I did notice the Fetch widget had an alert on it and with some investigation found that Fetch Works no longer had a widget for Mountain Lion, so I just deleted it. This I thought fixed the bug but now today the shifting and locking up has started again.  I did take the machine in to have a Genius run a diagnostic because of the hard drive issue with the iMacs but he said all looked fine and reinstalled Mountain Lion while I was there to see if that helped.. but it did not. Has anyone else run into this? If so, were you able to fix it? it actually just happened twice while I was typing this and I had to sit and wait for it to not be locked up so I could complete...

    You can use the Mountain Lion USB disk that you created or you can press Command and R keys on boot, but it will download OS X Mountain Lion from the Internet

  • Spry Widget Issues - Deactivating after a while

    Hi there,
    I'm using Spry Widgets in DW CS3 and have been experiencing
    the following strange issue.
    When I insert a widget everything functions fine, the widget
    is outline in blue, the little blue title appears when I roll over
    it and the eye appears (for the Collapsible or the Accordion for
    example) and allows me to close or open it with DW.
    All in all, everything works sweet... I can edit it fine in
    the Properties box etc.
    And then after a while the widget just stops working. What I
    mean is that there is no blue outline when rolling over it, there
    is no Properties panel, there is no "eye", but the object is still
    there, just not functioning.
    I have obviously gone over the code as best I can. I've
    created a new page within the same site and inserteda widget and
    compared the code from one page to another and cannot find anything
    off kilter.
    Note that the CSS still woks fine, it just seems to lose its
    Javascript capabilites (...)
    This has happened with several different widgets in different
    sites on different machines...
    Any help would be much appreciated.
    Thanks in advance

    Here is a screenshot of a site I'm building atm. Please bear
    in mind that I am not a coder and am building exclusively using
    Design Mode.
    LINK TO SCREENSHOT:
    http://flickr.com/photos/7512606@N04/492179644"
    >
    -When I first inserted the Tabbed Panels widget, it
    functioned fine...
    -Now, something has happened and the widget is not editable
    (other than going into the code) and the Panels are just displayed
    one below the other.
    -The widget functions normally when the page is previewed in
    a browser, but I have lost my Design Mode editing capabilites.
    -Now if I were to enter a new widget, it would start off
    straight away in "non-editable" mode
    -This has happened every time I have tried to use widgets.
    Starts off fine and then loses editibility and/or functionality.
    It's obviously something that I'm doing that is "breaking"
    the widget, but any help would greatly appreciated.
    Below is the code for that particular page:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN" "
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="
    http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html;
    charset=UTF-8" />
    <title>Sisters, Pearls &amp; MIssion Girls -
    Info</title>
    <style type="text/css">
    <!--
    body {
    background-attachment: fixed;
    background-color: #FFFFFF;
    background-image: url(images/background/info.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    #infoContainer {
    position:absolute;
    top:67.5px;
    width:215px;
    height:515px;
    z-index:1;
    opacity:0;
    filter:alpha(opacity=00);
    right: 17.5px;
    #infoTitle {
    position:absolute;
    left:10px;
    top:3px;
    width:195px;
    height:90px;
    z-index:1;
    #infoCredits {
    position:absolute;
    left:10px;
    top:96px;
    width:195px;
    height:144px;
    z-index:2;
    overflow: auto;
    #infoLogos {
    position:absolute;
    left:3px;
    top:244px;
    width:195px;
    height:21px;
    z-index:3;
    #infoLinks {
    position:absolute;
    left:10px;
    top:278px;
    width:195px;
    height:20px;
    z-index:4;
    #infoFMA {
    position:absolute;
    left:10px;
    top:304px;
    width:195px;
    height:205px;
    z-index:5;
    .infoCredits {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #333333;
    text-align: left;
    #logosContainer {
    position:absolute;
    left:10px;
    top:248px;
    width:195px;
    height:25px;
    z-index:6;
    overflow: visible;
    #panelProcontaioner {
    position:absolute;
    left:10px;
    width:195px;
    height:205px;
    z-index:7;
    bottom: 5px;
    #panelContainer {
    position:absolute;
    left:0px;
    width:195px;
    height:195px;
    z-index:1;
    opacity:0.8;
    filter:alpha(opacity=80);
    top: 15px;
    -->
    </style>
    <script src="../../SpryAssets/SpryTabbedPanels.js"
    type="text/javascript"></script>
    <script src="../../SpryAssets/SpryEffects.js"
    type="text/javascript"></script>
    <link href="../../SpryAssets/SpryTabbedPanels.css"
    rel="stylesheet" type="text/css" />
    <script type="text/javascript">
    <!--
    function MM_effectAppearFade(targetElement, duration, from,
    to, toggle)
    Spry.Effect.DoFade(targetElement, {duration: duration, from:
    from, to: to, toggle: toggle});
    function MM_changeProp(objId,x,theProp,theValue) { //v9.0
    var obj = null; with (document){ if (getElementById)
    obj = getElementById(objId); }
    if (obj){
    if (theValue == true || theValue == false)
    eval("obj.style."+theProp+"="+theValue);
    else eval("obj.style."+theProp+"='"+theValue+"'");
    //-->
    </script>
    <link href="../css/films.css" rel="stylesheet"
    type="text/css" />
    </head>
    <body onload="MM_effectAppearFade('infoContainer', 2000,
    0, 100, false)">
    <div id="infoContainer">
    <div id="infoTitle"><img
    src="images/info/sisters_logo.png" alt="sisters_logo" width="195"
    height="90" /></div>
    <div id="infoCredits"><span
    class="textDefault">Directed by David Batty<br />
    Produced by Jeni McMahon</span><br />
    <br />
    <span class="textSmall">A Rebel Films Production<br
    />
    Financed by Film Finance Corporation of Australia<br
    />
    Produced with the assistance of the Australian Broadcasting
    Corporation<br />
    © Rebel Films and Film Finance
    Corporation</span></div>
    <div id="infoLinks"><img
    src="../images/buttons/imdb.png" alt="imdbButton" width="195"
    height="20" /></div>
    <div id="panelProcontaioner">
    <div id="panelContainer">
    <div id="filmsPanels" class="TabbedPanels">
    <ul class="TabbedPanelsTabGroup">
    <li class="TabbedPanelsTab"
    onclick="MM_changeProp('panelContent','','opacity','0','DIV');MM_changeProp('panelContent ','','filter','alpha(opacity=00)','DIV');MM_effectAppearFade('panelContent',
    500, 0, 100, false)" tabindex="0"></li>
    <li class="TabbedPanelsTab"
    onclick="MM_changeProp('panelContent','','opacity','0','DIV');MM_changeProp('panelContent ','','filter','alpha(opacity=00)','DIV');MM_effectAppearFade('panelContent',
    500, 0, 100, false)" tabindex="0"></li>
    <li class="TabbedPanelsTab"
    onclick="MM_changeProp('panelContent','','opacity','0','DIV');MM_changeProp('panelContent ','','filter','alpha(opacity=00)','DIV');MM_effectAppearFade('panelContent',
    500, 0, 100, false)" tabindex="0"></li>
    <li class="TabbedPanelsTab"
    onclick="MM_changeProp('panelContent','','opacity','0','DIV');MM_changeProp('panelContent ','','filter','alpha(opacity=00)','DIV');MM_effectAppearFade('panelContent',
    500, 0, 100, false)" tabindex="0"></li>
    <li class="TabbedPanelsTab"
    onclick="MM_changeProp('panelContent','','opacity','0','DIV');MM_changeProp('panelContent ','','filter','alpha(opacity=00)','DIV');MM_effectAppearFade('panelContent',
    500, 0, 100, false)" tabindex="0"></li>
    <li class="TabbedPanelsTab"
    onclick="MM_changeProp('panelContent','','opacity','0','DIV');MM_changeProp('panelContent ','','filter','alpha(opacity=00)','DIV');MM_effectAppearFade('panelContent',
    500, 0, 100, false)" tabindex="0"></li>
    </ul>
    <div id="panelContent" div
    class="TabbedPanelsContentGroup">
    <div class="TabbedPanelsContent"><a
    href="../veiled/index.html" target="_top"><img
    src="../../images/tabbed_nav/veiledPanel.jpg" alt="veiledPanel"
    width="195" height="175" border="0"/></a></div>
    <div class="TabbedPanelsContent"><a
    href="../rodeo/index.html" target="_top"><img
    src="../../images/tabbed_nav/rodeoPanel.jpg" alt="rodeoPanel"
    width="195" height="175" border="0"/></a></div>
    <div class="TabbedPanelsContent"><a
    href="../inventions/index.html" target="_top"><img
    src="../../images/tabbed_nav/inventionsPanel.jpg"
    alt="inventionsPanel" width="195" height="175"
    border="0"/></a></div>
    <div class="TabbedPanelsContent"><a
    href="index.html" target="_top"><img
    src="../../images/tabbed_nav/sistersPanel.jpg" alt="sistersPanel"
    width="195" height="175" border="0"/></a></div>
    <div class="TabbedPanelsContent"><a
    href="../thatsaustralia/index.html" target="_top"><img
    src="../../images/tabbed_nav/taPanel.jpg" alt="taPanel" width="195"
    height="175" border="0"/></a></div>
    <div class="TabbedPanelsContent"><a
    href="../taylor/index.html" target="_top"><img
    src="../../images/tabbed_nav/taylorPanel.jpg" alt="taylorPanel"
    width="195" height="175" border="0"/></a></div>
    </div>
    </div>
    </div></div>
    </div>
    <script type="text/javascript">
    <!--
    var TabbedPanels1 = new
    Spry.Widget.TabbedPanels("filmsPanels");
    //-->
    </script>
    </body>
    </html>

  • Web Widget issue -- small but would like to fix it

    I don't know how many people use the Web Widget but I use it all the time.  Mainly displaying web pages -- but I get to them locally for speed.  I think the best widget for C5.
    However it seems that when the widget hits a certain size a weird behavior happens.  Let me give you an example.  I have a project that will reference a website using the web widget -- the web widget is almost the entire screen on an 800x600 (the issue happens whether I use the web page or local file option).  It works great EXCEPT, the web widget properties window briefly flashes (what you see in captivate on the slide).
    So the user sees this nannosecond weird flash (web widget properties but its so fast you cant tell) and then the website.  Now if the user goes back to the slide the website is already cached so you don't see the "flash".  I tried starting the widget further into the slide but that doesn't help.  Also I know that nothing can be placed over an iFrame so I didn't try to hide the first half second... Any thoughts or remedies?
    thanks
    Dave

    Jim
    The widget is great.  You have willing paying customers for any future web widget.
    thanks
    Dave

  • The menu of my widget - issue

    I made a menu on a single page with a widget, so i can display multiple slideshows
    with products.
    Now i published it on trial with adobe catalyst and it seems the menu goes it's own way.
    When clicked one item, it will move to the right, and more at the bottom of the menu
    some will disform and move under.
    They do not all have this strange way of behaving.
    I do not understand what i am doing wrong, can anyone help me with this?
    http://damendrukkerijnl.businesscatalyst.com/drukwerk---reclame.html
    Thank you!
    Creative greets, Chantal

    Hello,
    I had a look at your file.
    Regarding the triggers moving down, it is happening to triggers which have longer text in them.
    If you extend the text boxes to right (So that text gets enough space to move to right when clicked), it should resolve the text moving down issue.
    And why the text is moving to Right (when clicked), it seems that you had the text centrally aligned  in all the text boxes only in "Mouse Down" State. Now you have changed it back however it has got stuck somewhere in cache and it seems impossible to stop them moving to Right on mouse down state.
    I would suggest you to either remove the text boxes and recreate them for all the triggers.
    Or other less laborious option would be, keep this effect and make the first two triggers move to right as well (which are not currently moving to right) by changing their text alignment to right only for "Mouse Down" state.
    Please let us know if it helps.
    Regards,
    Sachin

  • Facebook like button widget issue!

    I'm working on the website right now. The person wants the Like button on the website, I have yet to deal with it. But I worked on putting it in through the Adobe Widget browser. I like the application because it's click and drag. Yet the issue i'm having is that i want to put the like button in on area where it doesn't over flow in that area. I'm attacthing a screen shot to show the issue.
    I'm trying to put the like button on the side bar and I wanted to put it above the events so it's at the top of the page. I'm working it in the sense where it's just the like button and it shows how many people like it. As you can see it makes this big space in the area where it should just be at a space that is smaller then a one enter button push. I tried to fix it through the code but i cant find anything to remove that ammount of the box.

    This is exactly what is happening for me right now.  Have you figured this issue out yet?  Any help would be appriciated.  Thanks!

  • Iframes and spry widget issue

    PLEASE HELP!
    I am building a website for my company using Dreamweaver for the very first time. I have a spry accordian menu on my page (that probably has nothing to do with my issue).
    Next I added an iframe in the page to hold a vertical spry menu (since it will appear in other pages and I only want to edit it once. The menu was working fine until I did this.
    Now that I embedded it in the iframe it is opening behind other things on the page. What can I do? Code is below:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml"><!-- InstanceBegin template="/Templates/Template_ABA_2011.dwt" codeOutsideHTMLIsLocked="false" -->
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <!-- InstanceBeginEditable name="doctitle" -->
    <title>Arkansas Bankers Association</title>
    <!-- InstanceEndEditable -->
    <style type="text/css">
    </style>
    <link href="Dec28.css" rel="stylesheet" type="text/css" />
    <script type="text/javascript">
    <!--
    function MM_swapImgRestore() { //v3.0
      var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
    function MM_preloadImages() { //v3.0
      var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
        var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
        if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    function MM_findObj(n, d) { //v4.01
      var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
        d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
      if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
      for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
      if(!x && d.getElementById) x=d.getElementById(n); return x;
    function MM_swapImage() { //v3.0
      var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
       if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
    //-->
    </script>
    <style type="text/css">
    <!--
    .style8 {
    color: #CDDAE0;
    font-weight: bold;
    -->
    </style>
    <!-- InstanceBeginEditable name="head" -->
    <script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <script src="SpryAssets/SpryAccordion.js" type="text/javascript"></script>
    <link href="SpryAssets/SpryAccordion.css" rel="stylesheet" type="text/css" />
    <link href="SpryAssets/SpryMenuBarVertical.css" rel="stylesheet" type="text/css" />
    <!-- InstanceEndEditable -->
    </head>
    <body onload="MM_preloadImages('Images/HeaderHover_Files/images/aboutus_hover.png','Images/Head erHover_Files/images/education_hover.png','Images/HeaderHover_Files/images/banking_hover.p ng','Images/HeaderHover_Files/images/government_hover.png','Images/HeaderHover_Files/image s/products_hover.png','Images/HeaderHover_Files/images/partnership_hover.png','Images/Head erHover_Files/images/fraudcenter_hover.png','Images/HeaderHover_Files/images/consumer_hove r.png','Images/HeaderHover_Files/images/home_hover.png','Images/HeaderHover_Files/images/c ontactus_hover.png','Images/HeaderHover_Files/images/sitemap_hover.png','Images/Header_htm landimages/images/home_hover.png','Images/Header_htmlandimages/images/contactus_hover.png' ,'Images/Header_htmlandimages/images/sitemap_hover.png')">
    <div id="wrapper">
    <div id="header">   
        <div align="center" "top">
         <!-- ImageReady Slices (header_seachinfrontofimage.psd) -->
    <table id="Table_01" width="980" height="81" border="0" cellpadding="0" cellspacing="0" bgcolor="#2B4E74" >
      <tr>
      <td rowspan="2">
       <img src="Images/header_and_search/images/logo.png" alt="" width="597" height="81" border="0"></td>
    <td>
       <img src="Images/header_and_search/images/home.png" alt="" width="250" height="33" border="0"></td>
      <td>
       <img src="Images/header_and_search/images/contact-us.png" alt="" width="65" height="33" border="0"></td>
      <td>
       <img src="Images/header_and_search/images/site-up'.png" alt="" width="68" height="33" border="0"></td>
    </tr>
    <tr>
      <td colspan="3" valign="middle" background="Images/header_and_search/images/search-box.png" border="0"><form name="form1" method="post" action="">
        <label>                           
              <input name="search" type="text" id="search" value="Search by Keyword(s)" size="35">
        </label>
        <label></label>
                  <label>
                  <input name="submit2" type="image" id="submit2" src="Images/header_and_search/images/arrow.png" border="0" align="bottom">
              </label>
         </form>  </td>
      </tr>
    </table>
    <!-- End ImageReady Slices -->
        <a href="www.arkbankers.org/aboutus.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image21','','Images/HeaderHover_Files/images/aboutus_hover.png ',1)"><img src="Images/HeaderFiles/images/aboutus.png" name="Image21" width="76" height="37" border="0" id="Image21" /></a><a href="education_training.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image22','','Images/HeaderHover_Files/images/education_hover.p ng',1)"><img src="Images/HeaderFiles/images/education.png" name="Image22" width="133" height="37" border="0" id="Image22" /></a><a href="www.arkbankers.org/banking_news.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image23','','Images/HeaderHover_Files/images/banking_hover.png ',1)"><img src="Images/HeaderFiles/images/banking.png" name="Image23" width="99" height="37" border="0" id="Image23" /></a><a href="www.arkbankers.org/government_relations.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image24','','Images/HeaderHover_Files/images/government_hover. png',1)"><img src="Images/HeaderFiles/images/government.png" name="Image24" width="141" height="37" border="0" id="Image24" /></a><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image25','','Images/HeaderHover_Files/images/products_hover.pn g',1)"><img src="Images/HeaderFiles/images/products.png" name="Image25" width="130" height="37" border="0" id="Image25" /></a><a href="www.arkbankers.org/partnership_opportunities.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image26','','Images/HeaderHover_Files/images/partnership_hover .png',1)"><img src="Images/HeaderFiles/images/partnership.png" name="Image26" width="158" height="37" border="0" id="Image26" /></a><a href="www.arkbankers.org/fraud_center.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image27','','Images/HeaderHover_Files/images/fraudcenter_hover .png',1)"><img src="Images/HeaderFiles/images/fraudcenter.png" name="Image27" width="94" height="37" border="0" id="Image27" /></a><a href="www.arkbankers.org/consumer_connection.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image28','','Images/HeaderHover_Files/images/consumer_hover.pn g',1)"><img src="Images/HeaderFiles/images/consumer.png" name="Image28" width="149" height="37" border="0" id="Image28" /></a></div>
      </div>
    </div>
    <div id="body">
      <!--sidebar close -->
      <table width="860" height="auto" border="0" align="center" cellpadding="0" cellspacing="0" id="Table_01">
    <tr>
       <td width="3" rowspan="3" valign="top">       </td>
    <td height="53" colspan="4" valign="top"><!-- InstanceBeginEditable name="Department_Heading" -->
      <div align="center"><img src="Images/education_images/education_top.png" alt="Education and Training" width="805" height="150" /></div>
    <!-- InstanceEndEditable --></td>
      <td width="29" rowspan="2" valign="top"><table width="20" border="0" cellspacing="5" cellpadding="2">
      <tr>
        <td> </td>
      </tr>
    </table>
    <br />
    </td>
      <td width="144" rowspan="2" valign="top"><img src="Images/Ads/ababannerad.jpg" width="140" height="325" /><br />
        <br />
        <img src="Images/Ads/Link_LiveEvents2010_CoverPic.jpg" width="144" height="186" /><br />
        <br />
        <img src="Images/Ads/SponsorshipBrochure2010_Link.gif" width="144" height="140" /></td>
    </tr>
    <tr>
      <td colspan="4" valign="top" background="Images/bg_department_details.png"><table width="771" border="0" align="center" cellpadding="0" cellspacing="0">
    <tr>
                  <td width="135" valign="top">
                  <!--begins table that holds the spry accordian -->
                <!--table that holds education items 1 and 2 is inside the table that holds the spry accordian menu. -->
                <!-- InstanceBeginEditable name="Department_SubMenu_Ads" -->
                <iframe src="EducationMenu.html" width="145" height="auto" frameborder="0" scrolling="no"> </iframe>
                <br />
                <br />
                <!-- InstanceEndEditable -->              <br /></td>
                <td width="616" valign="top"><div align="left">
                  <!-- InstanceBeginEditable name="Department_Details" -->
                  <div id="Accordion1" class="Accordion" tabindex="0">
                    <div class="AccordionPanel">
                      <div class="AccordionPanelTab">ABA LIVE EVENTS</div>
                      <div class="AccordionPanelContent"><img src="Images/Icons_Education/Live.png" width="150" height="110" align="left" /><br />
                        The Arkansas Bankers Association is your organization, dedicated to   serving the needs of Arkansas bankers. If you are an employee of an   ABA-member financial institution, then you are an ABA member.    Our educational offerings are available in a variety of formats to make   training as convenient, timely and cost effective as possible.<br />
                        <a href="educ_liveevents.html">View All Live Events</a> <a href="educ_liveevents.html"><img src="Images/more_arrow.png" width="12" height="12" border="0" /></a><br />
                        <br />
                      </div>
                    </div>
                    <div class="AccordionPanel">
                      <div class="AccordionPanelTab">ABA WEBINAR LIBRARY</div>
                      <div class="AccordionPanelContent"><img src="Images/Icons_Education/Webinar_Library.png" width="150" height="124" align="left" /><br />
                        The Arkansas Bankers Association is your organization, dedicated to   serving the needs of Arkansas bankers. If you are an employee of an   ABA-member financial institution, then you are an ABA member.    Our educational offerings are available in<br />
                        a variety of formats to make   training as convenient, timely and cost effective as possible. We   encourage you to explore all the training options available to you.<br />
                        <a href="Jan5_2.html">View Webinar Library <img src="Images/more_arrow.png" alt="" width="12" height="12" border="0" /><br />
                          </a><br />
                      </div>
                    </div>
                    <div class="AccordionPanel">
                      <div class="AccordionPanelTab">COMPUTER BASED IN-HOUSE</div>
                      <div class="AccordionPanelContent"><img src="Images/Icons_Education/ComputerBasedInHouse.png" width="150" height="110" align="left" /><br />
                        The Arkansas Bankers Association is your organization, dedicated to   serving the needs of Arkansas bankers. If you are an employee of an   ABA-member financial institution, then you are an ABA member.    Our educational offerings are available in a variety of formats to make   training as convenient, timely and cost effective as possible. <br />
                        <a href="Jan5_2.html">View Computer Based In-House Courses <img src="Images/more_arrow.png" alt="" width="12" height="12" border="0" /></a><br />
                        <br />
                      </div>
                    </div>
                    <div class="AccordionPanel">
                      <div class="AccordionPanelTab">WEBINARS &amp; PODCASTS</div>
                      <div class="AccordionPanelContent"><img src="Images/Icons_Education/Webinars_Podcasts.png" width="150" height="110" align="left" /><br />
                        A webinar is an enhanced telephone seminar. The audio portion is delivered by speaker phone. You may also view a corresponding  PowerPoint presentation by PC.
                        &amp;A.  You will receive a PIN, materials and instructions prior to the seminar.<br />
                        <a href="Jan5_2.html">View Webinars &amp; Podcasts <img src="Images/more_arrow.png" alt="" width="12" height="12" border="0" /></a><br />
                        <br />
                      </div>
                    </div>
                    <div class="AccordionPanel">
                      <div class="AccordionPanelTab">SELF-PACED ONLINE</div>
                      <div class="AccordionPanelContent"><img src="Images/Icons_Education/SelfPacedOnline2.png" width="150" height="104" align="left" /><br />
                        ABA eLearning includes over 60 courses and 200 hours of training in the retail,   small business, personal trust, compliance, and
                        management development areas.<br />
                <br />
                <strong><a href="http://arbakc.abakc.com/kc/login/login.asp?kc_ident=kc0001">Register/Enroll/Take   a Demo - </a></strong><a href="http://arbakc.abakc.com/kc/login/login.asp?kc_ident=kc0001" target="_rpbrowser"><strong>Take the Demo   Now</strong></a><strong> </strong> <img src="Images/more_arrow.png" alt="" width="12" height="12" /><br />
                <a href="Education/ABA_eLearning_Price_and_Credit_List%20Jan_10.xls" target="_rpexternal">Brochure &amp; Pricing</a> <img src="Images/more_arrow.png" alt="" width="12" height="12" /><br />
                <br />
                      </div>
                    </div>
                    <div class="AccordionPanel">
                      <div class="AccordionPanelTab">INSTRUCTOR LED ONLINE</div>
                      <div class="AccordionPanelContent"><img src="Images/Icons_Education/InstructorLedOnline2.png" width="150" height="110" align="left" /><br />
                        Your instructor posts weekly assignments which includes a reading (either  textbook or online) and   homework is submitted through the discussion board or via email. You complete each at your convenience   and take a  weekly quiz.   Exams (proctored midterms and/or   finals) are all taken online. Your instructor is available to provide   feedback and answer questions. <a href="Jan5_2.html">View Courses <img src="Images/more_arrow.png" alt="" width="12" height="12" border="0" /></a><br />
                        <br />
                      </div>
                    </div>
                    <div class="AccordionPanel">
                      <div class="AccordionPanelTab"><strong>ANNUAL CONVENTION</strong></div>
                      <div class="AccordionPanelContent"><img src="Images/Icons_Education/Convention.png" width="160" height="106" align="left" /><br />
                        New Rules, New Opportunities, New Banking Environment<br />
                        <br />
                        <strong>121st Annual Arkansas Bankers Association Convention &amp; Tradeshow</strong><br />
    The Peabody Hotel &amp; Statehouse Convention Center, Little Rock, Arkansas<br />
    May 4-6, 2011 - <strong><em>Brochure Coming Soon!</em></strong><br />
                      </div>
                    </div>
                    <div class="AccordionPanel">
                      <div class="AccordionPanelTab"><strong>BANK MANAGEMENT SEMINAR</strong></div>
                      <div class="AccordionPanelContent"><img src="Images/Icons_Education/BankManagementSeminar.png" width="124" height="106" align="left" />Open to our Bank Members, Associate Members and non-members, this annual event will be held at Hilton Branson Convention Center in Branson, Missouri.<br />
                        <br />
                        <strong>2011 Bank Management Seminar</strong><br />
    Hilton Branson Convention Center, Branson, Missouri.<br />
    August 4-6, 2011<br />
    <br />
    </div>
                    </div>
                    <div class="AccordionPanel">
                      <div class="AccordionPanelTab"><strong>E<strong>MERGING LEADERS LEADERSHIP CONFERENCE</strong></strong></div>
                      <div class="AccordionPanelContent"><img src="Images/Icons_Education/LeadershipConference.png" width="160" height="106" align="left" />Make plans to join us for the 2011 conference in order to network with your peers, further your education and leadership skills, and accelerate your banking career!<br />
                          <br />
                              <strong>2011 ELS Leadership Conference</strong><br />
                          Doubletree Hotel and Robinson Center, Little Rock, Arkansas<br />
                          July 21-22, 2011<br />
                        <br />
                      </div>
                    </div>
                  </div>
                  <br />
                  <br />
    <!-- InstanceEndEditable -->
                  <div align="left"></div>
                    <p align="left""top"> </p>
                    <p> </p>
                  </div></td>
              </tr>
              </table>
              <!-- InstanceBeginEditable name="Extras" -->
              <script type="text/javascript">
    <!--
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    var Accordion1 = new Spry.Widget.Accordion("Accordion1");
    //-->
    </script>
              <!-- InstanceEndEditable --><br />        </td>
        </tr>
    </table>
      <p> </p>
      </div>
    <!--body close -->
    </div>
    <div id="footer">
      <table width="800" border="0" align="center" cellpadding="2" cellspacing="5">
        <tr>
          <td>Footer Contents Here</td>
        </tr>
      </table>
      <br />
    </div>
    </body>
    <!-- InstanceEnd --></html>

    I frame should not be used in this situation because its contents are not in the same flow as the main document.
    You are far better off using serverside includes as per following article http://foundationphp.com/tutorials/sprymenu/ssi.php
    Gramps

  • CP7 Zoom Widget issues on iPad

    Widget is html5 compatible but when it is viewed on iPad it never loads - loading gif just spins and spins.  Project does have the TOC on, it functions fine with swipe or with our button.  Are there any special settings that need to be used for it run on iPad?
    Thanks!

    Hi there,
    Can you please share few more information so that we can understand the Issue better?
    1. How often you are facing this issue?
    2. What is your LMS?
    3. Are you seeing this issue on browsers as well?
    4. What is your iOS version?
    Thanks,
    Nimmy Sukumaran.

  • Notification center widgets issues..!!

    hello .. I have iphone 5 with ios 8 ..
    I have many apps like Breaking news, news 360 etc..
    I have turned widgets on for these apps , however it is not getting updated automatically in notification center..
    I tried restoring my device and installed ios 8 again.. What issues it could be?
    1) Network problems?
    2) App issues? OR
    3) Software issues?
    If anyone facing a similar issues please post or share a solution
    Amit
    India

    Hello there, Amit.
    The following Knowledge Base article goes over steps to try when apps installed on your iOS device don't function as expected:
    iOS: Understanding multitasking
    http://support.apple.com/kb/ht4211
    If an app doesn't respond to your input, or doesn't perform as expected, do the following, testing after each step:
    Check for app updates.
    Force the app to close.
    Restart your device. 
    Update your iOS device.
    Learn more about troubleshooting apps.
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro.

  • Strange Weather Widget Issue

    I have three weather widgets added to my iPhone: 44319 (Akron, OH), 44115 (Cleveland, OH), and 44094 (Willoughby, OH). The Akron and Cleveland ones work just fine, but the Willoughby one always says 90 degrees and day time no matter what. I know the information is getting updated because I have the same location setup on my iMac and it works fine. Any ideas why it's not updating on my iPhone? I've tried removing it and re-adding it multiple times.

    Hrrmmmm. Upon further inspection the problem appears to apply for all towns immediately surrounding Ft Collins (Loveland, Windsor, Wellington).
    If it is because a person manually supplies the data, they must be on vacation. It's been 81 since Sunday.
    If it is AccuWeather providing incorrect data it is just to the iPhone. The information for Ft Collins updates correctly on my dashboard in 10.4.10.
    The surrounding areas not showing correct information seems to support the theory that it is something to do with the information supplied being incorrect. If so, who should we contact to have the issue resolved?
    Edited to add: I've also tried deleting the city, resetting the device and going back to the application to add it back. When I return to the weather widget the listing is already there, even though I had deleted prior to resetting. Has anyone who has this problem tried restoring all the settings or restoring the entire device yet?

  • Weather widget issue

    Having a little issue with the S5, when arriving at a new location I refresh the widget, and the location will be slightly off, then I refresh again it gets it right, I have set to high accuracy, my wife has same phone, have seen hers do the exact same thing, I have downloaded other widgets from google play, they all do it, seems like it only happens at certain spots, arriving at work and other random locations, so its not the phone, its not the widget, can somebody expiain what the heck is going on? I upgraded from the S3, it was usually accurate, called Verizon, they had no clue, Im stumped.

    When I use my weather it usually pulls Data out of major City Wichita.. I can tap Google and ask and it will say the currents for were I live but when using and App called My-Cast it shows Data from a small un-corporated city but I have my Phone set on High for GPS not battery saving.. it seems to help when Traveling.. Its also a good thing to keep any weather apps updated and One weather App I use Highly since we live in Tornado Ville is.. List below..
    This is the Weather Apps I use:
    My-Cast  the old Version: My-Cast Weather - Android Apps on Google Play
    PYKL 3 Radar better Know as Pickle:  This app is on the expensive Side and can be hard to read at first but once you learn it you'll never change to another.  Especially were I live
    PYKL3 Radar (USA NEXRAD/TDWR) - Android Apps on Google Play
    Storm Team 12 :  Is free and does a Good Job as well and it also shows Earthquakes Data and funny as it may be we've had a several Lately in Northern Oklahoma and Southern Kansas and we've felt them even were I live.. it's an attention getter when they hit far sure..
    Storm Team 12 - Android Apps on Google Play
    This another Apps I use sometimes when not Listening to my Scanner..  For weather, Railroad, Aircraft  &  Police activities throughout the Country..
    Scanner Radio Pro - Android Apps on Google Play

  • SLA Widget Issue

    I have come across an issue whilst trying to implement the SLA Widget in a dashboard reporting on Service Level Objectives for a Distributed Application I have created with SCOM 2012 R2.
    The name of the SLO always displays as ManagementPackMonitorSLO{GUID} -
    even though I have set the name correctly in Service Level Tracking.
    See attached.
    Any ideas how I can resolve this issue? 

    We have the same problems in our environment. We are using SI-SL regional settings.
    I don't know if problem is solved if you change language pack settings in your server. For sure the problem can be solved to export MP and in Language Packs you should probably see:
    LanguagePack ID="ENU" IsDefault="false"
    East DC Management Servers
    LanguagePack ID="???" IsDefault="false"
    East DC Management Servers is with ManagementPackMonitorSLOxxxxxxxxxxx
    So SLO object which was created in SCOM console is present only in one language pack section. So find it and put it in other section ass well and import MP back.
    Hope it helps.

  • HTML inserted into a MUSE accordion widget issue

    In Adobe MUSE 2014.3.1.44, I have inserted an HTML snippet into a MUSE accordion widget:
    <script type=”text/javascript” src=”https://burkeauto.workstiming.com/external/next_available_time.js”></script>
    When published all I see is the clock numbers to the top left corner of the page—no other page content and no accordion—just the unformatted clock at the top left corner.
    The snippet works fine outside the accordion widget.
    When not inside the accordion the HTML frame is normal, but as soon as I insert it into the accordion it adopts the attributes like other widgets, with the round blue icon on the top right corner of the frame and a stripped down context menu.
    Adobe chat support has duplicated this on their end and suggested that I post the issue in the forum.
    Any thoughts?

    Brad,
    Thanks for helping think this through!
    First, yes, that is the whole script. There are actually two scripts (clocks) I want on a single page:
    <script type="text/javascript" src="https://burkeauto.workstiming.com/external/next_available_time.js"></script>
    <script type="text/javascript" src="https://burkeautomall.workstiming.com/external/next_available_time.js"></script>
    They can be seen properly functioning together here:  http://www.burkeauto.com/starttimes.html
    I have been requested to put the page content from the above link in an accordion widget seen here:  http://www.burkeauto.com/genuine.html
    Click on the Light Maintenance Service tab. This is where the two scripts (clocks) are to go. Currently by clicking "CLICK HERE FOR NEXT AVAILABLE START" I am linking to page with the scripts/clocks outside the accordion.
    I tried the script/clock in the accordion and publishing the site with the Light Maintenance Service tab open—still does not work.
    As mentioned in the original post, Adobe could replicate the issue, but did not offer any resolution, and the forum has been quite on my post.
    Any other thoughts?

  • HTC weather widget issues

    For a couple of weeks now the weather widget will only say "Massachusetts" and not the name of the town that I am.  Just wondering if anyone else has had this problem and if anyone has any idea as how to fix it.
    Thanks for any suggestions.

    I'm having a similar issue.
    I live in Brooklyn (Brighton Beach). Before the end of March my phone would display Brooklyn (sometimes even Brighton Beach (!!) even though it's not a borough. That's just how precise the the weather widget was). At that time, I had my VZW Location and GPS off, only had Google Location and either Wi-Fi or 3G on. Sometimes it also caught a signal from a couple of NJ's nearest towns such as Atlantic Highlands and Monmouth (not so precise, lol) but recently it just says New York regardles which borough I am in! That's very annoying. Turnning on VZW Location and GPS doesn't help.*228 option 2 doesn't help either.
    :=(

  • Blog summary widget issue

    Can any one help.
    I have created a Blog and podcast, and were the content should be there is a "blog summary widget"
    I dont know how to get rid of it and show my blogs, and my podcast stuff
    Take a look http://thickskinnedband.com/Thick_Skinned/Blog/Blog.html and http://thickskinnedband.com/Thick_Skinned/Podcast/Podcast.html
    Please help

    ThickSkinned wrote:
    ...should i upgrade to Ilife 09 or subscribe to Mobile me.
    It's often recommended here not to use iWeb's blog — whether with MobileMe or another server. There are often problems with iWeb's blog and there are several alternatives you could use and hyperlink to from your iWeb site. Here are just a few...
    http://posterous.com/faq
    http://support.wordpress.com/getting-started/
    http://about.ning.com/product.php

Maybe you are looking for

  • Insert Encoding tag into xml file. ?xml version="1.0"?

    I am using oracle 10g. I am using dbms_xmlgen.getxml function to generate xml data for oracle tables. I use utl_file to write data back into xml file. Oracle is generating the file in the following manner... <?xml version="1.0"?> <ROWSET> <ROW> <RSLT

  • Can't FTP or use CPanel with router; okay without

    We have a WRT-54G router connected to a Surfboard SBV5222 cable modem. Recently I started having problems connecting to one particular website via FTP and via CPanel.  I get error 530 "Login authentication failed".    I get this error from any comput

  • ITunes crashes syncing due to album artwork!

    Hi everybody, I have an 120GB iPod and iTunes 10.2.2.12. There are certain songs that makes iTunes crash while syncing. The workaround is just to delete the artwork of the song. The big annoying thing is that I have to stare at iTunes and wait for th

  • Threading issues - Best way to debug

    Hey everyone... I have a small server program that I wrote in Java. Its module based where each thread that is created runs through a list of modules and returns the output. It works just fine and I am doing a little stress test using Siege. I set it

  • How to remove ?xml version=

    Dear All, The moment I can see <?xml version="1.0"?> sentence in JSC produced pages going in the first line. Does anybody know the easiest way to remove/disable this 'feature' from the generated pages. The problem is comming using IE6.0 as a browser.