Checkbox widget 2 issues

Hello all,
    I am trying to use the checkbox widget and cannot figure out 2 things. The first is enlarging the text space. I'd like to have all of the text per checkbox on one line, but cannot successfully "stretch" the widget without distorting the textboxes. I think I can create a separate textbox and group the items, but would rather not have to resort to that. Second, I have 4 checkboxes, and the uservariable name is not updating for the 4th box. I have tried adding a dummy 5th to see if that jolts the program to action, but no luck. Any ideas...?
Thanks,
Dan

H Dan,
On the first issue - The widget is designed with the restriction so there is nothing much you can do to get the widget to display the text in a single line without distorting the checkbox.
The second issue - It should be a case of the widget not refreshing to reflect the change made. I checked the widget for this issue and found that it takes time to refresh, the simplest way to get it to refresh properly is to type in the variable field, click outside so that it looses focus and then click the field again (Clicking any other text field also seems to work fine). This refreshed and updated the field as needed.
Hope this helps.
Marcellus

Similar Messages

  • Action on Change of a variable possible? Fe. in combination of checkbox widget.

    Hello,
    I'm using the checkbox wizard with 35 items from wich the user has to select max. 7 items. The checkbox wizard is a great tool that keeps the choices in user variables.
    Is it possible that  for every (de)selection a choice a counter keeps track of the number of choices and perfoms an action when the status of 7 is reached? Or is there an alternative?
    Lucas

    I have been blogging about the checkboxes widgets, you don't tell the version you are using? Because it has been replaced totally by the Checkboxes Learning interaction in CP8 and its latest version allows also to control what is displayed by changing the associated variables.
    However it remains a static widget, which means that it cannot trigger an action, because it doesn't have events: Events and (advanced) Actions - Captivate blog
    Even if it was an interactive widget, it wouldn't have helped. You will need an interactive object like a button to trigger an advanced (or shared action) that will count the number of variables that have a value different from 'null' Where is Null? - Captivate blog. 
    It will never be possible to trigger an action when the counter reaches 7, because the action will only be executed when the interactive object is clicked.
    Alternative: at this moment I only see to create the radio buttons yourself (use shape buttons) and each button can trigger an advanced/shared (use shared if you are on CP8!) action that will increment a counter and store the choice in a user variable, then (second decision in a conditional action) checks if the counter has reached the value of 7 to give a warning that the allowed number of choices has been reached and eventually disables all the shape buttons. I mention a shared action, because you'll need 32 instances of that action.

  • 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.

  • Need help with Checkbox widget!!!

    Hi,
    I have made a quiz in which, on one part of the slide the user has to tick the boxes to see the symptoms he or she is feeling. (using default static checkbox widget) That needs to be reported, so we know the user symptoms during the time of the quiz. The problem is that when the user checks/ticks any information through the widget and press submit button, no report is generated or exported only values appear for instances '0' or '1' or any value i give to variable. (through google email reporting widget) Is it possible to achieve this somehow as this is the only objective of the quiz.
    I will be grateful, if anyone can kindly help and share some wisdom/solution.
    I have attached the screenshot where the user checks his/her symptoms.
    And i have also attached the spreadsheet, where values are just reported as 0, irrespective if the user ticks it or not. (not responding)
    I have also created variables for each symptoms through the widget and aswell as the project/variables.
    Can anyone guide me on how to report the selected ticks marks to appear on the spreadsheet or the same information to be exported ?
    Thanks

    Thank you for your prompt reply. I am using Captivate 8 widget through learning interaction.
    Do you mean to say that these are the values to the variables? (for example; value for variable: v_one would be 'Overly happy' )?
    What i am trying to achieve here is to capture the interaction data from this particular slide and export it into a spreadsheet for reporting, to see what user has selected so the report can be given to the client.

  • How to report on the Checkboxes widget in CP5.5?

    I'm taking some rare down time to explore the widgets at last, and it seems that the Checkboxes widget would be ideal for our purposes.  But I don't see how to get it to report a score.  If I put a click box over it, it blocks it from acting, so I don't see the checked version.
    I'm sure I'm missing something obvious.  Can anyone help?
    Marion

    Hi Marion,
    Checkboxes widget is a static widget and cannot get a score attached to it. You'll have to use extra objects for that. I blogged about it: two out of 3 planned posts are already published. One of them has an example that uses the enhanced checkboxes widget that you can download for free from Jim Leichlter's website (Captivatepro). Links to the post treating reporting with static widgets:
    Report Custom Questions - part 2
    Lilybiri

  • Missing something in Extended Checkbox widget

    Hi
    I am using Jim's Extended Checkbox widget to create a custom quiz in CP 7.0.1.237. My requirement is quite simple. I must admit that I have done this so many times earlier, but this time I am just not getting it right.
    Requirement:
    I have four options out of which only two are correct. Let us say, the options are Plan A (var name: PA), Plan B (var name: PB), Plan C (var name: PC), and Plan D (var name: PD). The correct answers here are: PB and PC. I have created the variables correctly.
    So, I have created an advanced action with just one decision to validate them.
    If
    PA is not equal to "Plan A"  AND
    PB is equal to "Plan B" AND
    PC is equal to "Plan C" AND
    PD is not equal to "Plan D"
    then
    Show CorrectFeedback
    Else
    Show IncorrectFeedback
    Expected result:
    Correct Feedback should appear only if I have selected Plan B and Plan C and I have not selected Plan A and Plan D. In all other scenarios, I should get Incorrect Feedback.
    Actual result:
    I am getting incorrect feedback even when I have selected Plan B and Plan C and I have not selected Plan A and Plan D.
    What am I doing wrong? Thanks in advance.
    Sreekanth

    Sreekanth, have no time to test it out but I suspect it is due to the AND condition. I already had similar problems in the past with the operator 'not equal to' when embedded in such an AND sequence. Never got an answer about the why, so I try mostly to avoid that operator. Maybe try out a combination like the one I created for the short answer question? Have a boolean variable that will only be set to 1 when all conditions are fulfilled, and split up your AND in two decisions (both with 'is equal to')... Hope you understand my very short explanation? There is some logic flaw, that happens in those combinations.

  • Use checkbox widget to create a total

    I woud like to be able to use the checkbox widget with variables & advanced actions to create a calculated total. 
    I have preassigned dollar amounts for each item I've added to the checkbox widget.  I created a variable for each item (tied it in on the checkbox widget) and in the variable "Value" field I assigned the dollar amount I need each one to be.
    Based on which items the user checks in the checkbox widget, I want the items checked to equal 1 total at the end.  Where I am caught, is how do I write the advanced action to add up all the assigned totals for each item checked off and then total those to one field?  I did assign a variable to the box where the total should be.
    I think I'm definitely stuck in the "advanced actions" step.  I've attempted several advanced actions and they are not pulling a total in the box. 
    Below are screen shots of what I've done...I'm a novice variable / advanced actions user so I need detailed assistance please

    Did you read my blog post about using checkboxes? http://blog.lilybiri.com/widgets-and-custom-questions-part-1   and   http://blog.lilybiri.com/extended-widgets-for-custom-mcq-and-tf-questi ?
    Those variables associated with the checkboxes will store the chosen answer. It has no sense to assign a value to them, you misunderstand what they are meant to store.

  • 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>

  • Checkbox positioning issue in module pool program screen

    Hello All,
    I am facing one issue with the checkbox positioning in module pool program.I have designed the screen in 'SAP Signature Theme' and the checkbox position looks fine (while tested the screen in SE80) as shown below.
    Test Result from 'SAP Signature Theme':
    But the lead has a different theme in his SAP system and he got the below result where the checkbox automatically shifts right with the same code and screen design as shown below.
    Test Result from'Enjoy'  theme :
    Could you please help me resolve this strange issue as soon as possible.
    Thanks in advance!!!
    Thanks & Regards,
    Hafizul

    Hi Bhaskar,
    Sure , in fact this is has been created by dragging and dropping of the the standard checkbox template availabe in the layout,no custom code has been written for this.
    Please find the layout properties for this checkbox below.
    P9021-COMPLI_CONF is one character field.
    Please let me know if you need any other details on the same.
    Thanks & Regards,
    Hafizul

  • 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.

  • Maybe you are looking for

    • AR Invoice

      We currently have 2 different operating units, 1 which is live and the other that will go live in about 6-7 weeks. In OU1 (the one that is live) we have already created an invoice via XML Publisher and it's working well :) We need to do the same for

    • Acrobat 9 will support Firefox 6 or above in the future?

      Hi, another question Acrobat 9 does support Firefox 4, will Acrobat in the future support newer build of Firefox too? or one had to upgrade to Acrobat X (not free ) thanks

    • Reg:BPM collect timeout

      hi guys, Iam trying to do a scenario where i need to insert a deadline branch within the block step.In the block step i inserted the exception branch,after that when am trying to insert the deadline branch,it is going to the same level.How to insert

    • How to make colors look same in illustrator and Flash Builder

      We had a designer build out our UI using Adobe illustrator, and then tried to replicate the same hex color and alpha codes in Flash Builder- colors are looking very different on the same machine We have used basic web colors but the problem persists.

    • Crystal 8.5 crashes randomly when I refresh my data?

      Crystal 8.5 with foxpro table locally crashes randomly when I refesh my data? Message in event log. Faulting application crw32.exe, version 8.5.3.936, faulting module msvcrt.dll, version 7.0.2600.5512, fault address 0x000370f0.